From 35f572649b3658fdc9a1c415f9f94ef99a5922ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 14:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce408c8..069c636 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} dashboard={{ title: "Club Highlights", logoIcon: Code, - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", searchPlaceholder: "Search our programs...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=1", searchPlaceholder: "Search our programs...", sidebarItems: [ { icon: Code, active: true }, { icon: Lightbulb }, { icon: Users } @@ -131,7 +131,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Coding Bootcamps", description: "Intensive learning sessions covering web development, mobile apps, and backend systems. Expert instructors guide members through practical projects with real-world applications.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg" + title: "Coding Bootcamps", description: "Intensive learning sessions covering web development, mobile apps, and backend systems. Expert instructors guide members through practical projects with real-world applications.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2" }, { id: 2, @@ -156,25 +156,25 @@ export default function LandingPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Alex Kumar", role: "President", description: "Full-stack developer with 4 years of experience. Passionate about open-source and building scalable applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", socialLinks: [ + id: "1", name: "Alex Kumar", role: "President", description: "Full-stack developer with 4 years of experience. Passionate about open-source and building scalable applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", socialLinks: [ { icon: Github, url: "https://github.com" }, { icon: Linkedin, url: "https://linkedin.com" } ] }, { - id: "2", name: "Maria Chen", role: "Vice President", description: "Web designer and UX enthusiast. Loves mentoring new members and organizing community events.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", socialLinks: [ + id: "2", name: "Maria Chen", role: "Vice President", description: "Web designer and UX enthusiast. Loves mentoring new members and organizing community events.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", socialLinks: [ { icon: Github, url: "https://github.com" }, { icon: Linkedin, url: "https://linkedin.com" } ] }, { - id: "3", name: "James Rodriguez", role: "Treasurer", description: "Backend developer and DevOps specialist. Leads our infrastructure and deployment initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", socialLinks: [ + id: "3", name: "James Rodriguez", role: "Treasurer", description: "Backend developer and DevOps specialist. Leads our infrastructure and deployment initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", socialLinks: [ { icon: Github, url: "https://github.com" }, { icon: Linkedin, url: "https://linkedin.com" } ] }, { - id: "4", name: "Sarah Park", role: "Events Coordinator", description: "Data scientist passionate about AI/ML. Organizes workshops and hackathon competitions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", socialLinks: [ + id: "4", name: "Sarah Park", role: "Events Coordinator", description: "Data scientist passionate about AI/ML. Organizes workshops and hackathon competitions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", socialLinks: [ { icon: Github, url: "https://github.com" }, { icon: Linkedin, url: "https://linkedin.com" } ] @@ -194,13 +194,13 @@ export default function LandingPage() { id: "1", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Emily Rodriguez" }, { - id: "2", name: "David Wong", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg", imageAlt: "David Wong" + id: "2", name: "David Wong", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg?_wi=1", imageAlt: "David Wong" }, { - id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg", imageAlt: "Priya Sharma" + id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg?_wi=2", imageAlt: "Priya Sharma" }, { - id: "4", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg", imageAlt: "Marcus Johnson" + id: "4", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186124.jpg?_wi=3", imageAlt: "Marcus Johnson" } ]} cardTitle="Hundreds of members have transformed their tech careers through our community" -- 2.49.1