diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index bf375a0..d27146f 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -49,22 +49,22 @@ export default function EventsPage() { id: 1, title: "Weekly Code Workshops", description: "Join us every Wednesday for hands-on coding sessions covering various programming languages and frameworks. Perfect for beginners and experts alike.", - 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=3" }, + 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=4" } }, { id: 2, title: "Monthly Hackathons", description: "Challenge yourself in our monthly 48-hour hackathons. Build innovative solutions, win prizes, and connect with talented developers.", - 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=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheerful-male-friends-having-pizza-watching-sports-tv_23-2148894765.jpg?_wi=4" } }, { id: 3, title: "Industry Meetups", description: "Network with professionals from top tech companies. Learn about career opportunities and gain insights into the latest industry trends.", - 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=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/people-connecting-web-network-diagram-background_1017-53236.jpg?_wi=4" } } ]} /> @@ -89,7 +89,7 @@ export default function EventsPage() {