From dcf851172d32a7ac2973cd33effa2976f27415d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:31:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69d58e0..553675c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -183,7 +184,7 @@ export default function LandingPage() { { text: "Call +27 64 794 4097", href: "tel:+27647944097" } ]} buttonAnimation="blur-reveal" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1