Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-30 06:42:58 +00:00

View File

@@ -48,9 +48,9 @@ export default function LandingPage() {
description="Experience the heart of Mexico with our family-crafted recipes using the freshest local ingredients. Join us for an unforgettable dining experience."
buttons={[
{
text: "View Our Menu", href: "#menu"},
text: "View Our Full Menu", href: "#menu"},
{
text: "Book a Table", href: "#contact"},
text: "Reserve Your Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812110.jpg"
mediaAnimation="slide-up"
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}