Update src/app/facilities/page.tsx
This commit is contained in:
@@ -52,11 +52,11 @@ export default function FacilitiesPage() {
|
||||
icon: Monitor,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=2",
|
||||
imageAlt: "Smart classroom setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=2",
|
||||
imageAlt: "Digital learning",
|
||||
},
|
||||
],
|
||||
@@ -67,11 +67,11 @@ export default function FacilitiesPage() {
|
||||
icon: Beaker,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=2",
|
||||
imageAlt: "Science lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=2",
|
||||
imageAlt: "Experiment in progress",
|
||||
},
|
||||
],
|
||||
@@ -82,11 +82,11 @@ export default function FacilitiesPage() {
|
||||
icon: Cpu,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=3",
|
||||
imageAlt: "Computer lab",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2",
|
||||
imageAlt: "Students coding",
|
||||
},
|
||||
],
|
||||
@@ -127,11 +127,11 @@ export default function FacilitiesPage() {
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg?_wi=2",
|
||||
imageAlt: "Campus entrance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=1",
|
||||
imageAlt: "Campus view",
|
||||
},
|
||||
],
|
||||
@@ -174,7 +174,7 @@ export default function FacilitiesPage() {
|
||||
icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=2"
|
||||
imageAlt="Campus facilities"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user