diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a2b3680..b55bf1f 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": "Series", - "href": "#features" + "name": "Series", "href": "#features" }, { - "name": "Membership", - "href": "#pricing" + "name": "Membership", "href": "#pricing" }, { - "name": "Team", - "href": "#team" + "name": "Team", "href": "#team" }, { - "name": "Bento", - "href": "#bento" + "name": "Bento", "href": "#bento" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -56,29 +48,19 @@ export default function Layout() {