diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 9d45169..1f981bc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -73,22 +73,8 @@ function ProductPageContent({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const themeProviderProps = { - defaultButtonVariant: "shift-hover", - defaultTextAnimation: "entrance-slide", - borderRadius: "rounded", - contentWidth: "small", - sizing: "largeSmallSizeLargeTitles", - background: "floatingGradient", - cardStyle: "glass-elevated", - primaryButtonStyle: "shadow", - secondaryButtonStyle: "glass", - headingFontWeight: "bold" - }; - const navbarProps = { - brandName: "Baba's Bakery", - navItems: [ + brandName: "Baba's Bakery", navItems: [ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" } ], @@ -98,7 +84,18 @@ function ProductPageContent({ params }: ProductPageProps) { if (isLoading) { return ( - +