Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-03 15:34:48 +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,8 +57,8 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="none"
mediaAnimation="none"
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"
imagePosition="right"
@@ -85,8 +85,7 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="none"
buttonAnimation="none"
buttonAnimation="entrance-slide"
/>
</div>
@@ -116,7 +115,7 @@ export default function LandingPage() {
buttons={[
{ text: "View Full Menu", href: "#full-menu" }
]}
buttonAnimation="none"
buttonAnimation="entrance-slide"
/>
</div>
@@ -234,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="none"
metricsAnimation="none"
mediaAnimation="entrance-slide"
metricsAnimation="entrance-slide"
/>
</div>
@@ -249,7 +248,7 @@ export default function LandingPage() {
{ text: "Book a Table", href: "#reservations" },
{ text: "Order Takeaway", href: "#takeaway" }
]}
buttonAnimation="none"
buttonAnimation="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>