Update src/app/contact/page.tsx

This commit is contained in:
2026-05-10 19:30:36 +00:00
parent 2fcd8c009a
commit 5dae06ebfa

View File

@@ -42,7 +42,7 @@ export default function ContactPage() {
layout="page"
title="Contact Us"
sections={[
{ heading: "Office Locations", content: "Riyadh, Jeddah, Dammam" }
{ heading: "Office Locations", content: [{ text: "Riyadh, Jeddah, Dammam" }] }
]}
/>
</div>