From c544f1be3be30c77949d6729cb4aab534c6da6ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:24:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6ce353..8338c6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Office Manager", company: "Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait headshot person authentic"}, { id: "2", name: "Michael Rodriguez", role: "Fitness Trainer", company: "FitLife Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait headshot person authentic"}, { id: "3", name: "Emily Thompson", role: "Physical Therapist", company: "Wellness Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait headshot person authentic"}, { id: "4", name: "David Kim", role: "Marathon Runner", company: "Running Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait headshot person authentic"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional portrait headshot person authentic"}, ]} kpiItems={[ { value: "98%", label: "Customer Satisfaction" }, -- 2.49.1