From aa04328cbc39edbaddbb3bf557bcb57dc7815516 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:44:55 +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 62a9c9f..4e801fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { mediaAnimation="slide-up" background={{ variant: "glowing-orb" }} buttons={[ - { text: "Start Learning Now", href: "contact" }, - { text: "Explore Games", href: "games" } + { text: "Explore Games", href: "games" }, + { text: "Try Free Today", href: "contact" } ]} buttonAnimation="slide-up" testimonials={[ -- 2.49.1