From 76e4e5beb4770a4c819730c3477f5a736a5da33a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:07:31 +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 24b5282..4965a81 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,7 +41,7 @@ export default function AboutPage() { title="Our Smoking Story" sections={[ { - heading: "Our Roots", content: { type: "paragraph", text: "ABC Barbeque was born in the backyards of Cambridge, fueled by a passion for slow-cooked perfection." } + heading: "Our Roots", content: { text: "ABC Barbeque was born in the backyards of Cambridge, fueled by a passion for slow-cooked perfection." } }, ]} /> -- 2.49.1