diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index bfe7755..d65712c 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": "Arrivals", - "href": "#arrivals" + "name": "Arrivals", "href": "#arrivals" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() { brand="Thriftly" columns={[ { - title: "Store", - items: [ + title: "Store", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Arrivals", - href: "#arrivals", - }, + label: "Arrivals", href: "#arrivals"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Directions", - href: "#", - }, + label: "Directions", href: "#"}, { - label: "Hours", - href: "#", - }, + label: "Hours", href: "#"}, ], }, ]} copyright="© 2024 Thriftly. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ]} />