Update src/app/page.tsx

This commit is contained in:
2026-03-13 18:29:36 +00:00
parent 803da71243
commit 47defa96fb

View File

@@ -63,12 +63,12 @@ export default function LandingPage() {
testimonialRotationInterval={6000}
useInvertedBackground={false}
tag="⭐ Trusted by Clarksville Homeowners"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Get a Free Quote", href: "/contact" },
{ text: "Call: (931) 555-0100", href: "tel:+1-931-555-0100" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-working-industrial-machine-factory-plant_637285-4186.jpg"
imageAlt="Professional HVAC technician with warm lighting"
mediaAnimation="opacity"
@@ -156,8 +156,8 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
containerClassName="max-w-6xl mx-auto px-4 py-16 lg:py-24"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
cardClassName="bg-card border border-accent rounded-lg p-8 hover:shadow-lg transition-shadow"
cardTitleClassName="text-2xl font-bold text-foreground mb-4"
labelClassName="inline-block bg-primary-cta/10 text-primary-cta text-xs font-semibold px-3 py-1 rounded-full mb-3"
@@ -199,8 +199,8 @@ export default function LandingPage() {
tagIcon={Heart}
tagAnimation="slide-up"
containerClassName="max-w-6xl mx-auto px-4 py-16 lg:py-24 bg-background-accent/20 rounded-2xl"
titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
cardClassName="bg-card border border-accent rounded-lg p-8 shadow-sm hover:shadow-md transition-shadow"
testimonialClassName="text-foreground/80 text-lg mb-6 leading-relaxed italic"
nameClassName="font-semibold text-foreground text-base"