diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e9228a2..418d2e8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,7 +75,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -120,7 +120,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="pill" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass"