diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c302995..03cc535 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": "Fleet", - "href": "#fleet" + "name": "Fleet", "href": "#fleet" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,55 +49,36 @@ export default function Layout() { brand="Golden Luo Rent a Car" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "Dubai, UAE", - href: "#", - }, + label: "Dubai, UAE", href: "#"}, { - label: "Get Directions", - href: "#", - }, + label: "Get Directions", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Mon-Thu: 10AM-11PM", - href: "#", - }, + label: "Mon-Thu: 10AM-11PM", href: "#"}, { - label: "Friday: Walk-in Only", - href: "#", - }, + label: "Friday: Walk-in Only", href: "#"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "https://www.instagram.com/goldenluorentacar", - }, + label: "Instagram", href: "https://www.instagram.com/goldenluorentacar"}, { - label: "WhatsApp", - href: "https://wa.me/971505301204", - }, + label: "WhatsApp", href: "https://wa.me/971505301204"}, ], }, ]} copyright="© 2024 Golden Luo Rent a Car. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} />