From 9b314952c5211007239d806346f6a15a15a242ee Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 09:30:05 +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 d977ca3..52cbd51 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 09:30:08 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 95 +++++++++++++++------------------------ 1 file changed, 35 insertions(+), 60 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 52cbd51..4a727b9 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": "Shop", - "href": "#products" + "name": "Shop", "href": "#products" }, { - "name": "The Garage", - "href": "#garage" + "name": "The Garage", "href": "#garage" }, { - "name": "Community", - "href": "#community" + "name": "Community", "href": "#community" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Manifesto", - "href": "#manifesto" + "name": "Manifesto", "href": "#manifesto" }, { - "name": "Categories", - "href": "#categories" + "name": "Categories", "href": "#categories" }, { - "name": "Social", - "href": "#social" + "name": "Social", "href": "#social" } ]; @@ -42,64 +35,46 @@ export default function Layout() { + logo="Backdoor Shop & Garage" + logoImageSrc="http://img.b2bpic.net/free-vector/retro-color-skateboarding-labels-logos-stickers-set-emblem-badge-print-extreme-urban-vector-illustration_1284-46314.jpg" + ctaButton={{ + text: "Visit Store", href: "#garage"}} + navItems={navItems} />
+ label: "Google Maps", href: "#"}, + ]} + /> ); -- 2.49.1