Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user