13 Commits

Author SHA1 Message Date
46c7636d02 Update src/app/page.tsx 2026-02-20 12:49:09 +00:00
0d7a0f655f Update src/app/layout.tsx 2026-02-20 12:49:08 +00:00
d93fd75bac Merge version_10 into main
Merge version_10 into main
2026-02-20 12:47:18 +00:00
3ec94d456f Merge version_9 into main
Merge version_9 into main
2026-02-20 12:47:13 +00:00
5622e940ac Update src/app/page.tsx 2026-02-20 12:47:10 +00:00
2ae6a7f767 Update src/app/page.tsx 2026-02-20 12:47:09 +00:00
9a0e5bb53a Update src/app/layout.tsx 2026-02-20 12:47:09 +00:00
dd7d91496b Update src/app/layout.tsx 2026-02-20 12:47:08 +00:00
5a8527d95b Update src/app/page.tsx 2026-02-20 12:23:26 +00:00
c38d8f1da1 Merge version_7 into main
Merge version_7 into main
2026-02-20 10:56:35 +00:00
c04d6a49ac Update src/app/page.tsx 2026-02-20 10:56:30 +00:00
0aeb9bafc5 Merge version_7 into main
Merge version_7 into main
2026-02-20 10:54:46 +00:00
6c9d0492eb Update src/app/page.tsx 2026-02-20 10:54:41 +00:00
2 changed files with 9 additions and 1376 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
"Sub-second data updates", "Multi-asset class tracking", "Portfolio performance monitoring", "Custom alert systems"
],
buttons: [
{ text: "Explore Platform", href: "pricing" }
{ text: "Explore Platform", href: "#pricing" }
]
},
{
@@ -98,15 +98,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{
id: "3", value: "45%", title: "Average ROI", description: "5-year performance on portfolio exits", icon: BarChart3
},
{
id: "1", value: "3.2B", title: "Assets Under Management", description: "Trusted by institutional investors globally", icon: TrendingUp
},
{
id: "2", value: "847", title: "Companies Funded", description: "Portfolio companies across tech sectors", icon: Rocket
},
{
id: "3", value: "45%", title: "Average ROI", description: "5-year performance on portfolio exits", icon: BarChart3
},
{
id: "4", value: "98.7%", title: "Client Satisfaction", description: "Highest rated investment platform", icon: Star
}
@@ -141,7 +141,7 @@ export default function LandingPage() {
{
id: "starter", badge: "Starter Fund", badgeIcon: Zap,
price: "$10K/month", subtitle: "Perfect for emerging investors", buttons: [
{ text: "Start Now", href: "contact" },
{ text: "Start Now", href: "#contact" },
{ text: "Learn More", href: "#" }
],
features: [
@@ -151,7 +151,7 @@ export default function LandingPage() {
{
id: "professional", badge: "Professional Growth", badgeIcon: Sparkles,
price: "$50K/month", subtitle: "Ideal for institutional investors", buttons: [
{ text: "Get Started", href: "contact" },
{ text: "Get Started", href: "#contact" },
{ text: "Schedule Demo", href: "#" }
],
features: [
@@ -161,7 +161,7 @@ export default function LandingPage() {
{
id: "enterprise", badge: "Enterprise Access", badgeIcon: Crown,
price: "Custom", subtitle: "For mega-funds and enterprises", buttons: [
{ text: "Contact Sales", href: "contact" },
{ text: "Contact Sales", href: "#contact" },
{ text: "Enterprise Brief", href: "#" }
],
features: [
@@ -266,4 +266,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}