From fc4aa0110fded6037da58bb0cff670c0dd6b7849 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1e7bd5..951ec6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,17 +83,17 @@ const galleryFeatures = [ const testimonials = [ { - id: "1", name: "Ravi Kumar, B.Tech AI&DS Y23", date: "Date: 10 Jan 2025", title: "Life-Changing Experience", quote: "NSS Unit-12 transformed my perspective on social responsibility. Working in community development projects taught me more than any classroom ever could. The mentorship from faculty coordinators was invaluable.", tag: "Active Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-with-placards-outdoors-world-environment-day_23-2149571872.jpg"}, + id: "1", name: "Ravi Kumar, B.Tech AI&DS Y23", date: "Date: 10 Jan 2025", title: "Life-Changing Experience", quote: "NSS Unit-12 transformed my perspective on social responsibility. Working in community development projects taught me more than any classroom ever could. The mentorship from faculty coordinators was invaluable.", tag: "Active Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-with-placards-outdoors-world-environment-day_23-2149571872.jpg?_wi=1"}, { - id: "2", name: "Anjali Singh, B.Tech AI&DS Y22", date: "Date: 05 Jan 2025", title: "Leadership Growth", quote: "Being part of the NSS leadership team helped me develop management and organizational skills. Our data science workshop reached hundreds of students and made a real impact in the community.", tag: "Student Leader", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-student-girl-with-backpack_1163-2511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-making-lemonade-together_23-2148687174.jpg"}, + id: "2", name: "Anjali Singh, B.Tech AI&DS Y22", date: "Date: 05 Jan 2025", title: "Leadership Growth", quote: "Being part of the NSS leadership team helped me develop management and organizational skills. Our data science workshop reached hundreds of students and made a real impact in the community.", tag: "Student Leader", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-student-girl-with-backpack_1163-2511.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-making-lemonade-together_23-2148687174.jpg?_wi=1"}, { id: "3", name: "Vikram Patel, B.Tech AI&DS Y23", date: "Date: 01 Jan 2025", title: "Community Impact", quote: "The medical camp and village development initiatives showed me how technology and compassion can combine to create meaningful change. NSS gave me a platform to make a real difference.", tag: "Event Organizer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-young-brunette-caucasian-man-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-116404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-collecting-food_23-2149182014.jpg"}, { id: "4", name: "Priya Sharma, B.Tech AI&DS Y22", date: "Date: 28 Dec 2024", title: "Personal Development", quote: "Through NSS volunteering, I discovered my passion for social work. The supportive community and professional guidance from Prof. Kumar and Prof. Verma made all the difference in my journey.", tag: "Social Media Lead", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-looking-camera-shirt-jacket-looking-captivating-front-view_176474-85204.jpg", imageSrc: "http://img.b2bpic.net/free-photo/selfie-by-dinner_1098-14651.jpg"}, { - id: "5", name: "Arjun Nair, B.Tech AI&DS Y23", date: "Date: 22 Dec 2024", title: "Building Network", quote: "NSS connected me with like-minded individuals passionate about creating change. The networking opportunities and collaborative projects built lasting friendships and professional relationships.", tag: "Active Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-student-with-textbook-notebook_23-2147844665.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-with-placards-outdoors-world-environment-day_23-2149571872.jpg"}, + id: "5", name: "Arjun Nair, B.Tech AI&DS Y23", date: "Date: 22 Dec 2024", title: "Building Network", quote: "NSS connected me with like-minded individuals passionate about creating change. The networking opportunities and collaborative projects built lasting friendships and professional relationships.", tag: "Active Volunteer", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-student-with-textbook-notebook_23-2147844665.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-protesting-with-placards-outdoors-world-environment-day_23-2149571872.jpg?_wi=2"}, { - id: "6", name: "Divya Rao, B.Tech AI&DS Y22", date: "Date: 18 Dec 2024", title: "Skills & Purpose", quote: "NSS allowed me to apply my AI and DS knowledge to real-world problems. Working on data-driven projects for community development combined technical skills with meaningful social impact.", tag: "Volunteer Manager", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-student-posing-university_23-2147666425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-making-lemonade-together_23-2148687174.jpg"}, + id: "6", name: "Divya Rao, B.Tech AI&DS Y22", date: "Date: 18 Dec 2024", title: "Skills & Purpose", quote: "NSS allowed me to apply my AI and DS knowledge to real-world problems. Working on data-driven projects for community development combined technical skills with meaningful social impact.", tag: "Volunteer Manager", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-student-posing-university_23-2147666425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-making-lemonade-together_23-2148687174.jpg?_wi=2"}, ]; const footerColumns = [ @@ -163,7 +163,7 @@ export default function NSSSitePage() { text: "Join as Volunteer", href: "#volunteer"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/group-diverse-male-friends-talking-each-other-smiling_181624-23682.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-diverse-male-friends-talking-each-other-smiling_181624-23682.jpg?_wi=1" imageAlt="NSS Unit-12 volunteers group photo" className="w-full" /> @@ -254,7 +254,7 @@ export default function NSSSitePage() {