From 4fe1b92a4de97d3d378b36edcd1942a5ce2b200f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:28:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f383f02..9a71269 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-sofa-reading-book-inside-room-job-work-house-evening_179666-30381.jpg", imageAlt: "Peaceful study environment at Edunest360" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-sofa-reading-book-inside-room-job-work-house-evening_179666-30381.jpg?_wi=1", imageAlt: "Peaceful study environment at Edunest360" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-sofa-reading-book-inside-room-job-work-house-evening_179666-30381.jpg", imageAlt: "Premium study space with comfortable seating" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-sitting-sofa-reading-book-inside-room-job-work-house-evening_179666-30381.jpg?_wi=2", imageAlt: "Premium study space with comfortable seating" } ]} rating={5} @@ -83,7 +83,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/asian-coder-with-physical-disability-working-with-african-american-developer-create-security-firewall-terminasl-window-it-engineer-wheelchair-programming-html-script-code_482257-60732.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-smartphone_23-2149366482.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-smartphone_23-2149366482.jpg?_wi=1" } }, { @@ -92,25 +92,25 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/desk-with-work-elements_1150-106.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg?_wi=1" } }, { id: 3, title: "Affordable Pricing", description: "Premium facilities and services at student-friendly prices. Quality education doesn't have to break the bank.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-smartphone_23-2149366482.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-smartphone_23-2149366482.jpg?_wi=2" } }, { id: 4, title: "Clean & Comfortable", description: "Well-maintained facilities, comfortable seating, and optimal lighting designed for long study hours and maximum productivity.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-laptop_23-2148541546.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/teenager-choosing-book-near-reading-friends_23-2147864011.jpg?_wi=2" } } ]}