From 7c814f2afa07731bddf65becc8a644ab41c1bfad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:06:51 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e25b742..440a742 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -67,7 +67,16 @@ export default function ProductPage({ params }: ProductPageProps) { }, [cartItems, checkout, getCheckoutItems]); const navbarProps = { - navItems: [{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }], + navItems: [ + { name: "Home", id: "/" }, + { name: "About", id: "/#about" }, + { name: "Stats", id: "/#stats" }, + { name: "Trust", id: "/#social-proof" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" } + ], brandName: "Superkot", bottomLeftText: "The Legend, The Myth", bottomRightText: "superkot@flashbang.gg"}; const footerProps = {