Update src/app/page.tsx

This commit is contained in:
2026-03-19 20:52:19 +00:00
parent 13e7a494cb
commit eded9aff9d

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Explore the Menu", href: "#menu" } { text: "Explore the Menu", href: "#menu" }
]} ]}
imageSrc="https://pixabay.com/get/g70bba72a2057f8c0669994d3714a83d790724c17f20a5c5976ce46e052460963322a2ec44cc11c11554ee7fc9be8266f71987ef982d2f702dfcae31b6a58a3f4_1280.jpg" imageSrc="https://pixabay.com/get/g70bba72a2057f8c0669994d3714a83d790724c17f20a5c5976ce46e052460963322a2ec44cc11c11554ee7fc9be8266f71987ef982d2f702dfcae31b6a58a3f4_1280.jpg"
mediaAnimation="elastic-effect" mediaAnimation="text-stagger"
imageAlt="Coyote Cafe exterior at sunrise" imageAlt="Coyote Cafe exterior at sunrise"
useInvertedBackground={false} useInvertedBackground={false}
imagePosition="right" imagePosition="right"
@@ -70,7 +70,7 @@ export default function LandingPage() {
]} ]}
imageSrc="https://pixabay.com/get/gc015d7b95d554138b7e80b3cfb656907394c49ac95d961c76946f9324df893bd19fff95e74cd38fc1c5454d7de18a9aed5e28f2588456289eebd103bdd8bee79_1280.jpg" imageSrc="https://pixabay.com/get/gc015d7b95d554138b7e80b3cfb656907394c49ac95d961c76946f9324df893bd19fff95e74cd38fc1c5454d7de18a9aed5e28f2588456289eebd103bdd8bee79_1280.jpg"
imageAlt="Coyote Cafe interior with cozy seating" imageAlt="Coyote Cafe interior with cozy seating"
mediaAnimation="elastic-effect" mediaAnimation="text-stagger"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -129,7 +129,7 @@ export default function LandingPage() {
{ id: "3", title: "Is your menu suitable for dietary restrictions?", content: "We offer a variety of options and can accommodate many dietary needs. Please speak to your server, and they will be happy to guide you through the menu." }, { id: "3", title: "Is your menu suitable for dietary restrictions?", content: "We offer a variety of options and can accommodate many dietary needs. Please speak to your server, and they will be happy to guide you through the menu." },
{ id: "4", title: "Do you offer takeout?", content: "Yes, takeout orders are available! You can place your order in person or call us ahead of time for quicker service." } { id: "4", title: "Do you offer takeout?", content: "Yes, takeout orders are available! You can place your order in person or call us ahead of time for quicker service." }
]} ]}
faqsAnimation="elastic-effect" faqsAnimation="text-stagger"
textPosition="left" textPosition="left"
useInvertedBackground={false} useInvertedBackground={false}
animationType="smooth" animationType="smooth"
@@ -147,7 +147,7 @@ export default function LandingPage() {
buttonText="Send Message" buttonText="Send Message"
imageSrc="https://pixabay.com/get/g8b88f9bc3d59d16a8ce6bcc19fb2b39dfce75586b4f75241d08d3043e25a19171166323f2e821b2da6b78824d4fef199193382291cbbcfcddd6ee6c7b2baa90f_1280.jpg" imageSrc="https://pixabay.com/get/g8b88f9bc3d59d16a8ce6bcc19fb2b39dfce75586b4f75241d08d3043e25a19171166323f2e821b2da6b78824d4fef199193382291cbbcfcddd6ee6c7b2baa90f_1280.jpg"
imageAlt="Coyote Cafe exterior for contact" imageAlt="Coyote Cafe exterior for contact"
mediaAnimation="elastic-effect" mediaAnimation="text-stagger"
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="right" mediaPosition="right"
/> />