diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1cb8eda..c260bab 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { title: "Student-Centric Approach", description: "Every student is unique. We provide personalized mentoring, academic support, and career guidance to help each student reach their full potential.", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "student-centric approach" }, { - title: "Social Responsibility", description: "Through NSS programs, community engagement, and cultural initiatives, we foster a sense of social awareness and responsibility among our students.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg", imageAlt: "social responsibility" + title: "Social Responsibility", description: "Through NSS programs, community engagement, and cultural initiatives, we foster a sense of social awareness and responsibility among our students.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=2", imageAlt: "social responsibility" }, { title: "Holistic Development", description: "We believe in developing well-rounded individuals through academics, sports, cultural activities, and co-curricular programs.", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "holistic development" @@ -79,7 +79,7 @@ export default function AboutPage() { title: "Industry Integration", description: "Our programs are designed in partnership with industry experts to ensure students gain practical skills and industry-ready competencies.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", imageAlt: "industry integration" }, { - title: "Quality & Accreditation", description: "ISO certification and SGBAU affiliation ensure that our institution maintains the highest standards of quality, infrastructure, and educational delivery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg", imageAlt: "quality accreditation" + title: "Quality & Accreditation", description: "ISO certification and SGBAU affiliation ensure that our institution maintains the highest standards of quality, infrastructure, and educational delivery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=2", imageAlt: "quality accreditation" }, ]} gridVariant="bento-grid" diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 11c7501..f8d5ce1 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -55,7 +55,7 @@ export default function FacilitiesPage() { title: "Well-Equipped Library", description: "Extensive collection of textbooks, journals, and digital resources with comfortable reading spaces and study areas.", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "library" }, { - title: "Science Laboratories", description: "Well-equipped science labs with modern instruments and safety equipment for practical demonstrations and experiments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg", imageAlt: "science lab" + title: "Science Laboratories", description: "Well-equipped science labs with modern instruments and safety equipment for practical demonstrations and experiments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=3", imageAlt: "science lab" }, { title: "Sports Facilities", description: "Cricket grounds, badminton courts, volleyball courts, gymnasium, and other sports facilities for overall physical development.", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground" diff --git a/src/app/page.tsx b/src/app/page.tsx index 101920b..28296fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,13 +116,13 @@ export default function HomePage() { title: "Student-Centric Learning", description: "Personalized academic guidance, counseling facilities, and mentoring programs focused on individual student development", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1", imageAlt: "student counseling" }, { - title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg", imageAlt: "exam preparation" + title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=1", imageAlt: "exam preparation" }, { title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground" }, { - title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg", imageAlt: "NSS activity" + title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=1", imageAlt: "NSS activity" }, ]} gridVariant="bento-grid"