2 Commits

Author SHA1 Message Date
efc9de4826 Update src/app/page.tsx 2026-04-30 06:42:51 +00:00
fc62a6e2c2 Merge version_1 into main
Merge version_1 into main
2026-04-30 06:41:34 +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>
);
}
}