From 2928e3a20dc96f55678e1916764de16281552f86 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 08:15:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5d8bf7..244c3d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { title="Survive the Arena" description="Drop into the ultimate battle royale experience. Outplay, outlast, and dominate the competition." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648337.jpg", imageAlt: "Warrior 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648337.jpg?_wi=1", imageAlt: "Warrior 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143662.jpg", imageAlt: "Warrior 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234815.jpg", imageAlt: "Warrior 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-warrior-urban-scenery_23-2150712384.jpg", imageAlt: "Warrior 4" }, @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/gladiator-helmet-with-muscular-body-shows-his-strength-isolated-grey_613910-11644.jpg", imageAlt: "Warrior 6" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-baseball-player_23-2150885247.jpg", imageAlt: "Scene 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-baseball-player_23-2150885247.jpg?_wi=1", imageAlt: "Scene 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/illustration-concept-dinosaurs_456031-80.jpg", imageAlt: "Scene 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-soldier-camouflage-with-machine-gun-dark-smoky-wall_140725-96075.jpg", imageAlt: "Scene 3" }, { imageSrc: "http://img.b2bpic.net/free-photo/tilt-shift-medieval-fantasy-landscape_23-2150916476.jpg", imageAlt: "Scene 4" }, @@ -94,7 +94,7 @@ export default function LandingPage() { description="Experience fast-paced tactical combat across massive maps. Loot, survive, and be the last one standing in our high-intensity battle royale." subdescription="Built for mobile performance, deliver top-tier graphics and smooth mechanics." icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127916.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -108,14 +108,14 @@ export default function LandingPage() { { title: "Tactical Gear", description: "High-tech weapons and futuristic armor.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-soldier-with-energy-weapon-futuristic-hallway_23-2152000914.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-soldier-with-energy-weapon-futuristic-hallway_23-2152000914.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-view-powerful-gun_23-2150888697.jpg" }, ] }, { title: "High Speed", description: "Intense movement mechanics for every player.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691511.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691511.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/fun-roman-soldier-3d-illustration_183364-80113.jpg" }, ] }, @@ -172,11 +172,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex R.", date: "1 day ago", title: "Pro", quote: "Best battle royale on mobile!", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152164.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-baseball-player_23-2150885247.jpg", imageAlt: "gamer wearing headset" }, - { id: "t2", name: "Sarah K.", date: "3 days ago", title: "Pro", quote: "Tactical gameplay is addictive.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-soccer-ball-looking-front-with-serious-face-standing-white-wall_141793-96887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648337.jpg", imageAlt: "gamer wearing headset" }, - { id: "t3", name: "Jason M.", date: "1 week ago", title: "Pro", quote: "Graphics are top-tier.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127916.jpg", imageAlt: "gamer wearing headset" }, - { id: "t4", name: "Emily P.", date: "2 weeks ago", title: "Pro", quote: "Community is great, matches are intense.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-soldier-with-energy-weapon-futuristic-hallway_23-2152000914.jpg", imageAlt: "gamer wearing headset" }, - { id: "t5", name: "Mike H.", date: "1 month ago", title: "Pro", quote: "Every update keeps getting better.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-151201.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691511.jpg", imageAlt: "gamer wearing headset" }, + { id: "t1", name: "Alex R.", date: "1 day ago", title: "Pro", quote: "Best battle royale on mobile!", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-152164.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-baseball-player_23-2150885247.jpg?_wi=2", imageAlt: "gamer wearing headset" }, + { id: "t2", name: "Sarah K.", date: "3 days ago", title: "Pro", quote: "Tactical gameplay is addictive.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-soccer-ball-looking-front-with-serious-face-standing-white-wall_141793-96887.jpg", imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648337.jpg?_wi=2", imageAlt: "gamer wearing headset" }, + { id: "t3", name: "Jason M.", date: "1 week ago", title: "Pro", quote: "Graphics are top-tier.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347225.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127916.jpg?_wi=2", imageAlt: "gamer wearing headset" }, + { id: "t4", name: "Emily P.", date: "2 weeks ago", title: "Pro", quote: "Community is great, matches are intense.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/team-teenage-gamers-plays-multiplayer-video-game-pc-gaming-club_613910-19132.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-soldier-with-energy-weapon-futuristic-hallway_23-2152000914.jpg?_wi=2", imageAlt: "gamer wearing headset" }, + { id: "t5", name: "Mike H.", date: "1 month ago", title: "Pro", quote: "Every update keeps getting better.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-emotional-male-gamer-with-gamepad-playing-video-game-blue-wall_140725-151201.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-fitness-man_23-2151691511.jpg?_wi=2", imageAlt: "gamer wearing headset" }, ]} title="Player Feedback" description="What our community says." -- 2.49.1