From b3737c452dd78d29290203497c8ccc2cefee0206 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:14:07 +0000 Subject: [PATCH 1/3] Update src/app/community/page.tsx --- src/app/community/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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() { Date: Fri, 6 Mar 2026 12:14:07 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cf8141..e7c0ad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function HomePage() { { text: "Learn More", href: "#features" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg?_wi=1" imageAlt="GESSpace student network platform showcase" frameStyle="card" buttonAnimation="slide-up" @@ -67,19 +67,19 @@ export default function HomePage() { { id: "1", title: "Build Your Profile", description: "Showcase your skills, grade level, interests, and bio. Let AI assistant GESSBOT help you craft the perfect professional profile that stands out to peers and mentors.", imageSrc: - "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg", imageAlt: "Professional profile creation"}, + "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg?_wi=1", imageAlt: "Professional profile creation"}, { id: "2", title: "Join Clubs", description: "Discover and join 17 diverse school clubs from Programming to Green Space initiatives. Each club features private group chat for real-time collaboration with like-minded students.", imageSrc: - "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg", imageAlt: "Club discovery and joining"}, + "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg?_wi=1", imageAlt: "Club discovery and joining"}, { id: "3", title: "Community Feed", description: "Share updates, projects, and questions with your network. Like, comment, share, and react to posts. Attach images, files, and audio to bring your content to life.", imageSrc: - "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Community feed and posts"}, + "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=1", imageAlt: "Community feed and posts"}, { id: "4", title: "Real-Time Messaging", description: "Connect instantly with friends through direct messages. Join club group chats for seamless team collaboration and project discussions.", imageSrc: - "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg", imageAlt: "Real-time messaging and chat"}, + "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104513.jpg?_wi=1", imageAlt: "Real-time messaging and chat"}, { id: "5", title: "Stories", description: "Post quick photo or text updates that disappear after 24 hours. Share what's happening right now with your network in an ephemeral, casual way.", imageSrc: @@ -110,7 +110,7 @@ export default function HomePage() { { id: "2", brand: "Arts", name: "ლიტ.კლუბი - Literature Club", price: "Free", rating: 5, reviewCount: "89 members", 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: "Literature club discussion"}, + "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=1", imageAlt: "Literature club discussion"}, { id: "3", brand: "Public Speaking", name: "დებატები - Debate Club", price: "Free", rating: 5, reviewCount: "156 members", imageSrc: @@ -126,7 +126,7 @@ export default function HomePage() { { id: "6", brand: "Science", name: "აია ქიმიკოსები - Chemistry Club", price: "Free", rating: 5, reviewCount: "142 members", imageSrc: - "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg", imageAlt: "Chemistry club lab work"}, + "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg?_wi=1", imageAlt: "Chemistry club lab work"}, { id: "7", brand: "Communication", name: "მეტყველების კლუბი - Speech Club", price: "Free", rating: 5, reviewCount: "98 members", imageSrc: @@ -138,7 +138,7 @@ export default function HomePage() { { id: "9", brand: "Science", name: "AIA-ს ბიოლოგები - Biology", price: "Free", rating: 5, reviewCount: "112 members", imageSrc: - "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg", imageAlt: "Biology club research"}, + "http://img.b2bpic.net/free-photo/woman-girl-with-safety-glasses-lab_23-2148581324.jpg?_wi=2", imageAlt: "Biology club research"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -154,22 +154,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Maria Tavdashvili", imageSrc: - "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Maria Tavdashvili"}, + "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=1", imageAlt: "Maria Tavdashvili"}, { id: "2", name: "Giorgi Beridze", imageSrc: - "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Giorgi Beridze"}, + "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=1", imageAlt: "Giorgi Beridze"}, { id: "3", name: "Natalia Gviniashvili", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Natalia Gviniashvili"}, + "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=1", imageAlt: "Natalia Gviniashvili"}, { id: "4", name: "Davit Khorava", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Davit Khorava"}, + "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=1", imageAlt: "Davit Khorava"}, { id: "5", name: "Ekaterine Metreveli", 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: "Ekaterine Metreveli"}, + "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=1", imageAlt: "Ekaterine Metreveli"}, { id: "6", name: "Lasha Giorgadze", imageSrc: - "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg", imageAlt: "Lasha Giorgadze"}, + "http://img.b2bpic.net/free-photo/happy-man-with-earphones-smiling-camera_23-2148322120.jpg?_wi=1", imageAlt: "Lasha Giorgadze"}, ]} cardTitle="Over 2,500 students already connected and collaborating on GESSpace" cardTag="Trusted by our community" -- 2.49.1 From 04cbe379e52c36171811b2a6d030bbde6ef0f92f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:14:08 +0000 Subject: [PATCH 3/3] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 808b179..3005f34 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -48,7 +48,7 @@ export default function ProfilePage() { { value: "12", title: "Club Memberships" }, { value: "347", title: "Network Connections" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mature-group-college-students-read-green-screen-device_482257-123157.jpg?_wi=2" imageAlt="Your professional profile" useInvertedBackground={true} mediaAnimation="blur-reveal" @@ -64,15 +64,15 @@ export default function ProfilePage() { { id: "1", title: "Professional Bio", description: "Create a compelling bio that showcases your skills, interests, and academic journey. Share your goals and what makes you unique. Edit anytime to keep your profile fresh and current.", imageSrc: - "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg", imageAlt: "Professional bio section"}, + "http://img.b2bpic.net/free-vector/recruitment-concept-landing-page-template_23-2148615386.jpg?_wi=2", imageAlt: "Professional bio section"}, { id: "2", title: "My Clubs", description: "View all the clubs you've joined and your participation level. Access exclusive club content, upcoming events, and collaborate with fellow members on group projects and discussions.", imageSrc: - "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg", imageAlt: "Clubs membership section"}, + "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038400.jpg?_wi=2", imageAlt: "Clubs membership section"}, { id: "3", title: "My Network", description: "View your connections and grow your network. See who's in your network, manage connection requests, and discover mutual connections across different clubs and interests.", imageSrc: - "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg", imageAlt: "Network connections"}, + "http://img.b2bpic.net/free-psd/school-admission-instagram-posts-template_23-2150456006.jpg?_wi=2", imageAlt: "Network connections"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -88,16 +88,16 @@ export default function ProfilePage() { testimonials={[ { id: "1", name: "Sofia Beridze", imageSrc: - "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg", imageAlt: "Sofia Beridze"}, + "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79581.jpg?_wi=2", imageAlt: "Sofia Beridze"}, { id: "2", name: "Nika Gviniashvili", imageSrc: - "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", imageAlt: "Nika Gviniashvili"}, + "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=2", imageAlt: "Nika Gviniashvili"}, { id: "3", name: "Sandro Khorava", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg", imageAlt: "Sandro Khorava"}, + "http://img.b2bpic.net/free-photo/portrait-smiley-travelling-woman_23-2148218441.jpg?_wi=2", imageAlt: "Sandro Khorava"}, { id: "4", name: "Tamar Metreveli", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg", imageAlt: "Tamar Metreveli"}, + "http://img.b2bpic.net/free-photo/portrait-teenage-boy_23-2148105583.jpg?_wi=2", imageAlt: "Tamar Metreveli"}, ]} cardTitle="Build authentic connections with students who share your interests and goals" cardTag="Join our community" -- 2.49.1