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"
+ />
);