diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 197734c..235dd2d 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": "Shop", - "href": "#products" + "name": "Shop", "href": "#products" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Discovery", - "href": "#discovery" + "name": "Discovery", "href": "#discovery" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,37 +51,25 @@ export default function Layout() { { items: [ { - label: "Shop All", - href: "#products", - }, + label: "Shop All", href: "#products"}, { - label: "Sustainability", - href: "#", - }, + label: "Sustainability", href: "#"}, ], }, { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Press Room", - href: "#", - }, + label: "Press Room", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}