From 6bb55b3aae9fcf8b37d37044a2aaf53bed37f3f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:26:02 +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 2daa29d..dfb0998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageAlt="Athletes training and executing tactical strategies" imagePosition="right" buttons={[ - { text: "Explore Courses", href: "#courses" }, + { text: "Start Free Trial", href: "#courses" }, { text: "Learn More", href: "#about" } ]} mediaAnimation="slide-up" -- 2.49.1