9 Commits

Author SHA1 Message Date
f354f3428f Update src/app/page.tsx 2026-04-22 11:38:19 +00:00
eb39b4b065 Update theme colors 2026-04-22 11:28:55 +00:00
4933da90c1 Update theme colors 2026-04-22 11:28:34 +00:00
f83676f350 Update theme colors 2026-04-22 11:28:26 +00:00
cbcf9fd1ed Update theme colors 2026-04-22 11:27:46 +00:00
65ce4f0fcd Update theme colors 2026-04-22 11:27:15 +00:00
de27799249 Update theme colors 2026-04-22 11:25:00 +00:00
5ce365b214 Update theme colors 2026-04-22 11:24:56 +00:00
d50aca45f7 Update theme colors 2026-04-22 11:24:24 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -76,7 +76,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"InnovateLab", "GrowthHub", "FutureScope", "BridgePartners", "LinkPoint", "StrategyCore", "VisionaryCo"]}
"Mikrotik
", "Juniper", "FutureScope", "Cisco", "LinkPoint", "VMware", "Ubiquiti"]}
title="Trusted Network Partners"
description="Organizations I have actively connected and collaborated with over the past decade."
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--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);