From e04bdf345dace8d8d2512ad2ab9c954621834d43 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 20:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3198c31..7a2cd55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,8 @@ export default function LandingPage() { name: "Home", id: "home"}, { name: "Shop", id: "products"}, + { + name: "Accessories", id: "accessories"}, { name: "Features", id: "features"}, { @@ -126,6 +128,32 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1