diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index fcc6e82..0995442 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": "/" + "name": "Home", "href": "/" }, { - "name": "How It Works", - "href": "#how-it-works" + "name": "How It Works", "href": "#how-it-works" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Product Highlights", - "href": "#product-highlights" + "name": "Product Highlights", "href": "#product-highlights" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -55,63 +46,43 @@ export default function Layout() {