From f3c11a11998e82a1c69b08f070cf7f61a0dbc006 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 20:28:44 +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 687a0dd..6b587b6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 20:28:47 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6b587b6..5daf26e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Início", - "href": "#" + "name": "Início", "href": "#" }, { - "name": "Sobre", - "href": "#about" + "name": "Sobre", "href": "#about" }, { - "name": "Catálogo", - "href": "#products" + "name": "Catálogo", "href": "#products" }, { - "name": "Contato", - "href": "#contact" + "name": "Contato", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() { brand="Fag Moto Peças" columns={[ { - title: "Loja", - items: [ + title: "Loja", items: [ { - label: "Sobre", - href: "#about", - }, + label: "Sobre", href: "#about"}, { - label: "Catálogo", - href: "#products", - }, + label: "Catálogo", href: "#products"}, ], }, { - title: "Suporte", - items: [ + title: "Suporte", items: [ { - label: "WhatsApp", - href: "#", - }, + label: "WhatsApp", href: "#"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]} copyright="© 2024 Fag Moto Peças. Todos os direitos reservados." links={[ { - label: "Privacidade", - href: "#", - }, + label: "Privacidade", href: "#"}, { - label: "Termos", - href: "#", - }, + label: "Termos", href: "#"}, ]} />