Update src/app/page.tsx

This commit is contained in:
2026-04-15 13:23:55 +00:00
parent 110a84c5dc
commit 62edd883dc

View File

@@ -179,7 +179,7 @@ export default function LandingPage() {
description="Great food. Great people. Great moments. Reserve your table today and taste the tradition."
buttons={[
{
text: "Call us now", href: "tel:+23300000000"},
text: "Call for Reservations", href: "tel:+23300000000"},
{
text: "Get Directions", href: "#"},
]}
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}