From 199198d98862272ff841ab726b788ba9d630ccee Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 19:16:21 +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 1877e83..1c85681 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 14 Jun 2026 19:16:24 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 115 ++++++++++++++------------------------ 1 file changed, 43 insertions(+), 72 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1c85681..d2b9d00 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Commercial", - "href": "#commercial" + "name": "Commercial", "href": "#commercial" }, { - "name": "Locations", - "href": "#areas" + "name": "Locations", "href": "#areas" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Trust", - "href": "#trust" + "name": "Trust", "href": "#trust" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,78 +35,56 @@ export default function Layout() { + logo="Prime Moving" + logoImageSrc="http://img.b2bpic.net/free-photo/man-giving-order-curbside-pickup_23-2149106422.jpg" + ctaButton={{ + text: "Get Quote", href: "#quote"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + /> ); -} +} \ No newline at end of file -- 2.49.1