From de4e1b61604ce1682065a42b7022737c377fe94f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 15:24:33 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 59fa298..fe6a7c9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -24,7 +24,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -42,6 +42,9 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ + text: "Cart", href: "#cart" + }} />
@@ -66,7 +69,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -84,6 +87,9 @@ export default function ShopPage() { {"name":"Contact","id":"contact"}, {"name":"Shop","id":"/shop"} ]} + button={{ + text: "Cart", href: "#cart" + }} />