Update src/app/contact/page.tsx

This commit is contained in:
2026-05-10 19:28:14 +00:00
parent fa4462aafd
commit 66adb8b1ec

View File

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