Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user