Compare commits
23 Commits
version_4
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 5622e940ac | |||
| 9a0e5bb53a | |||
| 5a8527d95b | |||
| c38d8f1da1 | |||
| c04d6a49ac | |||
| 0aeb9bafc5 | |||
| 6c9d0492eb | |||
| fd9ad7cf34 | |||
| 257c477c3f | |||
| 57ef7569b2 | |||
| 5a2ff67adb | |||
| bb39b52332 | |||
| 10011aee43 | |||
| b07a64ecdb | |||
| d0a87b7517 | |||
| f2846797f6 | |||
| c4f3696b0f | |||
| 06d6509c7c | |||
| 7eaf4c80d5 | |||
| 4cfae0f99d | |||
| 2a93808397 | |||
| a4fffdb5ee | |||
| a869a1efd4 |
@@ -101,4 +101,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
1401
src/app/layout.tsx
1401
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -266,4 +266,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,4 +135,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #00feff;;;;;;;;;;
|
||||
--card: #ffff00;;;;;;;;;;
|
||||
--foreground: #00f763;;;;;;;;;;
|
||||
--primary-cta: #fa00ff;;;;;;;;;;
|
||||
--secondary-cta: #ff0000;;;;;;;;;;
|
||||
--accent: #0008ff;;;;;;;;;;
|
||||
--background-accent: #00ffaa;;;;;;;;;; */
|
||||
/* --background: #050012;;;;;;;;;;;
|
||||
--card: #040121;;;;;;;;;;;
|
||||
--foreground: #f0e6ff;;;;;;;;;;;
|
||||
--primary-cta: #c89bff;;;;;;;;;;;
|
||||
--secondary-cta: #1d123b;;;;;;;;;;;
|
||||
--accent: #684f7b;;;;;;;;;;;
|
||||
--background-accent: #65417c;;;;;;;;;;; */
|
||||
|
||||
--background: #00feff;;;;;;;;;;
|
||||
--card: #ffff00;;;;;;;;;;
|
||||
--foreground: #00f763;;;;;;;;;;
|
||||
--primary-cta: #fa00ff;;;;;;;;;;
|
||||
--secondary-cta: #ff0000;;;;;;;;;;
|
||||
--accent: #0008ff;;;;;;;;;;
|
||||
--background-accent: #00ffaa;;;;;;;;;;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user