From 32e6edff785b21ed78ec9dced2b90e9e4f676c06 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 19:17:07 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 91 +++++++++++++++------------------------ 1 file changed, 35 insertions(+), 56 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a8d8cd6..c371060 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Performance", - "href": "#metrics" + "name": "Performance", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" } ]; @@ -42,60 +35,46 @@ export default function Layout() { + logo="Swimbait Supply" + logoImageSrc="http://img.b2bpic.net/free-photo/vintage-collage-person-doing-kayaking-road_23-2149438109.jpg" + ctaButton={{ + text: "Shop Now", href: "/shop"}} + navItems={navItems} + />
+ label: "Terms", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/vintage-collage-person-doing-kayaking-road_23-2149438109.jpg" + /> ); -- 2.49.1