From 15e55dbbbcf7590f36725363abb9cb62a041a1b4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:54:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 236a1b9..d58e1b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -85,7 +85,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - buttonAnimation="opacity" + buttonAnimation="entrance-slide" /> @@ -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" /> @@ -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" /> @@ -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} />