From ad07ca183cb24b2d293d42170de94d96602d8293 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 17:57:35 +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 e2443da..35fe941 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" -- 2.49.1 From 0f3fd8e660e9405e99258cdc625989f2b8476eea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 17:57:36 +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 8a3d7fb..3bf10c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function InvestmentPlatform() { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function InvestmentPlatform() { Date: Thu, 19 Feb 2026 17:57:37 +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 8a4bb3b..dd7bed6 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,7 +74,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -179,7 +179,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" -- 2.49.1 From 4259e2190ff1acee8caabf74945907f6d55b3006 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 17:57:38 +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 910df66..3e003b0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -24,7 +24,7 @@ export default function ShopPage() { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -72,7 +72,7 @@ export default function ShopPage() { borderRadius="sharp" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="radial-gradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" -- 2.49.1