6 Commits

Author SHA1 Message Date
afb158d4bb Update src/app/page.tsx 2026-04-30 06:44:49 +00:00
5341536422 Merge version_3 into main
Merge version_3 into main
2026-04-30 06:44:06 +00:00
70ae7dca66 Update src/app/page.tsx 2026-04-30 06:44:03 +00:00
8e598f513d Merge version_2 into main
Merge version_2 into main
2026-04-30 06:42:57 +00:00
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"
@@ -162,12 +162,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
buttonText="Book Table"
useInvertedBackground={true}
background={{
variant: "downward-rays-static"}}
tag="Visit Us"
title="Get In Touch"
description="Have questions or want to make a reservation? Reach out to us anytime."
description="Have questions or want to make a reservation? Call us at (661) 555-0123 or visit us at 742 Main St, Wasco, CA 93280. We look forward to seeing you!"
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098545.jpg"
mediaAnimation="slide-up"
/>
@@ -185,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}