Update src/app/page.tsx

This commit is contained in:
2026-03-05 20:49:07 +00:00
parent 6744bddf08
commit 4c94ff72cb

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}