Merge version_4 into main #3
@@ -22,19 +22,16 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "AgentVault - AI Native Hedge Fund Platform | Agents Earn While You Sleep", description: "AgentVault is the revolutionary AI-native hedge fund platform where autonomous agents earn money for you 24/7. Deploy intelligent agents, watch them trade, and grow your wealth passively.", keywords: "AI hedge fund, autonomous agents, passive income, AI trading, algorithmic trading, wealth management, AI agents, crypto trading, DeFi", metadataBase: new URL("https://agentvault.io"),
|
||||
alternates: {
|
||||
canonical: "https://agentvault.io"
|
||||
},
|
||||
canonical: "https://agentvault.io"},
|
||||
openGraph: {
|
||||
title: "AgentVault - AI Native Hedge Fund | Agents Earn While You Sleep", description: "Deploy autonomous AI agents that generate returns 24/7. The future of passive income is here.", url: "https://agentvault.io", siteName: "AgentVault", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png", alt: "AgentVault Platform Dashboard"
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png", alt: "AgentVault Platform Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "AgentVault - AI Native Hedge Fund", description: "Autonomous AI agents that trade and earn for you while you sleep. Join the future of passive income.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png"
|
||||
],
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/a-modern-sleek-ai-platform-dashboard-wit-1772625620113-0e6c32fa.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
102
src/app/page.tsx
102
src/app/page.tsx
@@ -89,16 +89,13 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Active Agents", values: [142, 186, 224],
|
||||
description: "Earning right now"
|
||||
},
|
||||
description: "Earning right now"},
|
||||
{
|
||||
title: "Avg Returns", values: [18.5, 22.3, 27.8],
|
||||
valueSuffix: "%", description: "Per month (30d)"
|
||||
},
|
||||
valueSuffix: "%", description: "Per month (30d)"},
|
||||
{
|
||||
title: "Total AUM", values: [4200, 5800, 8900],
|
||||
valuePrefix: "$", valueSuffix: "M", description: "Assets under management"
|
||||
},
|
||||
valuePrefix: "$", valueSuffix: "M", description: "Assets under management"},
|
||||
],
|
||||
chartTitle: "Agent Performance", chartData: [
|
||||
{ value: 75 },
|
||||
@@ -112,8 +109,7 @@ export default function LandingPage() {
|
||||
{ icon: Repeat2, title: "Rebalance Protocol", status: "Executing" },
|
||||
{ icon: Coins, title: "Yield Farming", status: "Active" },
|
||||
],
|
||||
searchPlaceholder: "Search agents..."
|
||||
}}
|
||||
searchPlaceholder: "Search agents..."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,11 +127,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Agent Deployment", description: "Deploy pre-trained AI agents tailored to your investment strategy. Customize risk levels and watch them execute trades autonomously.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
title: "Smart Agent Deployment", description: "Deploy pre-trained AI agents tailored to your investment strategy. Customize risk levels and watch them execute trades autonomously.", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Real-Time Market Analysis", description: "Agents process millions of data points per second, identifying opportunities and market anomalies faster than any human trader.", bentoComponent: "line-chart"
|
||||
},
|
||||
title: "Real-Time Market Analysis", description: "Agents process millions of data points per second, identifying opportunities and market anomalies faster than any human trader.", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Multi-Strategy Framework", description: "Combine multiple trading strategies: arbitrage, yield farming, algorithmic trading, and more. All orchestrated by intelligent agents.", bentoComponent: "orbiting-icons", centerIcon: Cpu,
|
||||
items: [
|
||||
@@ -149,16 +143,13 @@ export default function LandingPage() {
|
||||
title: "Secure & Compliant", description: "Enterprise-grade security with institutional-level compliance. Your assets remain in your control with multi-signature wallets.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Military Grade", subtitle: "Encryption", detail: "AES-256 + cold storage"
|
||||
},
|
||||
title: "Military Grade", subtitle: "Encryption", detail: "AES-256 + cold storage"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "24/7 Monitoring", subtitle: "Always Active", detail: "No downtime, ever"
|
||||
},
|
||||
title: "24/7 Monitoring", subtitle: "Always Active", detail: "No downtime, ever"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Institutional Grade", subtitle: "Audited", detail: "SOC 2 Type II certified"
|
||||
},
|
||||
title: "Institutional Grade", subtitle: "Audited", detail: "SOC 2 Type II certified"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -179,28 +170,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Market Intelligence Engine", description: "Deep learning models that understand price patterns, sentiment, and macro trends. Predicts market movements before they happen."
|
||||
},
|
||||
title: "Market Intelligence Engine", description: "Deep learning models that understand price patterns, sentiment, and macro trends. Predicts market movements before they happen."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Adaptive Trading", description: "Agents learn from every trade. Their strategies evolve and improve over time, adapting to changing market conditions."
|
||||
},
|
||||
title: "Adaptive Trading", description: "Agents learn from every trade. Their strategies evolve and improve over time, adapting to changing market conditions."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Instant Execution", description: "Sub-millisecond trade execution across all major exchanges. Capture every opportunity in the market."
|
||||
},
|
||||
title: "Instant Execution", description: "Sub-millisecond trade execution across all major exchanges. Capture every opportunity in the market."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Risk Management", description: "Intelligent position sizing, stop-loss optimization, and portfolio rebalancing. Sleep soundly knowing your capital is protected."
|
||||
},
|
||||
title: "Risk Management", description: "Intelligent position sizing, stop-loss optimization, and portfolio rebalancing. Sleep soundly knowing your capital is protected."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Swarm Intelligence", description: "Multiple agents working together, sharing insights and coordinating strategies for superior risk-adjusted returns."
|
||||
},
|
||||
title: "Swarm Intelligence", description: "Multiple agents working together, sharing insights and coordinating strategies for superior risk-adjusted returns."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Performance Tracking", description: "Real-time dashboards showing agent performance, returns, drawdowns, and Sharpe ratios. Complete transparency, always."
|
||||
},
|
||||
title: "Performance Tracking", description: "Real-time dashboards showing agent performance, returns, drawdowns, and Sharpe ratios. Complete transparency, always."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,27 +217,21 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Chen", handle: "Software Engineer, San Francisco", testimonial: "I deployed 3 agents and they've generated $12K in passive income over 4 months. It's like having a professional trader working for me 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-confident-tec-1772625619835-67cdf3cc.png", imageAlt: "Alex Chen"
|
||||
},
|
||||
id: "1", name: "Alex Chen", handle: "Software Engineer, San Francisco", testimonial: "I deployed 3 agents and they've generated $12K in passive income over 4 months. It's like having a professional trader working for me 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-confident-tec-1772625619835-67cdf3cc.png", imageAlt: "Alex Chen"},
|
||||
{
|
||||
id: "2", name: "Maya Patel", handle: "Entrepreneur, New York", testimonial: "The transparency is incredible. I can see exactly what my agents are doing and why. Returns are consistent and the AI adapts faster than I ever could.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-diverse-tech--1772625619971-819d75b2.png", imageAlt: "Maya Patel"
|
||||
},
|
||||
id: "2", name: "Maya Patel", handle: "Entrepreneur, New York", testimonial: "The transparency is incredible. I can see exactly what my agents are doing and why. Returns are consistent and the AI adapts faster than I ever could.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-diverse-tech--1772625619971-819d75b2.png", imageAlt: "Maya Patel"},
|
||||
{
|
||||
id: "3", name: "James Wilson", handle: "Investor, London", testimonial: "AgentVault replaced my entire portfolio management setup. Better returns, lower fees, and I spend zero time managing it. Genius product.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-data-scientis-1772625619683-cfab2ce5.png", imageAlt: "James Wilson"
|
||||
},
|
||||
id: "3", name: "James Wilson", handle: "Investor, London", testimonial: "AgentVault replaced my entire portfolio management setup. Better returns, lower fees, and I spend zero time managing it. Genius product.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-data-scientis-1772625619683-cfab2ce5.png", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "4", name: "Sarah Kim", handle: "Financial Analyst, Tokyo", testimonial: "The security is world-class and I love that my crypto stays in cold storage. The agents are making me money while the assets remain 100% under my control.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-product-manag-1772625619287-51fa3b9d.png", imageAlt: "Sarah Kim"
|
||||
},
|
||||
id: "4", name: "Sarah Kim", handle: "Financial Analyst, Tokyo", testimonial: "The security is world-class and I love that my crypto stays in cold storage. The agents are making me money while the assets remain 100% under my control.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-product-manag-1772625619287-51fa3b9d.png", imageAlt: "Sarah Kim"},
|
||||
{
|
||||
id: "5", name: "Michael Torres", handle: "Trader, Miami", testimonial: "I've been trading for 10 years and the AI actually out-performs me. I combined my strategies with theirs and my returns jumped 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-an-engineer-or--1772625619416-7b9bf4e4.png", imageAlt: "Michael Torres"
|
||||
},
|
||||
id: "5", name: "Michael Torres", handle: "Trader, Miami", testimonial: "I've been trading for 10 years and the AI actually out-performs me. I combined my strategies with theirs and my returns jumped 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-an-engineer-or--1772625619416-7b9bf4e4.png", imageAlt: "Michael Torres"},
|
||||
{
|
||||
id: "6", name: "Priya Sharma", handle: "Founder, AgTech Startup", testimonial: "Best investment I've made. My agents have generated more ROI than my startup in half the time. Zero management, all automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-diverse-tech--1772625619098-32b5a9eb.png", imageAlt: "Priya Sharma"
|
||||
},
|
||||
id: "6", name: "Priya Sharma", handle: "Founder, AgTech Startup", testimonial: "Best investment I've made. My agents have generated more ROI than my startup in half the time. Zero management, all automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATk4fEniIwQyUdocZpOXS1qspM/professional-headshot-of-a-diverse-tech--1772625619098-32b5a9eb.png", imageAlt: "Priya Sharma"},
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
@@ -267,7 +246,7 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
@@ -276,8 +255,7 @@ export default function LandingPage() {
|
||||
{ text: "See Features", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"1 AI Agent deployed", "Up to $10K managed", "Basic analytics", "Email support", "30-day trial period"
|
||||
],
|
||||
"1 AI Agent deployed", "Up to $10K managed", "Basic analytics", "Email support", "30-day trial period"],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
@@ -286,8 +264,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Demo", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
"Up to 10 AI Agents", "Unlimited capital", "Advanced AI strategies", "24/7 priority support", "Real-time dashboards", "Custom agent tuning", "Multi-exchange support", "Risk management suite"
|
||||
],
|
||||
"Up to 10 AI Agents", "Unlimited capital", "Advanced AI strategies", "24/7 priority support", "Real-time dashboards", "Custom agent tuning", "Multi-exchange support", "Risk management suite"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", price: "Custom", name: "Institutional", buttons: [
|
||||
@@ -295,8 +272,7 @@ export default function LandingPage() {
|
||||
{ text: "View Enterprise", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited agents", "Dedicated infrastructure", "White-label solutions", "24/7 dedicated account manager", "Custom compliance", "Advanced risk modeling", "API access", "Priority feature development"
|
||||
],
|
||||
"Unlimited agents", "Dedicated infrastructure", "White-label solutions", "24/7 dedicated account manager", "Custom compliance", "Advanced risk modeling", "API access", "Priority feature development"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -311,34 +287,26 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do AI agents actually earn money?", content: "Our agents analyze market data in real-time and execute trades across multiple strategies: arbitrage, yield farming, algorithmic trading, and more. They work 24/7 to identify profitable opportunities that human traders would miss. Returns come from successful trades, not from fees or ponzi mechanics."
|
||||
},
|
||||
id: "1", title: "How do AI agents actually earn money?", content: "Our agents analyze market data in real-time and execute trades across multiple strategies: arbitrage, yield farming, algorithmic trading, and more. They work 24/7 to identify profitable opportunities that human traders would miss. Returns come from successful trades, not from fees or ponzi mechanics."},
|
||||
{
|
||||
id: "2", title: "Is my capital actually safe with AgentVault?", content: "Yes. Your assets stay in your control with multi-signature wallets and cold storage. AgentVault never holds your crypto—agents trade on your behalf with permissions you set. We're SOC 2 Type II certified, audited annually, and backed by institutional security standards."
|
||||
},
|
||||
id: "2", title: "Is my capital actually safe with AgentVault?", content: "Yes. Your assets stay in your control with multi-signature wallets and cold storage. AgentVault never holds your crypto—agents trade on your behalf with permissions you set. We're SOC 2 Type II certified, audited annually, and backed by institutional security standards."},
|
||||
{
|
||||
id: "3", title: "What kind of returns can I expect?", content: "Historical data shows our agents average 18-28% monthly returns, but past performance doesn't guarantee future results. Returns vary by strategy, market conditions, and capital size. We recommend starting small to see results, then scaling up."
|
||||
},
|
||||
id: "3", title: "What kind of returns can I expect?", content: "Historical data shows our agents average 18-28% monthly returns, but past performance doesn't guarantee future results. Returns vary by strategy, market conditions, and capital size. We recommend starting small to see results, then scaling up."},
|
||||
{
|
||||
id: "4", title: "Can I customize my agents' strategies?", content: "Absolutely. You can choose from pre-built strategies or create custom ones. Set risk tolerance, preferred markets, maximum drawdown limits, and let agents adapt. Pro and above plans include dedicated strategy consultants."
|
||||
},
|
||||
id: "4", title: "Can I customize my agents' strategies?", content: "Absolutely. You can choose from pre-built strategies or create custom ones. Set risk tolerance, preferred markets, maximum drawdown limits, and let agents adapt. Pro and above plans include dedicated strategy consultants."},
|
||||
{
|
||||
id: "5", title: "What happens if the market crashes?", content: "Agents have built-in risk management: position sizing limits, stop-losses, and portfolio rebalancing. They actually perform better in volatile markets due to advanced hedging algorithms. Your maximum loss is limited by the parameters you set."
|
||||
},
|
||||
id: "5", title: "What happens if the market crashes?", content: "Agents have built-in risk management: position sizing limits, stop-losses, and portfolio rebalancing. They actually perform better in volatile markets due to advanced hedging algorithms. Your maximum loss is limited by the parameters you set."},
|
||||
{
|
||||
id: "6", title: "How do I withdraw my profits?", content: "Instant withdrawals anytime. Your earnings are credited to your wallet within minutes. There's no lock-up period or minimum holding time. You have total control over your funds, always."
|
||||
},
|
||||
id: "6", title: "How do I withdraw my profits?", content: "Instant withdrawals anytime. Your earnings are credited to your wallet within minutes. There's no lock-up period or minimum holding time. You have total control over your funds, always."},
|
||||
{
|
||||
id: "7", title: "Is there a limit on how much I can manage?", content: "No limits. Start with $100 or $100M—the platform scales. Enterprise customers manage billions. The more capital you deploy, the more agents you can run and the higher your absolute returns."
|
||||
},
|
||||
id: "7", title: "Is there a limit on how much I can manage?", content: "No limits. Start with $100 or $100M—the platform scales. Enterprise customers manage billions. The more capital you deploy, the more agents you can run and the higher your absolute returns."},
|
||||
{
|
||||
id: "8", title: "What happens if an agent makes a bad trade?", content: "Agents learn from every trade. Their AI models improve continuously, but losses are possible—that's trading. We recommend portfolio diversification: run multiple agents with different strategies to smooth returns and reduce risk."
|
||||
},
|
||||
id: "8", title: "What happens if an agent makes a bad trade?", content: "Agents learn from every trade. Their AI models improve continuously, but losses are possible—that's trading. We recommend portfolio diversification: run multiple agents with different strategies to smooth returns and reduce risk."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user