diff --git a/app/components/atoms/Logo.jsx b/app/components/atoms/Logo.jsx index e6022f1..b3f40ef 100644 --- a/app/components/atoms/Logo.jsx +++ b/app/components/atoms/Logo.jsx @@ -4,8 +4,11 @@ import "../styles/Header.css"; const Logo = () => { return (
- HA GROUP Logo + + HA GROUP Logo +
+ ); }; diff --git a/app/components/molecules/NavMenu.jsx b/app/components/molecules/NavMenu.jsx index 7b651de..e403475 100644 --- a/app/components/molecules/NavMenu.jsx +++ b/app/components/molecules/NavMenu.jsx @@ -4,7 +4,7 @@ import NavLink from "../atoms/NavLink"; const NavMenu = () => { const links = [ { label: "Business", href: "#" }, - { label: "Services", href: "#" }, + { label: "Services", href: "/services" }, { label: "Blog", href: "#" }, { label: "About us", href: "/about" }, { label: "Contact us", href: "#" }, diff --git a/app/components/molecules/ServicesSection/ServicesSection.jsx b/app/components/molecules/ServicesSection/ServicesSection.jsx index 029182f..9f2f7b6 100644 --- a/app/components/molecules/ServicesSection/ServicesSection.jsx +++ b/app/components/molecules/ServicesSection/ServicesSection.jsx @@ -1,4 +1,5 @@ import React from "react"; +import { Link } from "react-router-dom"; import "./ServicesSection.css"; const services = [ @@ -33,7 +34,7 @@ const ServicesSection = () => {
{services.map((service, index) => { // Split the title into words and insert a line break - const words = service.title.split(' '); + const words = service.title.split(" "); const formattedTitle = ( <> {words[0]}
{words[1]} @@ -41,11 +42,11 @@ const ServicesSection = () => { ); return ( - + {service.title}

{formattedTitle}

-
+ ); })}
diff --git a/app/components/molecules/ServicesSection/bank-account.jsx b/app/components/molecules/ServicesSection/bank-account.jsx new file mode 100644 index 0000000..cae7217 --- /dev/null +++ b/app/components/molecules/ServicesSection/bank-account.jsx @@ -0,0 +1,62 @@ +import React from 'react' +import Footer from '../../organisms/Footer'; +import Header from '../../organisms/Header'; +import './business-setup.css'; +import BlueEmpty3WhiteFilledRightFace from "../../atoms/Triangles/1BlueEmpty3WhiteFilledRightFace"; +import BlueEmpty3WhiteFilledLeftFace from "../../atoms/Triangles/1BlueEmpty3WhiteFilledLeftFace"; + +const BankAccount = () => { + return ( + <> +
+
+
+
{/* Triangle Design */} +
+

+ Bank Account +

+

+ The Free Zone is a new idea located in the heart of the United Arab Emirates. It represents not only a geographical place but it is a land where you can prosper and enjoy at the same time. +

+
+
+ Business Setup +
+
{/* Right Triangle */} +
+
{/* Triangle Design */}{/* Triangle Design */} +
+

+ Corporate BA +

+

+ Everybody dreams of visiting Dubai, but not everyone gets there. Why? The visa procedures can be quite complex. Don't worry, we're the experts, and we'll take care of it for you. We provide a variety of visa services in Dubai, helping individuals and businesses across the Emirates with documentation and issuance. Our commitment is to provide guidance and support during the visa and documentation process, prioritizing your convenience and peace of mind. Explore our services for a hassle-free visa experience. Constant not Update +

+
+
+ Free Zone +
+
{/* Right Triangle */} +
+
{/* Triangle Design */} +
+
+

+ Personal BA +

+

+ Everybody dreams of visiting Dubai, but not everyone gets there. Why? The visa procedures can be quite complex. Don't worry, we're the experts, and we'll take care of it for you. We provide a variety of visa services in Dubai, helping individuals and businesses across the Emirates with documentation and issuance. Our commitment is to provide guidance and support during the visa and documentation process, prioritizing your convenience and peace of mind. Explore our services for a hassle-free visa experience. Constant not Update +

+
+
+ Free Zone +
+
+
+