diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aeb7e5..58e0a9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -190,6 +190,8 @@ export default function LandingPage() { tagIcon={Truck} textboxLayout="default" useInvertedBackground={true} + animationType="slide-up" + carouselMode="buttons" plans={[ { id: "express", badge: "Livraison Express", badgeIcon: Zap, @@ -224,8 +226,6 @@ export default function LandingPage() { ], }, ]} - animationType="slide-up" - carouselMode="buttons" />