Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ccb87863ad | |||
| 23e1806cce | |||
| da60a7d577 | |||
| db467263c6 | |||
| 30c52e1f58 | |||
| f354f3428f | |||
| d5b4badbd2 | |||
| eb39b4b065 | |||
| 25abd238af | |||
| 4933da90c1 | |||
| 47dc02a182 | |||
| f83676f350 | |||
| 48d985e84e | |||
| cbcf9fd1ed | |||
| 329aa5ad0f | |||
| 65ce4f0fcd | |||
| 538758c541 | |||
| de27799249 | |||
| 61480c6b3f | |||
| 659809ddac | |||
| 7f7f1cdd41 | |||
| 87092d1022 | |||
| ebb40baf21 | |||
| 71a45ad274 | |||
| f3cb888af4 |
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"InnovateLab", "GrowthHub", "FutureScope", "BridgePartners", "LinkPoint", "StrategyCore", "VisionaryCo"]}
|
"Mikrotik\n", "Juniper", "CSS ", "Cisco", "JavaScript", "VMware", "Ubiquiti"]}
|
||||||
title="Trusted Network Partners"
|
title="Trusted Network Partners"
|
||||||
description="Organizations I have actively connected and collaborated with over the past decade."
|
description="Organizations I have actively connected and collaborated with over the past decade."
|
||||||
/>
|
/>
|
||||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Let's connect"
|
tag="Let's connect"
|
||||||
title="Start a conversation"
|
title="Start a conversation"
|
||||||
description="Ready to expand your professional network humanly? Reach out."
|
description="Join a network designed for intentional growth and long-term professional partnerships."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -200,4 +200,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #fffefe;
|
||||||
--card: #f9f9f9;
|
--card: #f6f7f4;
|
||||||
--foreground: #000f06e6;
|
--foreground: #080908;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #0e3a29;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #fffefe;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #e7eecd;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #080908;
|
||||||
--accent: #e2e2e2;
|
--accent: #35c18b;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #ecebe4;
|
||||||
|
|
||||||
/* 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