Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-03 15:37:31 +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: "noiseDiagonalGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "10 min", label: "Ready in minutes" },
{ value: "4.8★", label: "Trusted by locals" },
@@ -57,8 +57,8 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="entrance-slide"
mediaAnimation="entrance-slide"
buttonAnimation="opacity"
mediaAnimation="opacity"
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"
imagePosition="right"
@@ -85,7 +85,7 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
/>
</div>
@@ -115,7 +115,7 @@ export default function LandingPage() {
buttons={[
{ text: "View Full Menu", href: "#full-menu" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
/>
</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="entrance-slide"
metricsAnimation="entrance-slide"
mediaAnimation="opacity"
metricsAnimation="opacity"
/>
</div>
@@ -248,7 +248,7 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="opacity"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>