From b59fc4870c287aa5aaa6f24ef377da9256bc7d68 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:55:41 +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 29446c7..7ba8d32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function AboutPage() { title="Philosophy" sections={[ { - heading: "Our Pledge", content: "We prioritize sustainability and authentic culinary craft." + heading: "Our Pledge", content: [{ type: "paragraph", text: "We prioritize sustainability and authentic culinary craft." }] } ]} /> -- 2.49.1