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

View File

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

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

View File

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

View File

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