Merge version_1_1781516751697 into main #1

Merged
bender merged 2 commits from version_1_1781516751697 into main 2026-06-15 09:47:04 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Menu",
"href": "#features"
"name": "Menu", "href": "#features"
},
{
"name": "À propos",
"href": "#about"
"name": "À propos", "href": "#about"
},
{
"name": "Avis",
"href": "#testimonials"
"name": "Avis", "href": "#testimonials"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Güler Pâtisserie"
logoImageSrc="http://img.b2bpic.net/free-photo/love-bakery_23-2147989464.jpg"
ctaButton={{
text: "Réserver",
href: "#contact",
}}
text: "Réserver", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,9 +51,7 @@ export default function Layout() {
copyright="© 2025 Güler Pâtisserie. Tous droits réservés."
socialLinks={[
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
]}
/>
</SectionErrorBoundary>