diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4481f5e..baae19c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,28 +8,22 @@ 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": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -39,10 +33,9 @@ export default function Layout() {
@@ -53,46 +46,30 @@ export default function Layout() { brand="Khaab Afifa" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Shipping", - href: "#", - }, + label: "Shipping", href: "#"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]} copyright="© 2024 Khaab Afifa. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/businesswoman-holding-business-card_23-2148012905.jpg" />