From 5657463b6e1689c10ab15fcea8d2c258a37793d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 12:48:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 671b22a..c802316 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function CryptoLearnPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Start Learning", href: "pricing" }, - { text: "View Courses", href: "features" } + { text: "Start Learning Now", href: "pricing" }, + { text: "Explore Courses", href: "features" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -234,4 +234,4 @@ export default function CryptoLearnPage() { ); -} \ No newline at end of file +}