Merge version_4 into main #8

Merged
bender merged 1 commits from version_4 into main 2026-03-12 18:58:52 +00:00

View File

@@ -270,8 +270,8 @@ export default function LandingPage() {
</div>
<div>
<h3 className="text-lg font-semibold mb-2">Phone</h3>
<a href="tel:+9647501234567" className="text-foreground/75 hover:text-primary-cta transition-colors">
+964 750 123 4567
<a href="tel:+9647504925292" className="text-foreground/75 hover:text-primary-cta transition-colors">
+964 750 492 5292
</a>
</div>
</div>
@@ -283,7 +283,7 @@ export default function LandingPage() {
</div>
<div>
<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
</a>
</div>
@@ -297,9 +297,13 @@ export default function LandingPage() {
<div>
<h3 className="text-lg font-semibold mb-2">Business Hours</h3>
<div className="text-foreground/75 space-y-1 text-sm md:text-base">
<p>Monday - Friday: 9:00 AM - 8:00 PM</p>
<p>Saturday: 10:00 AM - 7:00 PM</p>
<p>Sunday: 10:00 AM - 6:00 PM</p>
<p>Thursday: 8:30 AM - 12:00 AM</p>
<p>Friday: 2:00 PM - 12:00 AM</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>
@@ -349,7 +353,7 @@ export default function LandingPage() {
items: [
{ label: 'Facebook', href: 'https://facebook.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' }
]
}