From 64dd38a7fc5e7de979c0f2e843c8c43111053ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:00:07 +0000 Subject: [PATCH 1/2] 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 d6f1a17..e97e8e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function HomePage() { tag="Trusted by 50+ Perth Businesses" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "50+", label: "Projects Completed" }, { value: "3.2x", label: "Average Lead Increase" }, @@ -210,7 +210,7 @@ export default function HomePage() { tagAnimation="slide-up" title="Let's Discuss Your Web Design Project" description="Book a free 30-minute consultation call. We'll discuss your business goals, challenges, and how we can help you attract more leads and customers with a professional website." - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Book Free Consultation" -- 2.49.1 From 5fcf164c3e28695b6801d4c93dacda54d0203e77 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:00:07 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d00ab38..0f4413a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -17,7 +17,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -101,7 +101,7 @@ export default function ServicesPage() { tagAnimation="slide-up" title="Let's Discuss Which Services Are Right For You" description="Every business is unique. Book a consultation to discuss your goals, challenges, and which services will deliver the best results for your Perth business." - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Book Free Consultation" -- 2.49.1