diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index dd72396..c0d2c66 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -82,7 +82,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -150,7 +150,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -225,7 +225,7 @@ function ProductPageContent({ params }: ProductPageProps) { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid"