Merge version_14 into main #17

Merged
bender merged 1 commits from version_14 into main 2026-04-22 11:42:57 +00:00

View File

@@ -76,8 +76,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Mikrotik
", "Juniper", "FutureScope", "Cisco", "LinkPoint", "VMware", "Ubiquiti"]}
"Mikrotik\n", "Juniper", "FutureScope", "Cisco", "LinkPoint", "VMware", "Ubiquiti"]}
title="Trusted Network Partners"
description="Organizations I have actively connected and collaborated with over the past decade."
/>
@@ -167,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>
@@ -201,4 +200,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}