From 3369b5948dbc5033bfa395499a40144d661ebf3a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:58:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4675b56..7d7f8a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ 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="slide-up" + tagAnimation="smooth" buttons={[ { text: "Start Investing", href: "https://app.invest.example.com" }, { text: "Learn More", href: "#features" }, ]} - buttonAnimation="slide-up" + buttonAnimation="smooth" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWFewmYpG3ykxzA8FUgaRAmkbr/a-modern-investment-dashboard-interface--1772700576756-47c9d6f2.png" imageAlt="Investment Dashboard Interface" mediaAnimation="opacity" @@ -79,7 +79,7 @@ export default function LandingPage() { title="Powerful Features for Serious Investors" description="Everything you need to make informed investment decisions and manage your wealth effectively." tag="Core Features" - tagAnimation="slide-up" + tagAnimation="smooth" features={[ { title: "Portfolio Management", description: "Track all your investments in one unified dashboard. Monitor performance, asset allocation, and diversification across multiple accounts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWFewmYpG3ykxzA8FUgaRAmkbr/a-sleek-portfolio-management-interface-s-1772700577737-86da92f9.png", imageAlt: "Portfolio Management Interface"}, @@ -92,7 +92,7 @@ export default function LandingPage() { ]} gridVariant="two-columns-alternating-heights" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={true} /> @@ -102,7 +102,7 @@ export default function LandingPage() { title="Trusted by Investors Worldwide" description="Join thousands of investors who trust our platform for their financial growth." tag="By The Numbers" - tagAnimation="slide-up" + tagAnimation="smooth" metrics={[ { id: "1", icon: Users, title: "Active Investors", value: "500K+" }, { id: "2", icon: DollarSign, title: "Assets Managed", value: "$50B+" }, @@ -110,7 +110,7 @@ export default function LandingPage() { { id: "4", icon: Award, title: "Rating", value: "4.9/5" }, ]} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} /> @@ -120,7 +120,7 @@ export default function LandingPage() { title="Simple, Transparent Pricing" description="Choose the plan that best fits your investing needs. No hidden fees, ever." tag="Pricing Plans" - tagAnimation="slide-up" + tagAnimation="smooth" plans={[ { id: "basic", badge: "Starter", badgeIcon: Zap, @@ -151,7 +151,7 @@ export default function LandingPage() { }, ]} textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={true} /> @@ -161,9 +161,9 @@ export default function LandingPage() { title="What Our Users Say" description="Join thousands of satisfied investors who have transformed their financial future." tag="Success Stories" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" useInvertedBackground={false} testimonials={[ { @@ -188,15 +188,15 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about our investment platform and services." tag="Help & Support" - tagAnimation="slide-up" + tagAnimation="smooth" textboxLayout="default" - animationType="slide-up" + animationType="smooth" + faqsAnimation="smooth" 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" mediaAnimation="opacity" mediaPosition="left" - faqsAnimation="slide-up" faqs={[ { id: "1", title: "How do I get started with investing?", content: "Getting started is simple! Sign up for an account, complete identity verification, fund your account, and start investing immediately. Our onboarding process takes less than 5 minutes."}, @@ -218,14 +218,14 @@ export default function LandingPage() { -- 2.49.1