Merge version_2 into main #6
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
tag="Ready to Invest?"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="smooth"
|
||||
title="Start Your Investment Journey Today"
|
||||
description="Join thousands of investors building wealth with Invest. Sign up now and get instant access to our platform with no credit card required."
|
||||
buttons={[
|
||||
{ text: "Open Free Account", href: "https://app.invest.example.com" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="smooth"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user