From db467263c64d2b579a22a62d6e8e70719ca2b993 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:42:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e7f85c..981514f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -201,4 +200,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1