From 36b85b213b9c869635229f67acb6f70fde517963 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 15:23:12 +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 e7d015d..f7f2617 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 22 Jun 2026 15:23:16 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 105 ++++++++++++++------------------------ 1 file changed, 38 insertions(+), 67 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f7f2617..c159393 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": "Experience", - "href": "#hero" + "name": "Experience", "href": "#hero" }, { - "name": "Collection", - "href": "#gallery" + "name": "Collection", "href": "#gallery" }, { - "name": "Curators", - "href": "#team" + "name": "Curators", "href": "#team" }, { - "name": "Connect", - "href": "#contact" + "name": "Connect", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,72 +35,50 @@ export default function Layout() { + logo="GalleryX" + logoImageSrc="http://img.b2bpic.net/free-vector/ornamental-background-design_1375-95.jpg" + ctaButton={{ + text: "Enter Gallery", href: "#hero"}} + navItems={navItems} />
+ label: "LinkedIn", href: "#"}, + ]} + /> ); -- 2.49.1