diff --git a/src/app/page.tsx b/src/app/page.tsx index 281a26d..4b15400 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,6 @@ import { Clock, Check, Twitter, - Discord, Github, } from "lucide-react"; @@ -94,13 +93,13 @@ export default function LandingPage() { products={[ { id: "1", name: "Pixel Rush", price: "Free", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/vibrant-arcade-style-game-thumbnail-with-1772733318129-90fe2d6f.png?_wi=1"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/vibrant-arcade-style-game-thumbnail-with-1772733318129-90fe2d6f.png"}, { id: "2", name: "ChainQuest", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/strategic-blockchain-based-game-interfac-1772733319380-e4ad759b.png"}, { id: "3", name: "Arena Clash", price: "Free", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/multiplayer-competitive-gaming-interface-1772733319472-bd2eba7f.png?_wi=1"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/multiplayer-competitive-gaming-interface-1772733319472-bd2eba7f.png"}, { id: "4", name: "Puzzle Vault", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/brain-teasing-puzzle-game-with-geometric-1772733318069-7e2aa394.png"}, @@ -109,7 +108,7 @@ export default function LandingPage() { "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/addictive-clicker-game-interface-with-la-1772733319450-762c2b96.png"}, { id: "6", name: "Fortune Spin", price: "Free", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/vibrant-arcade-style-game-thumbnail-with-1772733318129-90fe2d6f.png?_wi=2"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/vibrant-arcade-style-game-thumbnail-with-1772733318129-90fe2d6f.png"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -144,7 +143,7 @@ export default function LandingPage() { id: "2", title: "Play Viral Games", description: "Choose from dozens of addictive games. Compete with players worldwide. Earn tokens with every win.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/multiplayer-competitive-gaming-interface-1772733319472-bd2eba7f.png?_wi=2"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXJvLvkwZ1YIObuKaUeO5KJtXG/multiplayer-competitive-gaming-interface-1772733319472-bd2eba7f.png"}, items: [ { icon: Gamepad2, text: "Diverse game genres" }, { icon: Globe, text: "Global competition" }, @@ -270,7 +269,7 @@ export default function LandingPage() { "Earnings vary based on game selection, skill level, and time invested. Top players earn $500-$5000+ monthly. Casual players earn $10-$100+ monthly."}, { id: "6", title: "Are there tournaments?", content: - "Yes! Join weekly tournaments with prize pools ranging from $1K to $50K. Qualifying rounds are free, and winners earn real Base tokens or exclusive NFTs."}, + "Yes! Join weekly tournaments with prize pools ranging from $1K to $50K. Qualifying rounds are free, and winners earn real Base tokens or exclusive NFTs."} ]} textPosition="left" faqsAnimation="slide-up" @@ -311,9 +310,6 @@ export default function LandingPage() { { icon: Twitter, href: "https://twitter.com/gamebaseon", ariaLabel: "Twitter"}, - { - icon: Discord, - href: "https://discord.gg/gamebase", ariaLabel: "Discord"}, { icon: Github, href: "https://github.com/gamebase", ariaLabel: "GitHub"},