Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-03 15:54:47 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Take 10 minutes to taste true Mexican culture"
description="Authentic Mexican cuisine in the heart of Turin. Fresh ingredients, bold flavors, rapid service. Experience genuine recipes prepared with passion and care."
background={{ variant: "glowing-orb" }}
background={{ variant: "noiseDiagonalGradient" }}
kpis={[
{ value: "10 min", label: "Ready in minutes" },
{ value: "4.8★", label: "Trusted by locals" },
@@ -57,10 +57,10 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="opacity"
mediaAnimation="opacity"
buttonAnimation="entrance-slide"
mediaAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg"
imageAlt="La Choza Mexican Restaurant vibrant dining experience"
imageAlt="mexican restaurant authentic food vibrant dining tacos"
imagePosition="right"
/>
</div>
@@ -85,7 +85,7 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="opacity"
buttonAnimation="entrance-slide"
/>
</div>
@@ -96,16 +96,16 @@ export default function LandingPage() {
tag="Most Popular"
products={[
{
id: "1", name: "Tacos Al Pastor", price: "€11.00", variant: "Marinated pork, pineapple, cilantro", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg", imageAlt: "Tacos Al Pastor"
id: "1", name: "Tacos Al Pastor", price: "€11.00", variant: "Marinated pork, pineapple, cilantro", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg", imageAlt: "tacos al pastor mexican tacos street food pork tacos"
},
{
id: "2", name: "Enchiladas Verdes", price: "€13.50", variant: "Chicken, green sauce, cheese", imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg", imageAlt: "Enchiladas Verdes"
id: "2", name: "Enchiladas Verdes", price: "€13.50", variant: "Chicken, green sauce, cheese", imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg", imageAlt: "enchiladas mexican enchiladas cheese sauce authentic"
},
{
id: "3", name: "Ceviche", price: "€12.00", variant: "Fresh fish, citrus, jalapeño", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "Ceviche"
id: "3", name: "Ceviche", price: "€12.00", variant: "Fresh fish, citrus, jalapeño", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "ceviche fresh fish citrus appetizer"
},
{
id: "4", name: "Burrito Carne Asada", price: "€14.00", variant: "Grilled beef, beans, rice, cheese", imageSrc: "http://img.b2bpic.net/free-photo/meat-wrap-served-with-pepper_140725-1172.jpg", imageAlt: "Burrito Carne Asada"
id: "4", name: "Burrito Carne Asada", price: "€14.00", variant: "Grilled beef, beans, rice, cheese", imageSrc: "http://img.b2bpic.net/free-photo/meat-wrap-served-with-pepper_140725-1172.jpg", imageAlt: "burrito grilled beef mexican food wrap"
}
]}
gridVariant="uniform-all-items-equal"
@@ -115,7 +115,7 @@ export default function LandingPage() {
buttons={[
{ text: "View Full Menu", href: "#full-menu" }
]}
buttonAnimation="opacity"
buttonAnimation="entrance-slide"
/>
</div>
@@ -233,8 +233,8 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
imageAlt="La Choza authentic Mexican restaurant atmosphere"
mediaAnimation="opacity"
metricsAnimation="opacity"
mediaAnimation="entrance-slide"
metricsAnimation="entrance-slide"
/>
</div>
@@ -248,7 +248,7 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="opacity"
buttonAnimation="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>