diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c6a8c2..3931c9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,8 +165,7 @@ export default function HomePage() { { id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, ]} - animationType="slide-up" - textboxLayout="default" + textboxLayout="centered" useInvertedBackground={false} /> @@ -288,7 +287,6 @@ export default function HomePage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png", imageAlt: "Sarah Khan"}, ]} - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -309,7 +307,6 @@ export default function HomePage() { useInvertedBackground={false} speed={40} showCard={true} - animationType="slide-up" /> diff --git a/src/app/tournaments/[id]/page.tsx b/src/app/tournaments/[id]/page.tsx index 46dc1c9..1cbeccf 100644 --- a/src/app/tournaments/[id]/page.tsx +++ b/src/app/tournaments/[id]/page.tsx @@ -165,8 +165,7 @@ export default function TournamentDetailPage() { { id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, ]} - animationType="slide-up" - textboxLayout="default" + textboxLayout="centered" useInvertedBackground={false} /> @@ -288,7 +287,6 @@ export default function TournamentDetailPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/professional-esports-gaming-player-testi-1773235083670-9663741d.png", imageAlt: "Sarah Khan"}, ]} - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -309,7 +307,6 @@ export default function TournamentDetailPage() { useInvertedBackground={false} speed={40} showCard={true} - animationType="slide-up" />