22 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
fd9ad7cf34 Merge version_6 into main
Merge version_6 into main
2026-02-20 10:05:13 +00:00
257c477c3f Update theme colors 2026-02-20 10:05:07 +00:00
57ef7569b2 Merge version_6 into main
Merge version_6 into main
2026-02-20 10:04:38 +00:00
5a2ff67adb Update src/app/page.tsx 2026-02-20 10:04:33 +00:00
bb39b52332 Update src/app/layout.tsx 2026-02-20 10:04:32 +00:00
10011aee43 Merge version_6 into main
Merge version_6 into main
2026-02-20 08:07:04 +00:00
b07a64ecdb Update src/app/page.tsx 2026-02-20 08:07:00 +00:00
d0a87b7517 Update src/app/layout.tsx 2026-02-20 08:06:59 +00:00
f2846797f6 Merge version_5 into main
Merge version_5 into main
2026-02-20 07:52:14 +00:00
3 changed files with 24 additions and 23 deletions

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "CapitalFlow", description: "Intelligent Capital Allocation for the Modern Investor"};
title: "CapitalFlow", description: "Intelligent Capital Allocation"
};
export default function RootLayout({
children,

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSignup
title="Intelligent Capital Allocation for the Modern Investor"
title="Intelligent Capital Allocation"
description="Harness AI-driven insights and real-time analytics to discover high-growth tech opportunities. Our platform empowers investors with institutional-grade tools and market intelligence."
tag="AI-Powered TECH"
tagIcon={Zap}
@@ -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: [

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #020617;;;;;;;;;;
--card: #0f172a;;;;;;;;;;
--foreground: #e2e8f0;;;;;;;;;;
--primary-cta: #c4d8f9;;;;;;;;;;
--secondary-cta: #041633;;;;;;;;;;
--accent: #2d30f3;;;;;;;;;;
--background-accent: #1d4ed8;;;;;;;;;; */
/* --background: #050012;;;;;;;;;;;
--card: #040121;;;;;;;;;;;
--foreground: #f0e6ff;;;;;;;;;;;
--primary-cta: #c89bff;;;;;;;;;;;
--secondary-cta: #1d123b;;;;;;;;;;;
--accent: #684f7b;;;;;;;;;;;
--background-accent: #65417c;;;;;;;;;;; */
--background: #020617;;;;;;;;;;
--card: #0f172a;;;;;;;;;;
--foreground: #e2e8f0;;;;;;;;;;
--primary-cta: #c4d8f9;;;;;;;;;;
--secondary-cta: #041633;;;;;;;;;;
--accent: #2d30f3;;;;;;;;;;
--background-accent: #1d4ed8;;;;;;;;;;
--background: #050012;;;;;;;;;;;
--card: #040121;;;;;;;;;;;
--foreground: #f0e6ff;;;;;;;;;;;
--primary-cta: #c89bff;;;;;;;;;;;
--secondary-cta: #1d123b;;;;;;;;;;;
--accent: #684f7b;;;;;;;;;;;
--background-accent: #65417c;;;;;;;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);