Update src/app/about/page.tsx

This commit is contained in:
2026-05-10 22:27:30 +00:00
parent d5684007d1
commit 5613326dca

View File

@@ -54,7 +54,10 @@ export default function AboutPage() {
title="Our Commitment"
sections={[
{
heading: "Integrity", content: "We operate with total transparency in every phase."},
heading: "Integrity", content: [
{ text: "We operate with total transparency in every phase." }
]
},
]}
/>
</div>