Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 06:42:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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