From fc30fea2dcf41e2820a4e8841618380a25b945ab Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:27:42 +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 3368c3b..dc8fce5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { layout="section" title="Our Roasting Standards" sections={[ - { heading: "Sourcing", content: "We source direct from farmers." } + { heading: "Sourcing", content: [{ type: "paragraph", text: "We source direct from farmers." }] } ]} /> -- 2.49.1