From a68e3a8bf3dea497da52392b8c6850b4537917f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 15:59:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd8b716..683d67a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,22 +85,22 @@ export default function HomePage() { id: 1, title: "Hands-On Workshops", description: "Learn from experienced mentors in our weekly coding and tech workshops. Master new skills and advance your expertise.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/two-creative-designers-working-project-together-sharing-new-ideas-workplace-business-team-work-concept_58466-12412.jpg?_wi=2" } }, { id: 2, title: "Networking Opportunities", description: "Connect with peers and industry professionals. Build meaningful relationships and expand your professional network.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg?_wi=2" } }, { id: 3, title: "Competitions & Hackathons", description: "Participate in exciting coding competitions and hackathons. Challenge yourself and win amazing prizes.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg?_wi=2" } } ]} /> @@ -119,7 +119,7 @@ export default function HomePage() { quote: "The Computer Club helped me discover my true passion for software development. The mentorship and community support have been invaluable to my growth.", name: "Alex Chen", role: "Software Developer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Alex Chen" }, { @@ -128,7 +128,7 @@ export default function HomePage() { quote: "I've made lasting friendships and professional connections through the club. The events and workshops are always engaging and well-organized.", name: "Jordan Martinez", role: "Tech Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Jordan Martinez" }, { @@ -137,7 +137,7 @@ export default function HomePage() { quote: "Joining the Computer Club was the best decision I made in college. It accelerated my learning and opened doors I never thought possible.", name: "Sam Williams", role: "Computer Science Student", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3", imageAlt: "Sam Williams" }, { @@ -146,7 +146,7 @@ export default function HomePage() { quote: "The club provides an amazing space to learn, share ideas, and grow together. Everyone is supportive and passionate about technology.", name: "Casey Johnson", role: "Full Stack Developer", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=4", imageAlt: "Casey Johnson" } ]} @@ -155,7 +155,7 @@ export default function HomePage() {