From 9506bf1f22fb334121a0999cc2b762bbdcf45998 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:30:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18c3314..b2ffd0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,13 +128,13 @@ export default function LandingPage() { tagAnimation="slide-up" team={[ { - 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, Club 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, Club President"}, { - id: "2", name: "Sarah Johnson", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson, Vice President"}, + id: "2", name: "Sarah Johnson", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Johnson, Vice President"}, { - id: "3", name: "Marcus Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez, Tech Lead"}, + id: "3", name: "Marcus Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Rodriguez, Tech Lead"}, { - id: "4", name: "Emma Wilson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Wilson, Events Coordinator"}, + id: "4", name: "Emma Wilson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Wilson, Events Coordinator"}, ]} textboxLayout="default" animationType="slide-up" @@ -151,13 +151,13 @@ export default function LandingPage() { cardTagIcon={Star} testimonials={[ { - id: "1", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park"}, + id: "1", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "David Park"}, { - id: "2", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Thompson"}, + id: "2", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Lisa Thompson"}, { - id: "3", name: "James Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Kumar"}, + id: "3", name: "James Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "James Kumar"}, { - id: "4", name: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sophia Martinez"}, + id: "4", name: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Sophia Martinez"}, ]} cardAnimation="slide-up" useInvertedBackground={false} -- 2.49.1