Update src/app/page.tsx

This commit is contained in:
2026-02-25 12:48:07 +00:00
parent 82ad6890ad
commit 5657463b6e

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}