diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 66be2a1..2775e10 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -69,7 +69,7 @@ export default function ClassesPage() { tagIcon={BookOpen} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=2" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -91,13 +91,13 @@ export default function ClassesPage() { features={[ { id: 1, - title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"}, + title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=2", imageAlt: "Class 9A section"}, { id: 2, - title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"}, + title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=2", imageAlt: "Class 9B section"}, { id: 3, - title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"}, + title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=2", imageAlt: "Class 9E section"}, ]} textboxLayout="default" useInvertedBackground={true} diff --git a/src/app/manage/page.tsx b/src/app/manage/page.tsx index 7b3d04f..1a9bca7 100644 --- a/src/app/manage/page.tsx +++ b/src/app/manage/page.tsx @@ -81,7 +81,7 @@ export default function ManageStudentsPage() { tagIcon={BookOpen} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=3" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -102,7 +102,7 @@ export default function ManageStudentsPage() { tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg" + imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=2" mediaAnimation="opacity" mediaPosition="right" inputPlaceholder="Enter your name" @@ -116,13 +116,13 @@ export default function ManageStudentsPage() { features={[ { id: 1, - title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"}, + title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=3", imageAlt: "Class 9A section"}, { id: 2, - title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"}, + title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=3", imageAlt: "Class 9B section"}, { id: 3, - title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"}, + title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=3", imageAlt: "Class 9E section"}, ]} title="Choose Your Class" description="Select your class section to view student profiles, class information, and manage academic progress." @@ -140,17 +140,17 @@ export default function ManageStudentsPage() {