Update src/app/page.tsx
This commit is contained in:
@@ -61,7 +61,6 @@ export default function LandingPage() {
|
|||||||
{ text: 'Our Services', href: '#services' }
|
{ text: 'Our Services', href: '#services' }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
mediaAnimation="none"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,8 +99,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardEleven
|
<MetricCardEleven
|
||||||
title="Why Choose Plumber's Crack"
|
|
||||||
description="Our commitment to excellence and customer satisfaction drives everything we do. See the numbers that speak for themselves."
|
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: '1', value: '98%', title: 'Customer Satisfaction', description: 'Our clients consistently give us top ratings.', imageSrc: 'https://pixabay.com/get/ga7bf1efd5f1c9331e01ecc6853857d5d1e7f064c1ead38053762f15f081ba84ae5c66a6cd0a0109794ef53e9b6a7e784_1280.jpg', imageAlt: 'happy customer feedback' },
|
{ id: '1', value: '98%', title: 'Customer Satisfaction', description: 'Our clients consistently give us top ratings.', imageSrc: 'https://pixabay.com/get/ga7bf1efd5f1c9331e01ecc6853857d5d1e7f064c1ead38053762f15f081ba84ae5c66a6cd0a0109794ef53e9b6a7e784_1280.jpg', imageAlt: 'happy customer feedback' },
|
||||||
{ id: '2', value: '20+', title: 'Years of Experience', description: 'Decades of expertise in all plumbing services.', imageSrc: 'https://pixabay.com/get/gf967631c4b9d447a46a9605728172e86a968a24a6f57919835b860bd89889c621651517c45e5cc6d96381586e29259b41420946243decca18692b7213b399520_1280.jpg', imageAlt: 'experienced plumber at work' },
|
{ id: '2', value: '20+', title: 'Years of Experience', description: 'Decades of expertise in all plumbing services.', imageSrc: 'https://pixabay.com/get/gf967631c4b9d447a46a9605728172e86a968a24a6f57919835b860bd89889c621651517c45e5cc6d96381586e29259b41420946243decca18692b7213b399520_1280.jpg', imageAlt: 'experienced plumber at work' },
|
||||||
|
|||||||
Reference in New Issue
Block a user