Merge version_1_1782138091756 into main #2

Merged
bender merged 2 commits from version_1_1782138091756 into main 2026-06-22 14:22:43 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Dr Marinetti"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=8oz8q5"
ctaButton={{
text: "Prendre RDV",
href: "/contact",
}}
text: "Prendre RDV", href: "/contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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"},
],
},
]}