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