From f64093de2bb4dfe90094db30e229e7edcf631485 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 25 Jun 2026 06:48: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 90969c0..442deea 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Thu, 25 Jun 2026 06:48:21 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 121 ++++++++++++++------------------------ 1 file changed, 45 insertions(+), 76 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 442deea..064b8cf 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Properties", - "href": "#properties" + "name": "Properties", "href": "#properties" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,82 +35,58 @@ export default function Layout() { + logo="PrimeNest" + logoImageSrc="http://img.b2bpic.net/free-photo/home-insurance-cut-out-icon_53876-14837.jpg" + ctaButton={{ + text: "Contact Agent", href: "#contact"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/home-insurance-cut-out-icon_53876-14837.jpg" + /> );