diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 7de24bb..03a9b4e 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Collection", - "href": "#products" + "name": "Collection", "href": "#products" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,60 +35,46 @@ export default function Layout() { + logo="LUXE CLOTHING" + logoImageSrc="http://img.b2bpic.net/free-photo/garment-concept-with-copy-space_1194-641493.jpg" + ctaButton={{ + text: "Shop Now", href: "#products"}} + navItems={navItems} + />
+ label: "Terms of Service", href: "#"}, + ]} + /> ); -} +} \ No newline at end of file