From 6ea02fdb221cb09c72c2a73dbbf567ddc3b2cfca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:17:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 95e4c83..b2787a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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." }] }, ]} />