From a6c7e6ba707e726fcfaa5a4ca7e8dd7522ee8af8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 14:06:06 +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 29aa20a..9e4f7fa 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 5 Jul 2026 14:06:09 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 86 +++++++++++++++------------------------ 1 file changed, 33 insertions(+), 53 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9e4f7fa..6db69dc 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": "Story", - "href": "#about" + "name": "Story", "href": "#about" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Partners", - "href": "#b2b" + "name": "Partners", "href": "#b2b" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Benefits", - "href": "#benefits" + "name": "Benefits", "href": "#benefits" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,55 +35,42 @@ export default function Layout() { + logo="SIRAB" + logoImageSrc="http://img.b2bpic.net/free-psd/plastic-surgery-youtube-cover_23-2150043080.jpg" + ctaButton={{ + text: "Partner With Us", href: "#contact"}} + navItems={navItems} + />
+ ]} + /> );