From d0b3fec5b99ae7fed5f776e16f2dc23c49763b14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:34:14 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fe6f69a..3340c99 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,7 +25,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" -- 2.49.1 From e0d25309eb0dbfc2565ece0085b0f46843bec504 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:34:14 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 72a4c7e..1545403 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" -- 2.49.1 From 0eeaf77a74355b42c05b83864ee05751a63af51a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:34:15 +0000 Subject: [PATCH 3/5] 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 ac49d2e..c3e0506 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function HomePage() {
Date: Tue, 3 Mar 2026 11:34:16 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index d977fcf..3f0da18 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -25,7 +25,7 @@ export default function PricingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" -- 2.49.1 From 91d1cd8cb8a922d5492028c846cbaf16fe0fae4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:34:16 +0000 Subject: [PATCH 5/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index aa57088..bec4b21 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -25,7 +25,7 @@ export default function PropertiesPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" -- 2.49.1