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 = {