3 Commits

Author SHA1 Message Date
ed65f7d401 Merge version_4 into main
Merge version_4 into main
2026-05-09 21:49:51 +00:00
52dfdba546 Update src/app/page.tsx 2026-05-09 21:49:48 +00:00
117e4f63cd Merge version_3 into main
Merge version_3 into main
2026-05-09 21:48:34 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
title="Philadelphias Finest Cheesesteaks & Hoagies" title="Philadelphias Finest Cheesesteaks & Hoagies"
description="Flavorful, juicy ribeye, fresh soft rolls, and portions that hit the spot every single time. Discover why locals call Bobs the best in town." description="Flavorful, juicy ribeye, fresh soft rolls, and portions that hit the spot every single time. Discover why locals call Bobs the best in town."
buttons={[ buttons={[
{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#menu" },
{ text: "Call Us: 445-223-4891", href: "tel:4452234891" } { text: "Call Us: 445-223-4891", href: "tel:4452234891" }
]} ]}
testimonials={[ testimonials={[
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }