From 54775b4623d28b833a51104377b4aac99b8c9719 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:39:59 +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 e3526b0..8513dd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg?_wi=1", imageAlt: "Students collaborating on a design project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg?_wi=1", imageAlt: "Student focusing on architectural sketching", }, { @@ -127,21 +127,21 @@ export default function LandingPage() { id: "nid", name: "NID Entrance Coaching", price: "Details", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg?_wi=1", imageAlt: "National Institute of Design preparation", }, { id: "nift", name: "NIFT Entrance Coaching", price: "Details", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg?_wi=1", imageAlt: "National Institute of Fashion Technology preparation", }, { id: "nata", name: "NATA Coaching", price: "Details", - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg?_wi=1", imageAlt: "Architecture entrance preparation", }, { @@ -307,7 +307,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg?_wi=2", imageAlt: "Full shot young people making banners", }, { @@ -324,7 +324,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg?_wi=2", imageAlt: "Full shot young people making banners", }, { @@ -341,7 +341,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg?_wi=2", imageAlt: "Full shot young people making banners", }, { @@ -358,7 +358,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg?_wi=2", imageAlt: "Full shot young people making banners", }, { @@ -375,7 +375,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg?_wi=2", imageAlt: "Full shot young people making banners", }, ]}