Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user