Update src/app/shop/page.tsx
This commit is contained in:
@@ -64,13 +64,11 @@ function ShopPageContent() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Events", id: "/#events" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Events", id: "#events" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
brandName="Balero Chess Club"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -104,13 +102,11 @@ function ShopPageContent() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Events", id: "/#events" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Events", id: "#events" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
]}
|
||||
brandName="Balero Chess Club"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
@@ -150,18 +146,16 @@ function ShopPageContent() {
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Events", href: "#events" },
|
||||
{ label: "Shop", href: "/shop" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Blog", href: "/blog" }
|
||||
{ label: "About", href: "/#about" },
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Events", href: "/#events" },
|
||||
{ label: "Products", href: "/products" }
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user