diff --git a/src/app/page.tsx b/src/app/page.tsx index 40b02e4..7f14e9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,7 @@ export default function LandingPage() { buttons={[ { text: "Compare All Solutions", href: "contact" } ]} + buttonAnimation="slide-up" /> @@ -126,6 +127,7 @@ export default function LandingPage() { buttons={[ { text: "Schedule My Assessment", href: "contact" } ]} + buttonAnimation="slide-up" /> @@ -147,7 +149,7 @@ export default function LandingPage() { id: "4", value: "Courteous", description: "Professional crew. Respectful and communicative." } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -210,12 +212,13 @@ export default function LandingPage() { ]} imageSrc="https://img.b2bpic.net/free-photo/medium-shot-men-working-with-medical-masks_23-2148751987.jpg" imageAlt="Professional crawl space installation" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" animationType="smooth" + buttonAnimation="slide-up" /> @@ -226,7 +229,7 @@ export default function LandingPage() { description="Tell us what you're seeing in your crawl space. We'll confirm the cause and recommend the best solution—no pressure, no fees." imageSrc="https://img.b2bpic.net/free-photo/people-working-call-center_23-2149288167.jpg" imageAlt="Customer support team ready to help" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" useInvertedBackground={false} background={{ variant: "sparkles-gradient" }}