From 47defa96fb5f26322b6c218da31cc5d8c87e1920 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:29:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89cc693..7417c93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"