From db3a47a71744c2729528973f74eca79962a65172 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 15:10:33 +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 62612b2..85c187d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -18,7 +18,7 @@ export default function BlogPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" -- 2.49.1 From c33700f0e87c152eab9418eb02e56fc03a422467 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 15:10:34 +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 7b01473..e4df74a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { Date: Mon, 16 Feb 2026 15:10:35 +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 97b956f..85bef86 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="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -178,7 +178,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" -- 2.49.1 From 7ab338bfe8ef65e65167055e3e38ffc8e3173e3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 15:10:35 +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 91b3f30..5b0628a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -25,7 +25,7 @@ export default function ShopPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -72,7 +72,7 @@ export default function ShopPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" -- 2.49.1