Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 12:23:07 +00:00
parent b80e71074e
commit 7b7a769bd6

View File

@@ -66,9 +66,7 @@ function ShopPageContent() {
{name: "Products", id: "/#products"},
{name: "Testimonials", id: "/#testimonials"},
{name: "FAQ", id: "/#faq"},
{ name: "Contact", id: "/#contact" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }
{name: "Contact", id: "/#contact"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -127,9 +125,7 @@ function ShopPageContent() {
{name: "Products", id: "/#products"},
{name: "Testimonials", id: "/#testimonials"},
{name: "FAQ", id: "/#faq"},
{ name: "Contact", id: "/#contact" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }
{name: "Contact", id: "/#contact"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>