From 3f80dc8eca1d9b3d162e7748a8c33bb54a7287d6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 16:21:18 +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 91b66a5..8148e2e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -40,6 +40,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 16:21:21 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8148e2e..849b255 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,28 +9,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Menu", - "href": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "Recensioni", - "href": "#testimonials" + "name": "Recensioni", "href": "#testimonials" }, { - "name": "Contatti", - "href": "#contact" + "name": "Contatti", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -40,11 +34,9 @@ export default function Layout() {
@@ -56,13 +48,9 @@ export default function Layout() { copyright="© 2024 Bella Napoli. Tutti i diritti riservati." socialLinks={[ { - icon: Facebook, - href: "https://facebook.com", - }, + icon: "Facebook", href: "https://facebook.com"}, { - icon: Instagram, - href: "https://instagram.com", - }, + icon: "Instagram", href: "https://instagram.com"}, ]} /> -- 2.49.1