From f8d787173c0edd4ae53ac8fb89e85428bc86e188 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:55:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c157e90..19e9be9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} tag="Education • Strategy • Growth" buttons={[ - { text: "Start Learning", href: "#blog" }, + { text: "Launch Your Startup Now", href: "#blog" }, { text: "View Startups", href: "#features" }, ]} avatars={[ @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1