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 +}