Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-02-25 12:48:12 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -68,4 +68,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1405,4 +1405,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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>
); );
} }

View File

@@ -235,4 +235,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -112,4 +112,4 @@ export default function ShopPage() {
<ShopPageContent /> <ShopPageContent />
</Suspense> </Suspense>
); );
} }