Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3a2fa5219 | |||
| 0666105b08 | |||
| 50499f20c3 | |||
| c7b02ac3b9 |
@@ -270,8 +270,8 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold mb-2">Phone</h3>
|
<h3 className="text-lg font-semibold mb-2">Phone</h3>
|
||||||
<a href="tel:+9647501234567" className="text-foreground/75 hover:text-primary-cta transition-colors">
|
<a href="tel:+9647504925292" className="text-foreground/75 hover:text-primary-cta transition-colors">
|
||||||
+964 750 123 4567
|
+964 750 492 5292
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold mb-2">WhatsApp</h3>
|
<h3 className="text-lg font-semibold mb-2">WhatsApp</h3>
|
||||||
<a href="https://wa.me/9647501234567" target="_blank" rel="noopener noreferrer" className="text-foreground/75 hover:text-primary-cta transition-colors">
|
<a href="https://wa.me/9647504925292" target="_blank" rel="noopener noreferrer" className="text-foreground/75 hover:text-primary-cta transition-colors">
|
||||||
Message us on WhatsApp
|
Message us on WhatsApp
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -297,9 +297,13 @@ export default function LandingPage() {
|
|||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold mb-2">Business Hours</h3>
|
<h3 className="text-lg font-semibold mb-2">Business Hours</h3>
|
||||||
<div className="text-foreground/75 space-y-1 text-sm md:text-base">
|
<div className="text-foreground/75 space-y-1 text-sm md:text-base">
|
||||||
<p>Monday - Friday: 9:00 AM - 8:00 PM</p>
|
<p>Thursday: 8:30 AM - 12:00 AM</p>
|
||||||
<p>Saturday: 10:00 AM - 7:00 PM</p>
|
<p>Friday: 2:00 PM - 12:00 AM</p>
|
||||||
<p>Sunday: 10:00 AM - 6:00 PM</p>
|
<p>Saturday: 8:30 AM - 12:00 AM</p>
|
||||||
|
<p>Sunday: 8:30 AM - 12:00 AM</p>
|
||||||
|
<p>Monday: 8:30 AM - 12:00 AM</p>
|
||||||
|
<p>Tuesday: 8:30 AM - 12:00 AM</p>
|
||||||
|
<p>Wednesday: 8:30 AM - 12:00 AM (Eid al-Fitr)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -349,7 +353,7 @@ export default function LandingPage() {
|
|||||||
items: [
|
items: [
|
||||||
{ label: 'Facebook', href: 'https://facebook.com' },
|
{ label: 'Facebook', href: 'https://facebook.com' },
|
||||||
{ label: 'Instagram', href: 'https://instagram.com' },
|
{ label: 'Instagram', href: 'https://instagram.com' },
|
||||||
{ label: 'WhatsApp', href: 'https://wa.me/9647501234567' },
|
{ label: 'WhatsApp', href: 'https://wa.me/9647504925292' },
|
||||||
{ label: 'Email', href: 'mailto:contact@arezbarbershop.com' }
|
{ label: 'Email', href: 'mailto:contact@arezbarbershop.com' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user