From f5ce9d1e0cc0747be8a048c234798f62dae842c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:24:24 +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 ce235e7..7cb88c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { tagIcon={Sparkles} buttons={[ { text: "Play Now", href: "/play" }, - { text: "Browse Courses", href: "/courses" }, + { text: "Start Free Trial", href: "/courses" }, ]} imageSrc="https://images.unsplash.com/photo-1611003228941-98852ba62227?w=800&q=80&_wi=1" imageAlt="Chess board" -- 2.49.1