Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 11:43:28 +00:00
2 changed files with 38 additions and 128 deletions

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Autonomous Capital - AI-Native Hedge Fund | Agent Economy",
description: "Experience the future of investing with Autonomous Capital. AI-native hedge fund powered by multiple autonomous agents operating 24/7. Part of the emerging agent economy.",
keywords: "autonomous agents, AI hedge fund, agent economy, autonomous trading, AI-native, decentralized finance",
metadataBase: new URL("https://autonomouscapital.io"),
title: "Autonomous Capital - AI-Native Hedge Fund | Agent Economy", description: "Experience the future of investing with Autonomous Capital. AI-native hedge fund powered by multiple autonomous agents operating 24/7. Part of the emerging agent economy.", keywords: "autonomous agents, AI hedge fund, agent economy, autonomous trading, AI-native, decentralized finance", metadataBase: new URL("https://autonomouscapital.io"),
alternates: {
canonical: "https://autonomouscapital.io",
},
canonical: "https://autonomouscapital.io"},
openGraph: {
title: "Autonomous Capital - AI-Native Hedge Fund",
description: "Multiple autonomous agents driving investment returns 24/7. The future of hedge fund management.",
url: "https://autonomouscapital.io",
siteName: "Autonomous Capital",
type: "website",
images: [
title: "Autonomous Capital - AI-Native Hedge Fund", description: "Multiple autonomous agents driving investment returns 24/7. The future of hedge fund management.", url: "https://autonomouscapital.io", siteName: "Autonomous Capital", type: "website", images: [
{
url: "https://autonomouscapital.io/og-image.png",
alt: "Autonomous Capital dashboard",
},
url: "https://autonomouscapital.io/og-image.png", alt: "Autonomous Capital dashboard"},
],
},
twitter: {
card: "summary_large_image",
title: "Autonomous Capital - AI-Native Hedge Fund",
description: "AI agents investing 24/7. Part of the agent economy.",
images: ["https://autonomouscapital.io/twitter-image.png"],
card: "summary_large_image", title: "Autonomous Capital - AI-Native Hedge Fund", description: "AI agents investing 24/7. Part of the agent economy.", images: ["https://autonomouscapital.io/twitter-image.png"],
},
robots: {
index: true,
@@ -1424,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Performance", href: "#metrics" },
{ label: "Pricing", href: "#pricing" },
@@ -31,16 +30,14 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#blog" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Regulatory", href: "#" },
@@ -69,26 +66,20 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Autonomous Agents Driving Investment Returns"
description="Welcome to the agent economy. Our AI-native hedge fund is powered by multiple autonomous agents that make intelligent investment decisions 24/7, operating as independent yet coordinated members of a decentralized agent network."
description="47% average annual returns powered by AI-native autonomous agents. Our hedge fund operates through a network of intelligent autonomous agents that make intelligent investment decisions 24/7, operating as independent yet coordinated members of a decentralized agent network."
tag="The Future of Finance"
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/a-sophisticated-ai-trading-dashboard-wit-1772624278178-cf869fa8.png?_wi=1",
imageAlt: "AI trading dashboard",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/a-sophisticated-ai-trading-dashboard-wit-1772624278178-cf869fa8.png?_wi=1", imageAlt: "AI trading dashboard"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/interconnected-autonomous-ai-agents-form-1772624280916-e6a709ce.png?_wi=1",
imageAlt: "Agent network visualization",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/interconnected-autonomous-ai-agents-form-1772624280916-e6a709ce.png?_wi=1", imageAlt: "Agent network visualization"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/complex-financial-market-analysis-visual-1772624278327-eb61b370.png?_wi=1",
imageAlt: "Market analysis",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/complex-financial-market-analysis-visual-1772624278327-eb61b370.png?_wi=1", imageAlt: "Market analysis"},
]}
mediaAnimation="slide-up"
buttons={[
@@ -120,21 +111,11 @@ export default function HomePage() {
<FeatureCardSixteen
negativeCard={{
items: [
"Human emotion influencing trades",
"Limited decision bandwidth",
"Delayed market response times",
"Burnout and fatigue",
"Single point of failure",
],
"Human emotion influencing trades", "Limited decision bandwidth", "Delayed market response times", "Burnout and fatigue", "Single point of failure"],
}}
positiveCard={{
items: [
"Emotion-free, logic-based decisions",
"Unlimited simultaneous analysis",
"Millisecond execution speeds",
"24/7 tireless operation",
"Distributed resilient network",
],
"Emotion-free, logic-based decisions", "Unlimited simultaneous analysis", "Millisecond execution speeds", "24/7 tireless operation", "Distributed resilient network"],
}}
animationType="slide-up"
title="Why Autonomous Agents Win"
@@ -184,53 +165,21 @@ export default function HomePage() {
description="Choose your entry point into autonomous agent-driven investing"
plans={[
{
id: "seed",
title: "Seed Investor",
price: "$100,000",
period: "minimum",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/complex-financial-market-analysis-visual-1772624278327-eb61b370.png?_wi=2",
imageAlt: "Seed investor dashboard",
features: [
"Access to 3 primary agents",
"Monthly performance reports",
"Annual strategy review",
"Investor portal access",
],
id: "seed", title: "Seed Investor", price: "$100,000", period: "minimum", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/complex-financial-market-analysis-visual-1772624278327-eb61b370.png?_wi=2", imageAlt: "Seed investor dashboard", features: [
"Access to 3 primary agents", "Monthly performance reports", "Annual strategy review", "Investor portal access"],
button: { text: "Start with Seed", href: "#contact" },
},
{
id: "growth",
title: "Growth Partner",
price: "$500,000",
period: "minimum",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/interconnected-autonomous-ai-agents-form-1772624280916-e6a709ce.png?_wi=2",
imageAlt: "Growth partner network",
features: [
"Full access to 7 agents",
"Weekly performance briefings",
"Quarterly strategy sessions",
"Custom agent configuration",
"Priority support",
],
id: "growth", title: "Growth Partner", price: "$500,000", period: "minimum", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/interconnected-autonomous-ai-agents-form-1772624280916-e6a709ce.png?_wi=2", imageAlt: "Growth partner network", features: [
"Full access to 7 agents", "Weekly performance briefings", "Quarterly strategy sessions", "Custom agent configuration", "Priority support"],
button: { text: "Become Growth Partner", href: "#contact" },
},
{
id: "institutional",
title: "Institutional",
price: "$5,000,000",
period: "minimum",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/visual-representation-of-autonomous-deci-1772624278215-9171402a.png?_wi=2",
imageAlt: "Institutional integration",
features: [
"Dedicated agent cluster",
"Real-time trading data",
"Custom agent development",
"Executive advisory board seat",
"Co-design future strategies",
],
id: "institutional", title: "Institutional", price: "$5,000,000", period: "minimum", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/visual-representation-of-autonomous-deci-1772624278215-9171402a.png?_wi=2", imageAlt: "Institutional integration", features: [
"Dedicated agent cluster", "Real-time trading data", "Custom agent development", "Executive advisory board seat", "Co-design future strategies"],
button: { text: "Enterprise Integration", href: "#contact" },
},
]}
@@ -246,49 +195,25 @@ export default function HomePage() {
description="Real results from autonomous agent-driven investing"
testimonials={[
{
id: "1",
name: "Sarah Chen",
handle: "@sarahchen_ventures",
testimonial:
"Autonomous Capital delivered 56% returns in the last 18 months while I focused on building my portfolio. The autonomous agents work tirelessly and emotionlessly—exactly what serious investing needs.",
rating: 5,
id: "1", name: "Sarah Chen", handle: "@sarahchen_ventures", testimonial:
"Autonomous Capital delivered 56% returns in the last 18 months while I focused on building my portfolio. The autonomous agents work tirelessly and emotionlessly—exactly what serious investing needs.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-an-investor-or--1772624277713-bd4feb1e.png",
imageAlt: "Sarah Chen",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-an-investor-or--1772624277713-bd4feb1e.png", imageAlt: "Sarah Chen"},
{
id: "2",
name: "Michael Torres",
handle: "@mtorres_finance",
testimonial:
"I was skeptical about AI trading, but the data speaks for itself. Their autonomous agents identified market opportunities I never would have seen. Best investment decision I've made.",
rating: 5,
id: "2", name: "Michael Torres", handle: "@mtorres_finance", testimonial:
"I was skeptical about AI trading, but the data speaks for itself. Their autonomous agents identified market opportunities I never would have seen. Best investment decision I've made.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-another-investo-1772624278868-e7d28812.png",
imageAlt: "Michael Torres",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-another-investo-1772624278868-e7d28812.png", imageAlt: "Michael Torres"},
{
id: "3",
name: "Dr. Elena Vasquez",
handle: "@dr_ev_research",
testimonial:
"As a data scientist, I appreciate the sophistication of their agent architecture. Real autonomous decision-making, real results. This is the future of hedge funds.",
rating: 5,
id: "3", name: "Dr. Elena Vasquez", handle: "@dr_ev_research", testimonial:
"As a data scientist, I appreciate the sophistication of their agent architecture. Real autonomous decision-making, real results. This is the future of hedge funds.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-a-fund-advisor--1772624277420-bde004ab.png",
imageAlt: "Dr. Elena Vasquez",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-a-fund-advisor--1772624277420-bde004ab.png", imageAlt: "Dr. Elena Vasquez"},
{
id: "4",
name: "James Whitmore",
handle: "@jw_institutional",
testimonial:
"Our firm manages billions. Autonomous Capital's infrastructure is institutional-grade. The transparency and performance metrics are unmatched in the industry.",
rating: 5,
id: "4", name: "James Whitmore", handle: "@jw_institutional", testimonial:
"Our firm manages billions. Autonomous Capital's infrastructure is institutional-grade. The transparency and performance metrics are unmatched in the industry.", rating: 5,
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-a-financial-ins-1772624278346-c483c73c.png",
imageAlt: "James Whitmore",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkM61wQFb2XtKT4oa6pEpb7AY/professional-headshot-of-a-financial-ins-1772624278346-c483c73c.png", imageAlt: "James Whitmore"},
]}
showRating={true}
animationType="slide-up"
@@ -305,4 +230,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}