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 +}