From 5b7be83f993ebbd08765bf7205cbcc997879d749 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:04:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e0a9f..0aeb7e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -190,8 +190,6 @@ export default function LandingPage() { tagIcon={Truck} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" - carouselMode="buttons" plans={[ { id: "express", badge: "Livraison Express", badgeIcon: Zap, @@ -226,6 +224,8 @@ export default function LandingPage() { ], }, ]} + animationType="slide-up" + carouselMode="buttons" /> -- 2.49.1