diff --git a/app/[lang]/HomeClient.tsx b/app/[lang]/HomeClient.tsx index 3a46d7e..ef82332 100644 --- a/app/[lang]/HomeClient.tsx +++ b/app/[lang]/HomeClient.tsx @@ -119,10 +119,14 @@ export default function HomeClient({ lang, dict }: { lang: string; dict: any }) {/* ── Hero ── */}
-
+
+ Moy Group Hero
@@ -246,9 +250,12 @@ export default function HomeClient({ lang, dict }: { lang: string; dict: any }) whileHover={{ y: -10 }} className="group relative h-80 overflow-hidden cursor-pointer" > -
@@ -380,12 +387,14 @@ export default function HomeClient({ lang, dict }: { lang: string; dict: any }) {/* ── CTA Banner ── */}
-
+
+ Moy Group CTA Background +
diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index fb07a93..d08e034 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -15,10 +15,10 @@ export default function Footer({ lang, dict }: { lang: Locale; dict: any }) { {dict.description}

diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 57bd712..4ff9ee8 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -80,6 +80,8 @@ export default function Navbar({ lang, dict }: { lang: Locale; dict: any }) { {/* Mobile menu button */}