Update src/app/about/page.tsx

This commit is contained in:
2026-04-23 17:17:01 +00:00
parent 5fbff3dbc1
commit 6ea02fdb22

View File

@@ -42,7 +42,7 @@ export default function AboutPage() {
layout="section"
title="Our Craft"
sections={[
{ heading: "Our Story", content: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man." },
{ heading: "Our Story", content: [{ type: "paragraph", text: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man." }] },
]}
/>
</div>