From ab3b8a02e7a6cb1da5e3641b8ac80ed0c7fbce69 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 14:06:16 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 50 +++++++++------------------------------ 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 3d6616f..1006874 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Collections", - "href": "products" + "name": "Collections", "href": "#products" }, { - "name": "Our Story", - "href": "features" + "name": "Our Story", "href": "#features" }, { - "name": "Testimonials", - "href": "testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Products", - "href": "#products" - }, - { - "name": "Features", - "href": "#features" + "name": "Contact", "href": "#contact" } ]; @@ -44,9 +28,7 @@ export default function Layout() {
@@ -56,29 +38,19 @@ export default function Layout() {