Update src/app/page.tsx

This commit is contained in:
2026-05-09 21:49:48 +00:00
parent 117e4f63cd
commit 52dfdba546

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
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."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Order Now", href: "#menu" },
{ text: "Call Us: 445-223-4891", href: "tel:4452234891" }
]}
testimonials={[
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}