Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b80268732c | |||
| cffffd8707 | |||
| 32093454c4 | |||
| 9dcac7ea1e | |||
| 6d3eede3e2 |
@@ -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="Our commitment to excellence reflected in numbers"
|
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">
|
||||||
@@ -246,7 +248,6 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12">
|
<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">
|
<div className="rounded-lg overflow-hidden shadow-lg h-80 md:h-96">
|
||||||
<iframe
|
<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"
|
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>
|
</div>
|
||||||
|
|
||||||
{/* Contact Information */}
|
|
||||||
<div className="space-y-8">
|
<div className="space-y-8">
|
||||||
{/* Phone */}
|
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<Phone className="w-6 h-6 text-primary-cta mt-1" />
|
<Phone className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
@@ -276,7 +275,6 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* WhatsApp */}
|
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<MessageSquare className="w-6 h-6 text-primary-cta mt-1" />
|
<MessageSquare className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
@@ -289,7 +287,6 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Business Hours */}
|
|
||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<div className="flex-shrink-0">
|
<div className="flex-shrink-0">
|
||||||
<Clock className="w-6 h-6 text-primary-cta mt-1" />
|
<Clock className="w-6 h-6 text-primary-cta mt-1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user