From 9f4f82c73b65691c3569294e5409f8dc9f8e8180 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:47:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c8fa1f..87c4f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} ariaLabel="Feature section" - animationType="reveal-blur" + animationType="entrance-slide" />
@@ -91,7 +91,7 @@ export default function LandingPage() { { id: "2", value: "5000+", description: "Happy customers who rely on Plumber's Crack for all their plumbing needs and emergencies." }, { id: "3", value: "99%", description: "On-time arrival rate, ensuring we respect your time and provide prompt, reliable service every time." } ]} - metricsAnimation="entrance-slide" + metricsAnimation="text-stagger" useInvertedBackground={false} ariaLabel="Metrics section" /> @@ -114,7 +114,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} ariaLabel="Testimonials section" - animationType="reveal-blur" + animationType="entrance-slide" />
@@ -129,9 +129,9 @@ export default function LandingPage() { ]} imageSrc="https://pixabay.com/get/g0e440385448018e68c4232faef92eb8e73663ae3a7ec141c790016a12b6988a5137a295ad51278a925882a165fa10b80562456bed844a6017e6d1589ce71a806_1280.jpg" imageAlt="customer service representative phone" - mediaAnimation="entrance-slide" + mediaAnimation="text-stagger" mediaPosition="left" - faqsAnimation="entrance-slide" + faqsAnimation="text-stagger" textboxLayout="default" useInvertedBackground={false} animationType="smooth" -- 2.49.1