Update src/app/page.tsx

This commit is contained in:
2026-03-11 07:28:44 +00:00
parent 768166e73f
commit 4fe1b92a4d

View File

@@ -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"
}
}
]}