2 Commits

Author SHA1 Message Date
9c44887e05 Update src/app/page.tsx 2026-04-14 21:25:13 +00:00
e1f4f16fd0 Merge version_2 into main
Merge version_2 into main
2026-04-14 21:24:29 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-static"}} variant: "rotated-rays-static"}}
title="Mama says we are not fast food, We are fresh food." title="Mama's Boys: Fresh, Never Fast"
description="Treat yourself with delicious food at Mama's. Committed to crafting each dish in-house, with a focus on using only the freshest, highest-quality ingredients." description="Treat yourself with delicious food at Mama's. Committed to crafting each dish in-house, with a focus on using only the freshest, highest-quality ingredients."
buttons={[ buttons={[
{ {
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }