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