Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b80268732c | |||
| cffffd8707 | |||
| 32093454c4 | |||
| 9dcac7ea1e | |||
| 6d3eede3e2 |
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user