diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d02bf7..f068fe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }}