Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a87d66c9c3 | |||
| 8a26c604a3 | |||
| 42540c6d82 | |||
| 5b67b8cdd6 | |||
| 4215c8163e |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
description="Stream the ultimate anime collection. Discover trending series, exclusive content, and join millions of anime fans worldwide."
|
||||
buttons={[
|
||||
{ text: "Start Watching", href: "#trending" },
|
||||
{ text: "Browse All", href: "#genres" }
|
||||
{ text: "Explore Genres", href: "#genres" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
<div id="trending" data-section="trending">
|
||||
<ProductCardTwo
|
||||
title="Trending Now"
|
||||
description="The hottest anime series everyone is watching this season. Updated daily."
|
||||
description="Join 50M+ viewers watching the hottest anime series everyone is watching this season. Updated daily."
|
||||
tag="Popular"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -208,4 +208,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user