16 Commits

Author SHA1 Message Date
5622e940ac Update src/app/page.tsx 2026-02-20 12:47:10 +00:00
9a0e5bb53a Update src/app/layout.tsx 2026-02-20 12:47:09 +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 1387 additions and 19 deletions

File diff suppressed because it is too large Load Diff

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}
@@ -66,7 +66,7 @@ export default function LandingPage() {
features={[
{
id: "ai-insights", label: "AI Insights", title: "Machine Learning-Powered Analysis", items: [
"Pattern recognition across 10,000+ startups", "Predictive market trend analysis", "Automated due diligence reports", "Sentiment analysis from industry sources"
"60% faster due diligence with automated reports", "92% accuracy in predictive market trend analysis", "Identify top 1% of opportunities from 10,000+ startups", "Aggregate sentiment from 5M+ industry sources daily"
],
buttons: [
{ text: "Learn More", href: "#" }
@@ -74,7 +74,7 @@ export default function LandingPage() {
},
{
id: "realtime-data", label: "Real-Time", title: "Live Market Intelligence", items: [
"Sub-second data updates", "Multi-asset class tracking", "Portfolio performance monitoring", "Custom alert systems"
"Under 250ms data updates for real-time advantage", "Track 50+ asset classes in a single dashboard", "Reduce missed opportunities by 40% with custom alerts", "24/7 real-time portfolio performance monitoring"
],
buttons: [
{ text: "Explore Platform", href: "pricing" }
@@ -82,7 +82,7 @@ export default function LandingPage() {
},
{
id: "security", label: "Security", title: "Military-Grade Protection", items: [
"Enterprise encryption standards", "Multi-factor authentication", "Compliance with FINRA and SEC", "Annual third-party audits"
"Secure with AES-256 enterprise encryption standards", "99.9% account protection with multi-factor authentication", "100% compliant with FINRA and SEC regulations", "Pass annual third-party security audits with zero breaches"
]
}
]}

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);