From 4c94ff72cb9cf05eafd02804dda96502ce19e593 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:49:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a36617..0129e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Emergency Service", href: "contact" }, { text: "Schedule Appointment", href: "contact" } ]} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498452.jpg" imageAlt="Professional garage door installation" mediaAnimation="slide-up" @@ -205,7 +205,7 @@ export default function LandingPage() { title="Ready to Fix Your Garage Door?" description="Contact RK Garage Door today for a free quote or emergency service. Our team is ready to help!" tagIcon={Phone} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/happy-mature-man-receiving-package-from-courier-signing-paperwork-front-his-house_637285-1270.jpg" imageAlt="Contact RK Garage Door" @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file