--- import { getLangFromUrl, useTranslations } from '../i18n/ui'; import { MapPin, Phone, Mail, MessageCircle, Clock } from 'lucide-astro'; const lang = getLangFromUrl(Astro.url); const t = useTranslations(lang); ---

{t('contact.title')}

{t('contact.description')}

{t('contact.info.title')}

{t('contact.address.title')}

{t('contact.address.map')}

{t('contact.phone.title')}

+971 50 161 1234

{t('contact.phone.note')}

{t('contact.email.title')}

blueprintrak@gmail.com

{t('contact.hours.title')}

{lang === 'ar' ? 'الأحد - الخميس' : 'Sunday - Thursday'}
{lang === 'ar' ? 'الفترة الصباحية' : 'Morning'} 08:00 - 14:00
{lang === 'ar' ? 'الفترة المسائية' : 'Evening'} 17:00 - 20:30
{lang === 'ar' ? 'الجمعة' : 'Friday'} 08:00 - 12:00
{lang === 'ar' ? 'السبت: عطلة' : 'Saturday: Closed'}

{t('contact.whatsapp.title')}

{t('contact.whatsapp.description')}

{t('contact.whatsapp.button')}