diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b55fdcf..d050928 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Accueil", - "href": "#hero" + "name": "Accueil", "href": "#hero" }, { - "name": "À propos", - "href": "#about" + "name": "À propos", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,55 +35,43 @@ export default function Layout() { + logo="Dr. Kbirit Kaoutar" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=yh4vhq" + ctaButton={{ + text: "Prendre RDV", href: "#contact"}} + navItems={navItems} + />
+ label: "Mentions Légales", href: "#"}, + ]} + /> );