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." }] } ]} />