From 6067b1678dceda3d573a41ef8016054b982740fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:53:27 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f085765..8a963eb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -18,7 +18,7 @@ export default function BlogPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" -- 2.49.1 From 7819c104752faa21eb9e190e8ef25a77d7970e44 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:53:28 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f47950..c5661e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { Date: Thu, 26 Feb 2026 05:53:29 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1 From 0c14a3a759b1bc20a6a04a811db5d9dcb80bb33c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:53:29 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7ce2b42..eed461c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,7 +25,7 @@ function ShopPageContent() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -92,7 +92,7 @@ function ShopPageContent() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="sparkles-gradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" -- 2.49.1