From 3ccf9c16be855548526171cc16ff7afb5b31721c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:56:53 +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 7a75f07..4675b56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Manage your portfolio, track market trends, and grow your wealth with our intuitive investment platform. Start investing in minutes with zero commissions." tag="Investment Platform" tagIcon={TrendingUp} - tagAnimation="smooth" + tagAnimation="slide-up" buttons={[ { text: "Start Investing", href: "https://app.invest.example.com" }, { text: "Learn More", href: "#features" }, @@ -190,7 +190,7 @@ export default function LandingPage() { tag="Help & Support" tagAnimation="slide-up" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={true} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWFewmYpG3ykxzA8FUgaRAmkbr/abstract-illustration-of-financial-conce-1772700576694-e7fa2a79.png" imageAlt="Investment and Financial Concepts" -- 2.49.1