From be1fcaf72ee0577db3ae6d332335cfa9387a524a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:20:40 +0000 Subject: [PATCH 1/3] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} -- 2.49.1 From 3893cd9cc08dfe2b2df5c3a51b58fe13a8415abd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:20:40 +0000 Subject: [PATCH 2/3] Update src/app/manage/page.tsx --- src/app/manage/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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() { Date: Sat, 7 Mar 2026 08:20:41 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 448edcd..1ad630e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function HomePage() { 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=1" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -96,17 +96,17 @@ export default function HomePage() { 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"}, + "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=1", 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"}, + "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=1", 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"}, + "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=1", imageAlt: "Class 9E section"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -125,22 +125,22 @@ export default function HomePage() { members={[ { id: "1", name: "Alex Johnson", role: "Class President", imageSrc: - "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg", imageAlt: "Alex Johnson - Class President"}, + "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg?_wi=1", imageAlt: "Alex Johnson - Class President"}, { id: "2", name: "Sarah Chen", role: "Vice President", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Sarah Chen - Vice President"}, + "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg?_wi=1", imageAlt: "Sarah Chen - Vice President"}, { id: "3", name: "Michael Rodriguez", role: "Class Secretary", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg", imageAlt: "Michael Rodriguez - Class Secretary"}, + "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg?_wi=1", imageAlt: "Michael Rodriguez - Class Secretary"}, { id: "4", name: "Emma Williams", role: "Sports Captain", imageSrc: - "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg", imageAlt: "Emma Williams - Sports Captain"}, + "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg?_wi=1", imageAlt: "Emma Williams - Sports Captain"}, { id: "5", name: "David Park", role: "Academic Lead", imageSrc: - "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg", imageAlt: "David Park - Academic Lead"}, + "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg?_wi=1", imageAlt: "David Park - Academic Lead"}, { id: "6", name: "Lisa Martinez", role: "Social Committee", imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg", imageAlt: "Lisa Martinez - Social Committee"}, + "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg?_wi=1", imageAlt: "Lisa Martinez - Social Committee"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -160,7 +160,7 @@ export default function HomePage() { { id: "form-section", brand: "Student", name: "Profile Management Form", price: "Create", rating: 5, reviewCount: "Admin", imageSrc: - "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg", imageAlt: "Student management form interface"}, + "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=1", imageAlt: "Student management form interface"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1