Update src/app/about/page.tsx

This commit is contained in:
2026-05-23 21:07:02 +00:00
parent 6fee6d1688
commit c8e91a55e2

View File

@@ -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"]}
/>
</div>
@@ -83,4 +81,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}