diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 42735e1..51d6244 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -75,11 +75,11 @@ export default function CommunityPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Student Projects", description: "Discover innovative projects created by fellow students across all clubs and disciplines. Share your work and get feedback from the community.", imageSrc: "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Student projects showcase"}, + id: "1", title: "Student Projects", description: "Discover innovative projects created by fellow students across all clubs and disciplines. Share your work and get feedback from the community.", imageSrc: "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=3", imageAlt: "Student projects showcase"}, { - id: "2", title: "Tech Talks & Workshops", description: "Live sessions and recorded workshops from industry experts and senior students. Learn new skills and grow your professional network.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg", imageAlt: "Tech talks and workshops"}, + id: "2", title: "Tech Talks & Workshops", description: "Live sessions and recorded workshops from industry experts and senior students. Learn new skills and grow your professional network.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg?_wi=2", imageAlt: "Tech talks and workshops"}, { - id: "3", title: "Collaboration Boards", description: "Team boards for organizing group projects, hackathons, and research initiatives. Connect with peers working on similar interests.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-cheerful-young-female-students-sitting-floor-library-after-study-laughing-university-stories-looking-information-exams-book_176420-8346.jpg", imageAlt: "Collaboration boards"}, + id: "3", title: "Collaboration Boards", description: "Team boards for organizing group projects, hackathons, and research initiatives. Connect with peers working on similar interests.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-two-cheerful-young-female-students-sitting-floor-library-after-study-laughing-university-stories-looking-information-exams-book_176420-8346.jpg?_wi=2", imageAlt: "Collaboration boards"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -97,22 +97,22 @@ export default function CommunityPage() { products={[ { id: "1", brand: "STEM Leader", name: "Alex Chen - AI & Robotics", price: "2+ years active", rating: 5, - reviewCount: "450 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Community member Alex Chen"}, + reviewCount: "450 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=3", imageAlt: "Community member Alex Chen"}, { id: "2", brand: "Arts Curator", name: "Maria Santos - Creative Arts", price: "1+ year active", rating: 5, - reviewCount: "320 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Community member Maria Santos"}, + reviewCount: "320 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=3", imageAlt: "Community member Maria Santos"}, { id: "3", brand: "Community Builder", name: "James Wilson - Debate Champ", price: "18 months active", rating: 5, - reviewCount: "510 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Community member James Wilson"}, + reviewCount: "510 connections", imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=3", imageAlt: "Community member James Wilson"}, { id: "4", brand: "Entrepreneur", name: "Sophia Garcia - Tech Startup", price: "8 months active", rating: 5, - reviewCount: "380 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-wearing-casual-shirt-standing-isolated-white-background-with-happy-cool-smile-face-lucky-person_839833-25329.jpg", imageAlt: "Community member Sophia Garcia"}, + reviewCount: "380 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-wearing-casual-shirt-standing-isolated-white-background-with-happy-cool-smile-face-lucky-person_839833-25329.jpg?_wi=2", imageAlt: "Community member Sophia Garcia"}, { id: "5", brand: "Science Enthusiast", name: "Dev Kumar - Biology Research", price: "6 months active", rating: 5, - reviewCount: "290 connections", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", imageAlt: "Community member Dev Kumar"}, + reviewCount: "290 connections", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg?_wi=2", imageAlt: "Community member Dev Kumar"}, { id: "6", brand: "Innovation Hub", name: "Emma Rodriguez - Engineering", price: "1+ year active", rating: 5, - reviewCount: "425 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Community member Emma Rodriguez"}, + reviewCount: "425 connections", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=3", imageAlt: "Community member Emma Rodriguez"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -125,17 +125,17 @@ export default function CommunityPage() {