5 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
9dcac7ea1e Update src/app/page.tsx 2026-04-03 21:04:24 +00:00
6d3eede3e2 Merge version_4 into main
Merge version_4 into main
2026-03-12 18:58:52 +00:00

View File

@@ -216,22 +216,24 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Why Choose Arez"
description="Our commitment to excellence reflected in numbers"
tag="Our Impact"
tagIcon={TrendingUp}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: '1', icon: Users, title: 'Satisfied Clients', value: '100+' },
{ id: '2', icon: Award, title: 'Expert Barbers', value: '5+' },
{ id: '3', icon: Star, title: '5-Star Reviews', value: '95%' },
{ id: '4', icon: Clock, title: 'Years Experience', value: '10+' }
]}
/>
<a href="/contact" className="block">
<MetricCardThree
title="Why Choose Arez"
description="Trusted by 100+ clients with 95% 5-star reviews and 10+ years of expertise"
tag="Our Impact"
tagIcon={TrendingUp}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: '1', icon: Users, title: 'Satisfied Clients', value: '100+' },
{ id: '2', icon: Award, title: 'Expert Barbers', value: '5+' },
{ id: '3', icon: Star, title: '5-Star Reviews', value: '95%' },
{ id: '4', icon: Clock, title: 'Years Experience', value: '10+' }
]}
/>
</a>
</div>
<div id="location-contact" data-section="location-contact" className="w-full py-16 md:py-20 px-4 md:px-6">
@@ -246,7 +248,6 @@ export default function LandingPage() {
</div>
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12">
{/* Map Section */}
<div className="rounded-lg overflow-hidden shadow-lg h-80 md:h-96">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3155.8974300000003!2d44.0059!3d36.1914!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2sArez%20Barbershop%20Erbil!5e0!3m2!1sen!2siq!4v1234567890"
@@ -261,9 +262,7 @@ export default function LandingPage() {
/>
</div>
{/* Contact Information */}
<div className="space-y-8">
{/* Phone */}
<div className="flex gap-4">
<div className="flex-shrink-0">
<Phone className="w-6 h-6 text-primary-cta mt-1" />
@@ -276,7 +275,6 @@ export default function LandingPage() {
</div>
</div>
{/* WhatsApp */}
<div className="flex gap-4">
<div className="flex-shrink-0">
<MessageSquare className="w-6 h-6 text-primary-cta mt-1" />
@@ -289,7 +287,6 @@ export default function LandingPage() {
</div>
</div>
{/* Business Hours */}
<div className="flex gap-4">
<div className="flex-shrink-0">
<Clock className="w-6 h-6 text-primary-cta mt-1" />