From 1a4c2410392c89ece434f923a0078c8e6321ef7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:26:46 +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 e28718e..11e379f 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: { type: "paragraph", text: "We source direct from farmers." } }, + { heading: "Sourcing", content: "We source direct from farmers." }, ]} /> -- 2.49.1