Update src/app/shop/page.tsx
This commit is contained in:
@@ -43,8 +43,8 @@ export default function ShopPage() {
|
||||
{ "name": "Menu", "id": "menu" },
|
||||
{ "name": "Banquets", "id": "banquets" },
|
||||
{ "name": "Delivery", "id": "delivery" },
|
||||
{ "name": "Contacts", "id": "contacts" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ "name": "Blog", "id": "/blog" },
|
||||
{ "name": "Contacts", "id": "contacts" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||
@@ -120,8 +120,8 @@ export default function ShopPage() {
|
||||
{ "name": "Menu", "id": "menu" },
|
||||
{ "name": "Banquets", "id": "banquets" },
|
||||
{ "name": "Delivery", "id": "delivery" },
|
||||
{ "name": "Contacts", "id": "contacts" },
|
||||
{ "name": "Shop", "id": "/shop" }
|
||||
{ "name": "Blog", "id": "/blog" },
|
||||
{ "name": "Contacts", "id": "contacts" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||
|
||||
Reference in New Issue
Block a user