diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4b59660..ed2582e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Accueil", - "href": "/" + "name": "Accueil", "href": "/" }, { - "name": "Le Cabinet", - "href": "/about" + "name": "Le Cabinet", "href": "/about" }, { - "name": "Services", - "href": "/services" + "name": "Services", "href": "/services" }, { - "name": "Expertise", - "href": "/expertise" + "name": "Expertise", "href": "/expertise" }, { - "name": "Témoignages", - "href": "/testimonials" + "name": "Témoignages", "href": "/testimonials" }, { - "name": "Contact", - "href": "/contact" - }, - { - "name": "Hero", - "href": "#hero" + "name": "Contact", "href": "/contact" } ]; @@ -43,10 +33,9 @@ export default function Layout() {
@@ -59,21 +48,15 @@ export default function Layout() { { items: [ { - label: "Mentions Légales", - href: "/mentions", - }, + label: "Mentions Légales", href: "/mentions"}, { - label: "RGPD", - href: "/rgpd", - }, + label: "RGPD", href: "/rgpd"}, ], }, { items: [ { - label: "Prendre RDV", - href: "/contact", - }, + label: "Prendre RDV", href: "/contact"}, ], }, ]}