Update src/app/about/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user