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