diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index efe08fb..c456e66 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -43,7 +43,7 @@ export default function GamePage() { description="Our signature game rewards you for engaging with the Greenwich Agro community. Click seeds to earn tokens with a daily limit that resets." tag="Gamification" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Play Now", @@ -60,21 +60,21 @@ export default function GamePage() { id: "seed-clicks", title: "Simple Click Mechanics", description: "Click the seed button to start earning tokens. Every 10 clicks grants you 5 GreenTokens. No complex rules, just pure engagement.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-of-a-seed-or-click-game-mec-1773952723110-970b7fd7.png", imageAlt: "Seed clicker game mechanics", }, { id: "daily-limits", title: "Smart Daily Limits", description: "Earn up to 50 tokens per day through clicking. The limit resets daily, encouraging regular engagement without creating imbalance.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/illustration-showing-daily-reset-and-lim-1773952723043-e6d0ea76.png", imageAlt: "Daily token limits illustration", }, { id: "leaderboards", title: "Community Competition", description: "Compete with other users on weekly and monthly leaderboards. Top earners unlock special badges and exclusive rewards.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBAbmrzyCv9ReHBA5keCBu7vFL/leaderboard-and-competition-illustration-1773952724140-464fb0ad.png", imageAlt: "Community leaderboards and rankings", }, ]}