diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e5b3497..54fa0e8 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": "Shop", - "href": "#products" + "name": "Shop", "href": "#products" }, { - "name": "Collections", - "href": "#collections" + "name": "Collections", "href": "#collections" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Lookbook", - "href": "#lookbook" + "name": "Lookbook", "href": "#lookbook" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,46 +49,30 @@ export default function Layout() { brand="Seijin X" columns={[ { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Shipping Info", - href: "#", - }, + label: "Shipping Info", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, { - title: "Brand", - items: [ + title: "Brand", items: [ { - label: "Lookbook", - href: "#", - }, + label: "Lookbook", href: "#"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "TikTok", - href: "https://tiktok.com", - }, + label: "TikTok", href: "https://tiktok.com"}, ], }, ]} copyright="© 2024 Seijin X. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} />