From 2d3af9595f75f29ccff7f7b34ad0a21aea88d127 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 04:47:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ac72c6..0679357 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} carouselMode="buttons" - features={[ + animationType="slide-up" + features=[ { id: "1", title: "Global Market Expertise", @@ -115,7 +116,6 @@ export default function LandingPage() {