Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c486128b9d | |||
| da5b4b8669 | |||
| f38e54105c |
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
|||||||
{ icon: Compass, label: 'Vision', value: 'Stanford' }
|
{ icon: Compass, label: 'Vision', value: 'Stanford' }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
|||||||
tag="Essays"
|
tag="Essays"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: '1',
|
id: '1',
|
||||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
tag="First Principles"
|
tag="First Principles"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: '1',
|
id: '1',
|
||||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
|||||||
title="Let's Talk"
|
title="Let's Talk"
|
||||||
description="Interested in AI systems, founder thinking, or just want to discuss ideas? I'm always open to conversations with investors, builders, and fellow thinkers."
|
description="Interested in AI systems, founder thinking, or just want to discuss ideas? I'm always open to conversations with investors, builders, and fellow thinkers."
|
||||||
background={{ variant: 'sparkles-gradient' }}
|
background={{ variant: 'sparkles-gradient' }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={true}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/minimalist-representation-of-connection--1772951772300-864e0191.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac8t78U3tGwzyss4ErWsc06Rq2/minimalist-representation-of-connection--1772951772300-864e0191.png"
|
||||||
imageAlt="Connection and communication"
|
imageAlt="Connection and communication"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #0a0a0a;
|
||||||
--card: #1a2a1a;
|
--card: #1a1a1a;
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffffe6;
|
||||||
--primary-cta: #c1e1c1;
|
--primary-cta: #e6e6e6;
|
||||||
--primary-cta-text: #0a150a;
|
--primary-cta-text: #0a150a;
|
||||||
--secondary-cta: #0d1a0d;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #e1f6e1;
|
--secondary-cta-text: #e1f6e1;
|
||||||
--accent: #2d4a2d;
|
--accent: #737373;
|
||||||
--background-accent: #c1e1c1;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user