Update src/app/contact/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user