diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ebe7b26..ce8dfe6 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": "Dashboard", - "href": "#hero" + "name": "Dashboard", "href": "#hero" }, { - "name": "Employees", - "href": "#team" + "name": "Employees", "href": "#team" }, { - "name": "CRM", - "href": "#features" + "name": "CRM", "href": "#features" }, { - "name": "Payroll", - "href": "#pricing" + "name": "Payroll", "href": "#pricing" }, { - "name": "Product", - "href": "#product" + "name": "Product", "href": "#product" }, { - "name": "Testimonial", - "href": "#testimonial" + "name": "Testimonial", "href": "#testimonial" }, { - "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: "Dashboard", - href: "#", - }, + label: "Dashboard", href: "#"}, { - label: "CRM", - href: "#", - }, + label: "CRM", href: "#"}, { - label: "Payroll", - href: "#", - }, + label: "Payroll", href: "#"}, ], }, { items: [ { - label: "Security", - href: "#", - }, + label: "Security", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}