From 38fe2d2ec22a984ea983ceed81efce94e21bdc8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:03:22 +0000 Subject: [PATCH] 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 7e3d5ce..c85bc9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Professional Auto Care" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/guy-rinsing-auto-car-wash-with-water-gun_651396-2789.jpg" imageAlt="Professional car wash service" buttons={[ @@ -172,7 +172,7 @@ export default function LandingPage() { title="Ready to Sparkle?" description="Book your car wash appointment today or get in touch with any questions. Our team is here to help keep your vehicle looking its absolute best." tagIcon={Phone} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2388.jpg" imageAlt="SparkleClean facility" -- 2.49.1