From a87d66c9c36bf39468e97d86afa70a1b44881274 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:48:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} -- 2.49.1