From 236972bbfd20342c99c638f961d07bee5b857db9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:52:09 +0000 Subject: [PATCH 1/2] Update src/app/order/page.tsx --- src/app/order/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 36fc859..a6dcbfc 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -198,7 +198,7 @@ export default function OrderPage() { href: "/menu", }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" carouselMode="buttons" /> @@ -249,7 +249,7 @@ export default function OrderPage() { href: "/menu", }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" carouselMode="buttons" /> -- 2.49.1 From f0b9b51855a9e252a08772046f8470dc38fa24e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:52:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2e92c1..4f69371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,14 +121,14 @@ export default function HomePage() { description="Our bestselling meals loved by customers throughout El Tor. Fresh, crispy, and ready for you." tag="Bestsellers" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "View All Menu", href: "/menu", }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" @@ -168,7 +168,7 @@ export default function HomePage() { description="Choose from our diverse selection of delicious options. From classic meals to specialty sandwiches and sides." tag="Full Menu" tagIcon={UtensilsCrossed} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -252,7 +252,7 @@ export default function HomePage() { description="Join thousands of satisfied customers enjoying fresh, crispy chicken daily." tag="Trusted & Loved" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up" @@ -323,7 +323,7 @@ export default function HomePage() { href: "/", }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} ariaLabel="About Chicken Box" /> @@ -335,10 +335,10 @@ export default function HomePage() { description="Serving the El Tor community with excellence and consistency." tag="Our Impact" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ { -- 2.49.1