From cf0716daa652ea9f2eb07bb69cecc70a52ecfbe5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:49:21 +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 ccacf26..1125fb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Trusted by thousands of satisfied customers" - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -143,7 +143,7 @@ export default function LandingPage() { title="Our Eco-Friendly Air Conditioners" description="Explore our range of innovative air conditioning systems, designed to deliver exceptional performance with minimal environmental impact." tag="Products" - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -191,11 +191,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "99%", description: "Customer Satisfaction"}, + value: "99%"}, { - value: "5-Star", description: "Average Rating"}, + value: "5-Star"}, { - value: "24/7", description: "Support Available"}, + value: "24/7"}, ]} title="What Our Customers Say" description="Hear directly from homeowners and businesses enjoying comfortable, sustainable cooling with EcoBreeze." @@ -225,7 +225,7 @@ export default function LandingPage() { description="Find answers to common questions about our eco-friendly air conditioners, installation, and commitment to sustainability." tag="Help Center" faqsAnimation="entrance-slide" - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" />