From 3c5d429c2790979beab616c6944f3211ae08c152 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:02:54 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27a1260..ba39bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -73,7 +73,7 @@ export default function HomePage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -215,7 +215,7 @@ export default function HomePage() { description="No pressure. No obligation. Just a quick conversation about what your business needs. Book a 15-minute call or submit your details and we'll respond within 24 hours." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From 4ddc3689a051888f261d4055b9d4be2ac9a5443d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:02:54 +0000 Subject: [PATCH 2/3] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index dd32994..a7a4d35 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,7 +26,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -68,7 +68,7 @@ export default function PortfolioPage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -210,7 +210,7 @@ export default function PortfolioPage() { description="See how a professionally designed website can transform your business. Book a free consultation and discover what's possible for your company." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From b3c43198a2fead3cc71e0dc60a0205b2ee15db80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:02:55 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fd9dc4e..b202619 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,7 +26,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -71,7 +71,7 @@ export default function ServicesPage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -204,7 +204,7 @@ export default function ServicesPage() { description="Schedule your 15-minute consultation. We'll understand your business, discuss your goals, and show you exactly how we can help you convert more customers online. No pressure. No sales pitch. Just real talk about what your business needs." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1