From 697f69e3f432d9a03a0e1eb18693af82b0eed6b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:05:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41da84e..3121cd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,13 +167,13 @@ export default function BuyTimeLanding() { imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Emily Rodriguez"}, { id: "4", name: "Michael Thompson", role: "Gadget Collector", company: "Tech Lover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Thompson"}, { id: "5", name: "Lisa Wong", role: "Budget Conscious", company: "Savings Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_1163-3145.jpg", imageAlt: "Lisa Wong"}, { id: "6", name: "David Anderson", role: "Deal Finder", company: "Smart Buyer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Anderson"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Anderson"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1