diff --git a/src/app/page.tsx b/src/app/page.tsx index 824582a..53b5308 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function HomePage() { description="Stay updated with real-time tournament information, match schedules, and live broadcast links." tag="Active Events" tagIcon={Zap} - tagAnimation="reveal-blur" + tagAnimation="slide-up" features={[ { title: "PUBG Mobile Pro Series", diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx index 88b0c34..4c3bec9 100644 --- a/src/app/schedule/page.tsx +++ b/src/app/schedule/page.tsx @@ -149,7 +149,7 @@ export default function SchedulePage() { description="Check out the most exciting matches happening this week with complete broadcast schedules and team rosters." tag="Featured Matches" tagIcon={Zap} - tagAnimation="reveal-blur" + tagAnimation="slide-up" features={[ { title: "PUBG Regional Playoffs", diff --git a/src/app/tournaments/page.tsx b/src/app/tournaments/page.tsx index 740b087..e0f9534 100644 --- a/src/app/tournaments/page.tsx +++ b/src/app/tournaments/page.tsx @@ -85,7 +85,7 @@ export default function TournamentsPage() { description="Stay updated with real-time tournament information, match schedules, and live broadcast links." tag="Active Events" tagIcon={Zap} - tagAnimation="reveal-blur" + tagAnimation="slide-up" features={[ { title: "PUBG Mobile Pro Series",