Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ccb87863ad | |||
| 23e1806cce | |||
| da60a7d577 | |||
| db467263c6 | |||
| 30c52e1f58 | |||
| f354f3428f | |||
| d5b4badbd2 | |||
| eb39b4b065 | |||
| 25abd238af | |||
| 4933da90c1 | |||
| 47dc02a182 | |||
| f83676f350 | |||
| 48d985e84e | |||
| cbcf9fd1ed | |||
| 329aa5ad0f | |||
| 65ce4f0fcd | |||
| 538758c541 | |||
| de27799249 | |||
| 61480c6b3f | |||
| 5ce365b214 | |||
| 659809ddac | |||
| d50aca45f7 | |||
| 7f7f1cdd41 | |||
| 7434e720e2 | |||
| 87092d1022 | |||
| ebb40baf21 | |||
| 71a45ad274 | |||
| f3cb888af4 |
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateLab", "GrowthHub", "FutureScope", "BridgePartners", "LinkPoint", "StrategyCore", "VisionaryCo"]}
|
||||
"Mikrotik\n", "Juniper", "CSS ", "Cisco", "JavaScript", "VMware", "Ubiquiti"]}
|
||||
title="Trusted Network Partners"
|
||||
description="Organizations I have actively connected and collaborated with over the past decade."
|
||||
/>
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's connect"
|
||||
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>
|
||||
|
||||
@@ -200,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user