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 (
-
+
@@ -80,7 +87,18 @@ function ShopPageContent() {
}
return (
-
+