From e51dc5566c9fad6d70d6a82ef9901c7f894f4f33 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:59:10 +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 f538280..1928481 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,27 +75,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg?_wi=1", imageAlt: "Campus Landscape", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg?_wi=1", imageAlt: "Students in Field", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg?_wi=1", imageAlt: "Biotech Lab", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg?_wi=1", imageAlt: "Smart Farming", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=1", imageAlt: "Convocation", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { "PG", "PhD", ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-beautiful-city-surrounded-by-hills-blue-sky_181624-18179.jpg?_wi=2", imageAlt: "green agricultural fields sunrise", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { tags: [ "B.Tech", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-researcher-laboratory-with-safety-glasses-plant_23-2148776175.jpg?_wi=2", imageAlt: "green agricultural fields sunrise", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { tags: [ "Innovation", ], - imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laboratory-samples-arrangement_23-2151134950.jpg?_wi=2", imageAlt: "green agricultural fields sunrise", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { tags: [ "Community", ], - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-growth-greenhouse-illuminated-by-yellow-generated-by-ai_188544-38539.jpg?_wi=2", imageAlt: "green agricultural fields sunrise", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { tags: [ "Startups", ], - imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduation-high-school-university-concept-space-text_185193-110156.jpg?_wi=2", imageAlt: "green agricultural fields sunrise", }, ]}