16 Commits

Author SHA1 Message Date
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
c4f3696b0f Update src/app/styles/variables.css 2026-02-20 07:52:09 +00:00
06d6509c7c Update src/app/shop/page.tsx 2026-02-20 07:52:09 +00:00
7eaf4c80d5 Update src/app/shop/[id]/page.tsx 2026-02-20 07:52:08 +00:00
4cfae0f99d Update src/app/page.tsx 2026-02-20 07:52:07 +00:00
2a93808397 Update src/app/layout.tsx 2026-02-20 07:52:06 +00:00
a4fffdb5ee Update src/app/blog/page.tsx 2026-02-20 07:52:05 +00:00
a869a1efd4 Merge version_4 into main
Merge version_4 into main
2026-02-20 07:49:01 +00:00
6 changed files with 1393 additions and 42 deletions

View File

@@ -101,4 +101,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

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}

View File

@@ -258,4 +258,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -135,4 +135,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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