From 09fb9012eb392b7f47fe1ccef6bcde2d0daaa5b4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 09:46:55 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4a7d451..4cd79ea 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 09:46:58 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4cd79ea..c05a2bd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -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,11 +37,9 @@ export default function Layout() {
@@ -60,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: "#"}, ]} /> -- 2.49.1