Update src/app/page.tsx
This commit is contained in:
@@ -95,12 +95,12 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg?_wi=1",
|
||||
imageAlt: "Students in a modern classroom",
|
||||
},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-city_181624-36910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-city_181624-36910.jpg?_wi=1",
|
||||
imageAlt: "School campus main building",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Group of students collaborating",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vintage-style-education-badges_23-2147607547.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vintage-style-education-badges_23-2147607547.jpg?_wi=1",
|
||||
imageAlt: "modern classroom with interactive whiteboard",
|
||||
},
|
||||
{
|
||||
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Student solving math problem",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg?_wi=2",
|
||||
imageAlt: "modern classroom with interactive whiteboard",
|
||||
},
|
||||
{
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Counselor talking to student",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-city_181624-36910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buildings-city_181624-36910.jpg?_wi=2",
|
||||
imageAlt: "modern classroom with interactive whiteboard",
|
||||
},
|
||||
]}
|
||||
@@ -276,7 +276,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Ms. F. Akhter, Vice Principal",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vintage-style-education-badges_23-2147607547.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-vintage-style-education-badges_23-2147607547.jpg?_wi=2",
|
||||
imageAlt: "male principal academic leader portrait",
|
||||
},
|
||||
{
|
||||
@@ -300,7 +300,7 @@ export default function LandingPage() {
|
||||
imageAlt: "Mrs. Z. Begum, Head of Humanities",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-studying-together-college-exam_23-2149038471.jpg?_wi=3",
|
||||
imageAlt: "male principal academic leader portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user