// Contact page
const Contact = ({ t, lang }) => {
return (
{t.contact.eyebrow}
{t.contact.h1}
{t.contact.sub}
{t.contact.offices}
{lang === "ar" ? "الرياض" : "Riyadh"}
{t.contact.ksa_office}
- {t.contact.ksa_phone}
- {t.contact.email}
- {t.contact.hours}
{/* Stylized map of the office location */}
{t.contact.form_h}
);
};
Object.assign(window, { Contact });