diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b0354b..05e65fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg?_wi=1", imageAlt: "neon gaming aesthetic", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg?_wi=1", imageAlt: "cyberpunk digital city", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { description: "Thousands of titles ranging from puzzles to action-packed adventures.", bentoComponent: "reveal-icon", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg?_wi=2", imageAlt: "gaming hardware blue neon", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { description: "Challenge friends and climb the global leaderboards effortlessly.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg?_wi=2", imageAlt: "gaming hardware blue neon", }, ]}