Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 13:50:10 +00:00
parent 92ee6f9a3f
commit 7e5f08b48b

View File

@@ -37,7 +37,7 @@ export default function ShopPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => {} }}
className="py-4 px-6 md:px-10 lg:px-14"
@@ -77,7 +77,7 @@ export default function ShopPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Products", id: "/#products" }, { name: "Contact", id: "/#contact" }]}
brandName="Zapah"
button={{ text: "Cart", onClick: () => {} }}
className="py-4 px-6 md:px-10 lg:px-14"