diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3f4e036..59b28a9 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Reviews", - "href": "#reviews" + "name": "Reviews", "href": "#reviews" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,47 +49,32 @@ export default function Layout() { brand="Hydro Spark Carwash" columns={[ { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { - label: "174 Main St, Gweru", - href: "#", - }, + label: "174 Main St, Gweru", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "077 634 5912", - href: "tel:0776345912", - }, + label: "077 634 5912", href: "tel:0776345912"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, ], }, ]} copyright="© 2024 Hydro Spark Carwash. 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/cleaning-tools_23-2147699406.jpg" />