From f8780163f024c0969abb6c029e3f30f6c60887a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:04:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4720313..eb4e555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -229,7 +229,7 @@ export default function LandingPage() { title="Start Your Coding Journey Today" description="Join thousands of learners who are already transforming their careers. Get instant access to all courses, community support, and mentorship." buttons={[ - { text: "Claim Free Trial", href: "#" }, + { text: "Start Free Trial Now", href: "#" }, { text: "Browse All Courses", href: "features" }, ]} buttonAnimation="slide-up" -- 2.49.1