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" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "Start Learning", href: "pricing" }, { text: "Start Learning Now", href: "pricing" },
{ text: "View Courses", href: "features" } { text: "Explore Courses", href: "features" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -234,4 +234,4 @@ export default function CryptoLearnPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }