From 6a5186828a7e9fa9340e5b10ed6f06ca2247af33 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71597c8..4408929 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg", imageAlt: "Professional gaming setup at Click Esports" + imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg?_wi=1", imageAlt: "Professional gaming setup at Click Esports" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg", imageAlt: "High-end gaming station with RGB lighting" + imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg?_wi=1", imageAlt: "High-end gaming station with RGB lighting" } ]} rating={5} @@ -73,18 +73,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "High-End Gaming PCs", description: "Top-tier gaming rigs with the latest graphics cards, processors, and high-refresh monitors for competitive and casual play.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg" } + title: "High-End Gaming PCs", description: "Top-tier gaming rigs with the latest graphics cards, processors, and high-refresh monitors for competitive and casual play.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg?_wi=2" } }, { id: 2, - title: "Unbeatable Pricing", description: "Just $10/hour for gaming, $30 day passes, and discounted memberships. Food and drinks available to keep you fueled.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg" } + title: "Unbeatable Pricing", description: "Just $10/hour for gaming, $30 day passes, and discounted memberships. Food and drinks available to keep you fueled.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg?_wi=3" } }, { id: 3, - title: "Events & Parties", description: "Host birthday parties, corporate team-building, tournaments, and group gaming sessions. Perfect for all group sizes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg" } + title: "Events & Parties", description: "Host birthday parties, corporate team-building, tournaments, and group gaming sessions. Perfect for all group sizes.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-professional-photographer-filming-teens-headsets-playing-video-games-video-game_1268-25922.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -165,22 +165,22 @@ export default function LandingPage() { tagIcon={Users} testimonials={[ { - id: "1", title: "Best Gaming Spot in Ottawa", quote: "Good vibes, nice hardware and excellent service. The staff really cares about the gaming community here.", name: "Alex Thompson", role: "Competitive Gamer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg", imageAlt: "Alex Thompson" + id: "1", title: "Best Gaming Spot in Ottawa", quote: "Good vibes, nice hardware and excellent service. The staff really cares about the gaming community here.", name: "Alex Thompson", role: "Competitive Gamer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg?_wi=1", imageAlt: "Alex Thompson" }, { - id: "2", title: "Unbeatable Value", quote: "At $10 an hour you can't go wrong. The equipment is top-notch and the atmosphere is perfect for grinding.", name: "Jordan Martinez", role: "Gaming Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg", imageAlt: "Jordan Martinez" + id: "2", title: "Unbeatable Value", quote: "At $10 an hour you can't go wrong. The equipment is top-notch and the atmosphere is perfect for grinding.", name: "Jordan Martinez", role: "Gaming Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg?_wi=2", imageAlt: "Jordan Martinez" }, { id: "3", title: "Amazing Community", quote: "Snacks and drinks are amazing, and the staff makes everyone feel welcome. Whether you're casual or competitive, this place is for you.", name: "Sarah Kim", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-streamer-smiling-confident-relaxed-with-hands-head-gaming-room_839833-10436.jpg", imageAlt: "Sarah Kim" }, { - id: "4", title: "Perfect for Group Events", quote: "We hosted our team-building event here and it was a huge hit. Professional setup and friendly staff made it unforgettable.", name: "Michael Chen", role: "Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg", imageAlt: "Michael Chen" + id: "4", title: "Perfect for Group Events", quote: "We hosted our team-building event here and it was a huge hit. Professional setup and friendly staff made it unforgettable.", name: "Michael Chen", role: "Event Organizer", imageSrc: "http://img.b2bpic.net/free-photo/group-multiracial-teens-playing-video-games-video-game-club-with-blue-red-illumination-excited-because-victory_1268-24592.jpg?_wi=3", imageAlt: "Michael Chen" }, { - id: "5", title: "Where Gamers Belong", quote: "This is my second home. The gaming rigs are incredible, and everyone here shares the same passion. Highly recommend!", name: "Chris Rodriguez", role: "Esports Player", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg", imageAlt: "Chris Rodriguez" + id: "5", title: "Where Gamers Belong", quote: "This is my second home. The gaming rigs are incredible, and everyone here shares the same passion. Highly recommend!", name: "Chris Rodriguez", role: "Esports Player", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg?_wi=3", imageAlt: "Chris Rodriguez" }, { - id: "6", title: "Birthday Party Success", quote: "Threw my daughter's birthday party here and all the kids had an absolute blast. Professional, safe, and fun!", name: "Rebecca Johnson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg", imageAlt: "Rebecca Johnson" + id: "6", title: "Birthday Party Success", quote: "Threw my daughter's birthday party here and all the kids had an absolute blast. Professional, safe, and fun!", name: "Rebecca Johnson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-streamer-playing-video-game-using-joystick-gaming-room_839833-8031.jpg?_wi=4", imageAlt: "Rebecca Johnson" } ]} textboxLayout="default"