From 9f26e4f6b7c14d7d5e72db5e0abea69cec3720b5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0e3086..c0ede78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-cafe_23-2148952344.jpg" imageAlt="Computer Club Members" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -109,7 +110,7 @@ export default function LandingPage() { tagIcon={Users} members={[ { - id: "1", name: "Alex Chen", role: "Founder & President", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg?_wi=1", imageAlt: "Alex Chen" + id: "1", name: "Alex Chen", role: "Founder & President", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Alex Chen" }, { id: "2", name: "Sarah Rodriguez", role: "VP of Events", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5565.jpg", imageAlt: "Sarah Rodriguez" @@ -118,7 +119,7 @@ export default function LandingPage() { id: "3", name: "Marcus Thompson", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-man-with-laptop-looking-camera-cafe_1163-5162.jpg", imageAlt: "Marcus Thompson" }, { - id: "4", name: "Elena Patel", role: "Membership Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg?_wi=2", imageAlt: "Elena Patel" + id: "4", name: "Elena Patel", role: "Membership Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Elena Patel" } ]} gridVariant="four-items-2x2-equal-grid" @@ -137,19 +138,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David Kim", role: "Software Engineer", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim" }, { id: "2", name: "Jessica Wong", role: "Product Manager", company: "InnovateLab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Jessica Wong" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Wong" }, { id: "3", name: "Michael Garcia", role: "Frontend Developer", company: "CloudSync", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Michael Garcia" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Garcia" }, { id: "4", name: "Lisa Anderson", role: "Data Scientist", company: "DataFlow", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Lisa Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson" } ]} kpiItems={[ -- 2.49.1