3 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
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: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0b07ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93b7ff;
--background-accent: #a8bae8;
--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);