From a41fef18224a7670d8cc55e2403e43667ad80c96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:57:13 +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 4351a5c..4ff176c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivers", handle: "@arivers", testimonial: "The model's predictions on hockey have changed my entire approach to betting. Simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-scientist-work_23-2151957106.jpg", imageAlt: "Data scientist at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/data-scientist-work_23-2151957106.jpg?_wi=1", imageAlt: "Data scientist at work"}, { name: "Sarah Miller", handle: "@smiller", testimonial: "Reliable data and deep insights for tennis tournaments. My win rate has jumped significantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-nordic-man-with-beard-stylish-hairstyle-grey-shirt-jeans-smiling-keeps-hands-pockets_176420-15740.jpg", imageAlt: "Data scientist at work"}, @@ -68,7 +68,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/data-analyst-working-with-futuristic-interface_23-2151967444.jpg", imageAlt: "Data scientist at work"}, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/data-scientist-work_23-2151957106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/data-scientist-work_23-2151957106.jpg?_wi=2" imageAlt="Data scientist at work" avatars={[ { -- 2.49.1