From a29f1157261a3f426e86fd1079af5752fbe00605 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:36:21 +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 594e7fd..53b4191 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,19 +147,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jessica Mitchell", role: "CEO", company: "TechFlow Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jessica Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Jessica Mitchell" }, { id: "2", name: "David Park", role: "Marketing Director", company: "Growth Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Park" }, { id: "3", name: "Amanda Foster", role: "Product Manager", company: "Digital Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Amanda Foster" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Amanda Foster" }, { id: "4", name: "Michael Zhang", role: "Founder", company: "StartupX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Zhang" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Michael Zhang" } ]} kpiItems={[ @@ -183,16 +183,16 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" members={[ { - id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Sophie Chen" + id: "1", name: "Sophie Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=1", imageAlt: "Sophie Chen" }, { - id: "2", name: "James Rodriguez", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "James Rodriguez" + id: "2", name: "James Rodriguez", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2", imageAlt: "James Rodriguez" }, { - id: "3", name: "Luna Park", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Luna Park" + id: "3", name: "Luna Park", role: "UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=3", imageAlt: "Luna Park" }, { - id: "4", name: "Alex Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Alex Thompson" + id: "4", name: "Alex Thompson", role: "Strategy Lead", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=4", imageAlt: "Alex Thompson" } ]} />