From 1a0e99576508c45d16c7ddb7272ad8059ec991af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:21:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5995509..365b000 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { description="Professional landscaping, lawn care, and irrigation services trusted by homeowners across the Rio Grande Valley. Quality work, on-time delivery, attention to every detail." tag="Local, Trusted, Professional" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:+1-956-555-0100" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" kpis={[ { value: "500+", label: "Happy Customers" }, { value: "10+", label: "Years Experience" }, @@ -154,7 +154,7 @@ export default function LandingPage() { { id: "faq-5", title: "Do you handle sprinkler system repairs?", content: "Yes, we specialize in sprinkler system repairs and installation. We also offer irrigation solutions to help you maintain a beautiful lawn efficiently." }, { id: "faq-6", title: "What if I'm not satisfied with the work?", content: "Your satisfaction is guaranteed. We stand behind our work 100%. If you're not happy, we'll make it right. That's our Valley 360 promise." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="smooth" -- 2.49.1