From 5810ac26d6bd199b9fb1f28c34eee4c9c3be3fbd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 16:39:10 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0a5cad9..e31abad 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -41,10 +41,6 @@ function ShopPageContent() { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - - const themeProviderProps = { - defaultButtonVariant: "bounce-effect", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "compact", sizing: "largeSizeMediumTitles", background: "noiseDiagonalGradient", cardStyle: "glass-depth", primaryButtonStyle: "flat", secondaryButtonStyle: "layered", headingFontWeight: "extrabold" - }; const navbarProps = { navItems: [ @@ -63,7 +59,18 @@ function ShopPageContent() { if (isLoading) { return ( - +