diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 94abb98..48ab68b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,10 +75,6 @@ function ProductPageContent({ params }: ProductPageProps) { 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: [ { name: "Home", id: "/" }, @@ -96,7 +92,18 @@ function ProductPageContent({ params }: ProductPageProps) { if (isLoading) { return ( - +