diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ffb30b..6b396be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Shield, Target, Award } from "lucide-react"; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -28,70 +29,29 @@ export default function LandingPage() {
@@ -202,30 +118,15 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Services", - href: "/services", - }, - { - label: "À Propos", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "Services", href: "/services" }, + { label: "À Propos", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Mentions Légales", - href: "#", - }, - { - label: "Confidentialité", - href: "#", - }, + { label: "Mentions Légales", href: "#" }, + { label: "Confidentialité", href: "#" }, ], }, ]}