From 70686eea6f75c8fd86ffc76075ea7871298fdcba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 11:01:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d59591a..e38c043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,16 +140,16 @@ export default function ComputerClubPage() { animationType="slide-up" members={[ { - id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Chen - President" + id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Chen - President" }, { - id: "2", name: "Jordan Smith", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jordan Smith - Vice President" + id: "2", name: "Jordan Smith", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jordan Smith - Vice President" }, { - id: "3", name: "Casey Rivera", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Casey Rivera - Tech Lead" + id: "3", name: "Casey Rivera", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Casey Rivera - Tech Lead" }, { - id: "4", name: "Morgan Lee", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Morgan Lee - Event Coordinator" + id: "4", name: "Morgan Lee", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Morgan Lee - Event Coordinator" } ]} /> @@ -169,27 +169,27 @@ export default function ComputerClubPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", role: "Junior Developer", company: "Tech Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Product Manager", company: "Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Lisa Wang", role: "Data Scientist", company: "Analytics Firm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "Lisa Wang" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=5", imageAlt: "Lisa Wang" }, { id: "6", name: "James Thompson", role: "Full Stack Developer", company: "Web Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg?_wi=6", imageAlt: "James Thompson" } ]} /> -- 2.49.1