Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-23 21:07:08 +00:00

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>
);
}
}