From 57db31c662afb64fd7bac913225e8a291d428fff Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sun, 15 Mar 2026 12:07:14 +0700 Subject: [PATCH] feat(website): update hero copy, add sponsor CTA section Update hero title to "All your coding agents, from anywhere" with responsive line break. Add sponsor CTA section with personal messaging. Update meta title for SEO. Fix GitHub sponsors link. --- .../website/src/components/landing-page.tsx | 35 +++++++++++++++++-- packages/website/src/routes/index.tsx | 6 ++-- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/packages/website/src/components/landing-page.tsx b/packages/website/src/components/landing-page.tsx index 53b457483..20d7f3273 100644 --- a/packages/website/src/components/landing-page.tsx +++ b/packages/website/src/components/landing-page.tsx @@ -67,7 +67,7 @@ function useDetectedPlatform(): Platform { } interface LandingPageProps { - title: string + title: React.ReactNode subtitle: string } @@ -109,6 +109,7 @@ export function LandingPage({ title, subtitle }: LandingPageProps) { +