Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 257c477c3f | |||
| 5a2ff67adb | |||
| bb39b52332 | |||
| b07a64ecdb | |||
| d0a87b7517 | |||
| f2846797f6 |
1372
src/app/layout.tsx
1372
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}
|
||||
@@ -266,4 +266,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user