Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 609dde6ead | |||
| 3aa6a06226 | |||
| 5657463b6e | |||
| 82ad6890ad | |||
| e6f6850218 | |||
| 681ece8f43 |
@@ -68,4 +68,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1405,4 +1405,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,4 +235,4 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,4 +112,4 @@ export default function ShopPage() {
|
||||
<ShopPageContent />
|
||||
</Suspense>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user