Update src/app/page.tsx

This commit is contained in:
2026-03-19 20:51:41 +00:00
parent a8381c336a
commit 13e7a494cb

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="The Best Meal You Didn't Plan to Find"
description="Hidden in the heart of the desert, Coyote Cafe serves unforgettable breakfasts, legendary burgers, and small-town hospitality that keeps people coming back. Every visit feels like discovering home for the first time."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "100%", label: "Satisfaction" },
{ value: "5-Star", label: "Ratings" },
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Explore the Menu", href: "#menu" }
]}
imageSrc="https://pixabay.com/get/g70bba72a2057f8c0669994d3714a83d790724c17f20a5c5976ce46e052460963322a2ec44cc11c11554ee7fc9be8266f71987ef982d2f702dfcae31b6a58a3f4_1280.jpg"
mediaAnimation="reveal-blur"
mediaAnimation="elastic-effect"
imageAlt="Coyote Cafe exterior at sunrise"
useInvertedBackground={false}
imagePosition="right"
@@ -70,7 +70,7 @@ export default function LandingPage() {
]}
imageSrc="https://pixabay.com/get/gc015d7b95d554138b7e80b3cfb656907394c49ac95d961c76946f9324df893bd19fff95e74cd38fc1c5454d7de18a9aed5e28f2588456289eebd103bdd8bee79_1280.jpg"
imageAlt="Coyote Cafe interior with cozy seating"
mediaAnimation="reveal-blur"
mediaAnimation="elastic-effect"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -104,7 +104,6 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="reveal-blur"
/>
</div>
<div id="social-proof" data-section="social-proof">
@@ -130,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: "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="reveal-blur"
faqsAnimation="elastic-effect"
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
@@ -148,7 +147,7 @@ export default function LandingPage() {
buttonText="Send Message"
imageSrc="https://pixabay.com/get/g8b88f9bc3d59d16a8ce6bcc19fb2b39dfce75586b4f75241d08d3043e25a19171166323f2e821b2da6b78824d4fef199193382291cbbcfcddd6ee6c7b2baa90f_1280.jpg"
imageAlt="Coyote Cafe exterior for contact"
mediaAnimation="reveal-blur"
mediaAnimation="elastic-effect"
useInvertedBackground={false}
mediaPosition="right"
/>