diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 20dd8c8..f9ea0b9 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Fleet", - "href": "#fleet" + "name": "Fleet", "href": "#fleet" }, { - "name": "Careers", - "href": "#careers" + "name": "Careers", "href": "#careers" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,33 +51,21 @@ export default function Layout() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Careers", - href: "#careers", - }, + label: "Careers", href: "#careers"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}