3 Commits

Author SHA1 Message Date
b80268732c Merge version_6 into main
Merge version_6 into main
2026-04-03 21:38:42 +00:00
cffffd8707 Update src/app/page.tsx 2026-04-03 21:38:39 +00:00
32093454c4 Merge version_5 into main
Merge version_5 into main
2026-04-03 21:04:30 +00:00

View File

@@ -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">