Update src/app/page.tsx
This commit is contained in:
@@ -114,26 +114,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
title="Results That Shine: Clear Choice by the Numbers"
|
||||
tag="Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10,000+", description: "Windows cleaned to sparkle-perfect condition in Medford and surrounding areas."
|
||||
},
|
||||
{
|
||||
id: "2", value: "98%", description: "Customer retention rate reflects our commitment to excellence and satisfaction."
|
||||
},
|
||||
{
|
||||
id: "3", value: "24/7", description: "Available for scheduling consultations and emergency service requests year-round."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Customers Say"
|
||||
@@ -172,6 +152,26 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
title="Results That Shine: Clear Choice by the Numbers"
|
||||
tag="Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10,000+", description: "Windows cleaned to sparkle-perfect condition in Medford and surrounding areas."
|
||||
},
|
||||
{
|
||||
id: "2", value: "98%", description: "Customer retention rate reflects our commitment to excellence and satisfaction."
|
||||
},
|
||||
{
|
||||
id: "3", value: "24/7", description: "Available for scheduling consultations and emergency service requests year-round."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
|
||||
Reference in New Issue
Block a user