Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 13:23:58 +00:00

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>
);
}
}