Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b80268732c | |||
| cffffd8707 | |||
| 32093454c4 |
@@ -216,22 +216,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardThree
|
<a href="/contact" className="block">
|
||||||
title="Why Choose Arez"
|
<MetricCardThree
|
||||||
description="Trusted by 100+ clients with 95% 5-star reviews and 10+ years of expertise"
|
title="Why Choose Arez"
|
||||||
tag="Our Impact"
|
description="Trusted by 100+ clients with 95% 5-star reviews and 10+ years of expertise"
|
||||||
tagIcon={TrendingUp}
|
tag="Our Impact"
|
||||||
tagAnimation="slide-up"
|
tagIcon={TrendingUp}
|
||||||
animationType="slide-up"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
textboxLayout="default"
|
||||||
metrics={[
|
useInvertedBackground={true}
|
||||||
{ id: '1', icon: Users, title: 'Satisfied Clients', value: '100+' },
|
metrics={[
|
||||||
{ id: '2', icon: Award, title: 'Expert Barbers', value: '5+' },
|
{ id: '1', icon: Users, title: 'Satisfied Clients', value: '100+' },
|
||||||
{ id: '3', icon: Star, title: '5-Star Reviews', value: '95%' },
|
{ id: '2', icon: Award, title: 'Expert Barbers', value: '5+' },
|
||||||
{ id: '4', icon: Clock, title: 'Years Experience', value: '10+' }
|
{ id: '3', icon: Star, title: '5-Star Reviews', value: '95%' },
|
||||||
]}
|
{ id: '4', icon: Clock, title: 'Years Experience', value: '10+' }
|
||||||
/>
|
]}
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="location-contact" data-section="location-contact" className="w-full py-16 md:py-20 px-4 md:px-6">
|
<div id="location-contact" data-section="location-contact" className="w-full py-16 md:py-20 px-4 md:px-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user