diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d7f8a5..9741a98 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="smooth" + tagAnimation="opacity" buttons={[ { text: "Start Investing", href: "https://app.invest.example.com" }, { text: "Learn More", href: "#features" }, ]} - buttonAnimation="smooth" + buttonAnimation="opacity" 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="smooth" + tagAnimation="opacity" 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="smooth" + animationType="opacity" 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="smooth" + tagAnimation="opacity" 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="smooth" + animationType="opacity" 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="smooth" + tagAnimation="opacity" plans={[ { id: "basic", badge: "Starter", badgeIcon: Zap, @@ -151,7 +151,7 @@ export default function LandingPage() { }, ]} textboxLayout="default" - animationType="smooth" + animationType="opacity" 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="smooth" + tagAnimation="opacity" textboxLayout="default" - animationType="smooth" + animationType="opacity" useInvertedBackground={false} testimonials={[ { @@ -188,10 +188,9 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about our investment platform and services." tag="Help & Support" - tagAnimation="smooth" + tagAnimation="opacity" textboxLayout="default" - animationType="smooth" - faqsAnimation="smooth" + faqsAnimation="opacity" 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" @@ -218,14 +217,14 @@ export default function LandingPage() {