Compare commits

...

3 Commits

Author SHA1 Message Date
fc30fea2dc Update src/app/about/page.tsx 2026-04-11 17:27:42 +00:00
669a24a0a0 Update src/app/about/page.tsx 2026-04-11 17:27:14 +00:00
1a4c241039 Update src/app/about/page.tsx 2026-04-11 17:26:46 +00:00

View File

@@ -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: [{ type: "paragraph", text: "We source direct from farmers." }] }
]}
/>
</div>