3 Commits

Author SHA1 Message Date
25b100da7b Update src/app/page.tsx 2026-03-03 18:15:22 +00:00
32863c0a2f Update src/app/layout.tsx 2026-03-03 18:15:19 +00:00
bc1fbac743 Merge version_2 into main
Merge version_2 into main
2026-03-03 18:01:41 +00:00
2 changed files with 57 additions and 29 deletions

View File

@@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"};
title: "PortfolioOptima - AI-Powered Portfolio Optimization", description: "Optimize your investment portfolio with AI-powered analytics, real-time insights, and personalized rebalancing recommendations."};
export default function RootLayout({
children,
@@ -11,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "About", id: "about" },
]}
button={{
text: "Start Optimizing Free", href: "#contact"}}
text: "Get Free Portfolio Analysis", href: "#contact"
}}
/>
</div>
@@ -55,7 +56,7 @@ export default function LandingPage() {
tag="Trusted by 10,000+ Investors"
tagIcon={TrendingUp}
buttons={[
{ text: "Start Optimizing Free", href: "#contact" },
{ text: "Get Free Portfolio Analysis", href: "#contact" },
{ text: "View Demo", href: "#features" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-modern-clean-stock-portfolio-dashboard-1772559025752-ad1c0e4d.png"
@@ -73,15 +74,20 @@ export default function LandingPage() {
tagIcon={Zap}
accordionItems={[
{
id: "1", title: "Real-Time Portfolio Analysis", content: "Monitor your entire portfolio in real-time with live market data updates. Track performance across asset classes, identify your top performers, and spot underperforming positions instantly. Our advanced analytics engine processes millions of data points to give you actionable insights every second."},
id: "1", title: "Real-Time Portfolio Analysis", content: "Monitor your entire portfolio in real-time with live market data updates. Track performance across asset classes, identify your top performers, and spot underperforming positions instantly. Our advanced analytics engine processes millions of data points to give you actionable insights every second."
},
{
id: "2", title: "AI-Powered Rebalancing Recommendations", content: "Receive personalized rebalancing suggestions based on your goals, risk tolerance, and market conditions. Our machine learning algorithms analyze historical data and current trends to recommend optimal portfolio adjustments that maximize returns while minimizing risk exposure."},
id: "2", title: "AI-Powered Rebalancing Recommendations", content: "Receive personalized rebalancing suggestions based on your goals, risk tolerance, and market conditions. Our machine learning algorithms analyze historical data and current trends to recommend optimal portfolio adjustments that maximize returns while minimizing risk exposure."
},
{
id: "3", title: "Advanced Risk Assessment", content: "Understand your portfolio's risk profile through sophisticated metrics including Sharpe ratio, beta, correlation analysis, and volatility assessments. Get early warnings about concentration risks and diversification opportunities before they impact your returns."},
id: "3", title: "Advanced Risk Assessment", content: "Understand your portfolio's risk profile through sophisticated metrics including Sharpe ratio, beta, correlation analysis, and volatility assessments. Get early warnings about concentration risks and diversification opportunities before they impact your returns."
},
{
id: "4", title: "Intelligent Alerts & Notifications", content: "Stay informed with smart alerts tailored to your preferences. Receive notifications about price targets, rebalancing triggers, market anomalies, and performance milestones. Customize alert sensitivity and delivery methods to match your trading style."},
id: "4", title: "Intelligent Alerts & Notifications", content: "Stay informed with smart alerts tailored to your preferences. Receive notifications about price targets, rebalancing triggers, market anomalies, and performance milestones. Customize alert sensitivity and delivery methods to match your trading style."
},
{
id: "5", title: "Multi-Account Management", content: "Manage multiple investment accounts seamlessly in one dashboard. Consolidate portfolios across brokers, track combined performance, and receive holistic optimization recommendations that consider your entire financial picture."},
id: "5", title: "Multi-Account Management", content: "Manage multiple investment accounts seamlessly in one dashboard. Consolidate portfolios across brokers, track combined performance, and receive holistic optimization recommendations that consider your entire financial picture."
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-close-up-of-an-analytics-dashboard-sho-1772559024683-e8d5f97a.png"
imageAlt="Advanced portfolio analytics and metrics visualization"
@@ -98,13 +104,17 @@ export default function LandingPage() {
tag="Impact Metrics"
metrics={[
{
id: "1", value: "$2.4B+", description: "Assets managed and optimized through PortfolioOptima platform"},
id: "1", value: "$2.4B+", description: "Assets managed and optimized through PortfolioOptima platform"
},
{
id: "2", value: "28% Avg", description: "Performance improvement after implementing AI recommendations"},
id: "2", value: "28% Avg", description: "Performance improvement after implementing AI recommendations"
},
{
id: "3", value: "10,000+", description: "Active investors optimizing their portfolios daily"},
id: "3", value: "10,000+", description: "Active investors optimizing their portfolios daily"
},
{
id: "4", value: "2.3hrs", description: "Average time saved per month on portfolio management"},
id: "4", value: "2.3hrs", description: "Average time saved per month on portfolio management"
},
]}
metricsAnimation="blur-reveal"
useInvertedBackground={true}
@@ -124,19 +134,22 @@ export default function LandingPage() {
id: "free", tag: "Starter Plan", tagIcon: Sparkles,
price: "Free", period: "Forever", description: "Perfect for getting started with portfolio optimization", button: { text: "Start Free", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Up to 3 portfolios", "Basic performance tracking", "Monthly rebalancing recommendations", "Email support"],
"Up to 3 portfolios", "Basic performance tracking", "Monthly rebalancing recommendations", "Email support"
],
},
{
id: "pro", tag: "Professional Plan", tagIcon: Zap,
price: "$19", period: "/month", description: "For serious investors wanting advanced analytics", button: { text: "Start 14-Day Trial", href: "#contact" },
featuresTitle: "Everything in Starter, plus:", features: [
"Unlimited portfolios", "Real-time market analysis", "Weekly AI recommendations", "Advanced risk metrics", "Priority email support", "Custom alerts & notifications"],
"Unlimited portfolios", "Real-time market analysis", "Weekly AI recommendations", "Advanced risk metrics", "Priority email support", "Custom alerts & notifications"
],
},
{
id: "advisor", tag: "Advisor Plan", tagIcon: Award,
price: "$99", period: "/month", description: "For financial advisors managing client portfolios", button: { text: "Request Demo", href: "#contact" },
featuresTitle: "Everything in Professional, plus:", features: [
"Unlimited client accounts", "White-label dashboard", "API access", "Team collaboration tools", "Advanced reporting & analytics", "Dedicated account manager"],
"Unlimited client accounts", "White-label dashboard", "API access", "Team collaboration tools", "Advanced reporting & analytics", "Dedicated account manager"
],
},
]}
/>
@@ -154,22 +167,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Michael Chen", role: "Retail Investor", company: "Tech Portfolio Manager", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-co-1772559024540-51d239c2.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-co-1772559024540-51d239c2.png"
},
{
id: "2", name: "Sarah Johnson", role: "Portfolio Manager", company: "Wealth Advisory Partners", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024016-569faf91.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024016-569faf91.png"
},
{
id: "3", name: "David Rodriguez", role: "Financial Advisor", company: "Premier Investment Group", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-ma-1772559024579-45fa6a16.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-ma-1772559024579-45fa6a16.png"
},
{
id: "4", name: "Jennifer Park", role: "Chief Investment Officer", company: "Growth Capital Advisors", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024521-aa914657.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024521-aa914657.png"
},
{
id: "5", name: "Thomas Bennett", role: "Day Trader", company: "Active Markets Inc", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-yo-1772559024610-da4457ad.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-yo-1772559024610-da4457ad.png"
},
{
id: "6", name: "Amanda Foster", role: "Investment Director", company: "Strategic Wealth Management", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024237-110aabba.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/a-professional-headshot-portrait-of-a-wo-1772559024237-110aabba.png"
},
]}
/>
</div>
@@ -183,17 +202,23 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How does PortfolioOptima analyze my portfolio?", content: "Our platform uses advanced machine learning algorithms that analyze your current holdings, asset allocation, historical performance, and market data in real-time. We assess your portfolio against thousands of optimization scenarios to identify inefficiencies and opportunities. The analysis includes risk metrics, correlation analysis, and tax-loss harvesting opportunities."},
id: "1", title: "How does PortfolioOptima analyze my portfolio?", content: "Our platform uses advanced machine learning algorithms that analyze your current holdings, asset allocation, historical performance, and market data in real-time. We assess your portfolio against thousands of optimization scenarios to identify inefficiencies and opportunities. The analysis includes risk metrics, correlation analysis, and tax-loss harvesting opportunities."
},
{
id: "2", title: "Are my investments secure on PortfolioOptima?", content: "Yes, absolutely. PortfolioOptima uses bank-level encryption (256-bit SSL) for all data transmission and storage. We never have access to your actual funds—we only connect to your brokerage via secure API connections. Your data is protected by industry-leading security protocols and we maintain SOC 2 Type II compliance."},
id: "2", title: "Are my investments secure on PortfolioOptima?", content: "Yes, absolutely. PortfolioOptima uses bank-level encryption (256-bit SSL) for all data transmission and storage. We never have access to your actual funds—we only connect to your brokerage via secure API connections. Your data is protected by industry-leading security protocols and we maintain SOC 2 Type II compliance."
},
{
id: "3", title: "What brokers does PortfolioOptima integrate with?", content: "We integrate with all major brokers including Fidelity, Schwab, Interactive Brokers, TD Ameritrade, E*TRADE, Robinhood, Questrade, and many others. Our API connections are read-only, meaning we can view your portfolio but cannot execute trades without your explicit approval."},
id: "3", title: "What brokers does PortfolioOptima integrate with?", content: "We integrate with all major brokers including Fidelity, Schwab, Interactive Brokers, TD Ameritrade, E*TRADE, Robinhood, Questrade, and many others. Our API connections are read-only, meaning we can view your portfolio but cannot execute trades without your explicit approval."
},
{
id: "4", title: "Can I set specific investment goals and constraints?", content: "Yes, our platform allows you to customize multiple parameters including target allocation percentages, sector restrictions, excluded investments, minimum/maximum position sizes, and specific risk tolerance levels. The AI recommendations will respect all your constraints while optimizing within those parameters."},
id: "4", title: "Can I set specific investment goals and constraints?", content: "Yes, our platform allows you to customize multiple parameters including target allocation percentages, sector restrictions, excluded investments, minimum/maximum position sizes, and specific risk tolerance levels. The AI recommendations will respect all your constraints while optimizing within those parameters."
},
{
id: "5", title: "How often should I rebalance based on recommendations?", content: "Rebalancing frequency depends on your strategy and tax situation. Our Pro plan provides weekly recommendations, while we typically suggest quarterly rebalancing for most investors. However, the Advisor plan allows customization based on client preferences. We also consider tax implications and transaction costs in our recommendations."},
id: "5", title: "How often should I rebalance based on recommendations?", content: "Rebalancing frequency depends on your strategy and tax situation. Our Pro plan provides weekly recommendations, while we typically suggest quarterly rebalancing for most investors. However, the Advisor plan allows customization based on client preferences. We also consider tax implications and transaction costs in our recommendations."
},
{
id: "6", title: "Is there a free trial available?", content: "Yes! Our Professional plan includes a 14-day free trial with full access to all advanced features. No credit card is required to start. You can also use our free Starter plan indefinitely with up to 3 portfolios and basic tracking capabilities."},
id: "6", title: "Is there a free trial available?", content: "Yes! Our Professional plan includes a 14-day free trial with full access to all advanced features. No credit card is required to start. You can also use our free Starter plan indefinitely with up to 3 portfolios and basic tracking capabilities."
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARchJkqlUMAcmJZKPhGfZjpEVI/an-abstract-illustration-of-financial-gr-1772559024310-ac53236f.png"
imageAlt="Financial growth and optimization concepts"
@@ -212,7 +237,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Get Weekly Insights"
buttonText="Subscribe Now"
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to our Terms and Privacy Policy."
/>
</div>