From b1a1580c3144d2de13157beec16fced41fc2b048 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 22:37:35 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 49 ++++++++++++--------------------------- 1 file changed, 15 insertions(+), 34 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3573acd..f209d2d 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": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Social Proof", - "href": "#social-proof" + "name": "Social Proof", "href": "#social-proof" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -57,29 +48,19 @@ export default function Layout() {