From c8e91a55e2f51a801fa38dce46559cfdfd8e188a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:07:02 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 163e71f..24b5282 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,8 +41,7 @@ export default function AboutPage() { title="Our Smoking Story" sections={[ { - heading: "Our Roots", content: { - text: "ABC Barbeque was born in the backyards of Cambridge, fueled by a passion for slow-cooked perfection."}, + heading: "Our Roots", content: { type: "paragraph", text: "ABC Barbeque was born in the backyards of Cambridge, fueled by a passion for slow-cooked perfection." } }, ]} /> @@ -54,8 +53,7 @@ export default function AboutPage() { useInvertedBackground={false} title="Meet The Pitmasters" description="The hands behind the fire." - names={[ - "Head Pitmaster Alex", "Chef Jamie", "Sous-Chef Sam"]} + names={["Head Pitmaster Alex", "Chef Jamie", "Sous-Chef Sam"]} /> @@ -83,4 +81,4 @@ export default function AboutPage() { ); -} +} \ No newline at end of file