From e46cff49fe161dab52eadb842a5ace33c8e0474b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 04:54:01 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 856bde0..c990679 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,7 +25,7 @@ function ShopPageContent() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="none" + background="floatingGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -40,8 +40,7 @@ function ShopPageContent() { { name: "Menu", id: "product" }, { name: "About", id: "about" }, { name: "Features", id: "feature" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -93,7 +92,7 @@ function ShopPageContent() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="none" + background="floatingGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -108,8 +107,7 @@ function ShopPageContent() { { name: "Menu", id: "product" }, { name: "About", id: "about" }, { name: "Features", id: "feature" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -168,4 +166,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}