From f3c08e66b1c18f47ac43b0137d7c93148eb4eb95 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 26 Jun 2026 14:57:59 +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 962fc2a..050b6bb 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Fri, 26 Jun 2026 14:58:01 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 050b6bb..5339d9c 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": "#menu" + "name": "Menu", "href": "#menu" }, { - "name": "Sobre", - "href": "#sobre" + "name": "Sobre", "href": "#sobre" }, { - "name": "Localização", - "href": "#local" + "name": "Localização", "href": "#local" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Galeria", - "href": "#galeria" + "name": "Galeria", "href": "#galeria" }, { - "name": "Avaliacoes", - "href": "#avaliacoes" + "name": "Avaliacoes", "href": "#avaliacoes" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -44,11 +37,9 @@ export default function Layout() {
@@ -60,13 +51,9 @@ export default function Layout() { copyright="© 2024 Saigon Flavours. Todos os direitos reservados." socialLinks={[ { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Facebook, - href: "#", - }, + icon: "Facebook", href: "#"}, ]} /> -- 2.49.1