Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afb158d4bb | |||
| 5341536422 | |||
| 70ae7dca66 | |||
| 8e598f513d | |||
| efc9de4826 | |||
| fc62a6e2c2 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user