diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6b0f07a..f399972 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": "Collections", - "href": "#collections" + "name": "Collections", "href": "#collections" }, { - "name": "Process", - "href": "#process" + "name": "Process", "href": "#process" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Why", - "href": "#why" + "name": "Why", "href": "#why" }, { - "name": "Certs", - "href": "#certs" + "name": "Certs", "href": "#certs" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,67 +49,42 @@ export default function Layout() { brand="HighKraft Industries" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Sustainability", - href: "#", - }, + label: "Sustainability", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Sportswear", - href: "#", - }, + label: "Sportswear", href: "#"}, { - label: "Activewear", - href: "#", - }, + label: "Activewear", href: "#"}, { - label: "Workwear", - href: "#", - }, + label: "Workwear", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} copyright="© 2024 HighKraft Industries. All rights reserved." links={[ { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ]} />