7 Commits

Author SHA1 Message Date
94272495db Switch to version 2: modified src/app/page.tsx 2026-03-03 06:49:16 +00:00
a84d17eaea Merge version_4 into main
Merge version_4 into main
2026-03-03 06:48:07 +00:00
a87d66c9c3 Update src/app/page.tsx 2026-03-03 06:48:02 +00:00
8a26c604a3 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:42:15 +00:00
42540c6d82 Update src/app/page.tsx 2026-03-03 06:42:10 +00:00
5b67b8cdd6 Update src/app/layout.tsx 2026-03-03 06:42:10 +00:00
4215c8163e Merge version_1 into main
Merge version_1 into main
2026-03-03 06:40:01 +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>
);
}
}