diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index f1c1d69..5a2c16e 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": "Models",
- "href": "#products"
+ "name": "Models", "href": "#products"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,67 +49,42 @@ export default function Layout() {
brand="TRISTAR"
columns={[
{
- title: "Models",
- items: [
+ title: "Models", items: [
{
- label: "Sport",
- href: "#products",
- },
+ label: "Sport", href: "#products"},
{
- label: "Cruiser",
- href: "#products",
- },
+ label: "Cruiser", href: "#products"},
{
- label: "Electric",
- href: "#products",
- },
+ label: "Electric", href: "#products"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Events",
- href: "#",
- },
+ label: "Events", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Service Centers",
- href: "#",
- },
+ label: "Service Centers", href: "#"},
{
- label: "Manuals",
- href: "#",
- },
+ label: "Manuals", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}
copyright="© 2024 Tristar Motorcycles. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
/>