From 5436c011410ed32b36d071dc9db28f3961c0b841 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 02:57:15 +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 41541be..4620bc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,8 +102,8 @@ export default function LandingPage() { ]} animationType="slide-up" testimonials={[ - { id: "1", name: "Alex P.", role: "Flipping Lead", company: "ScaleOps", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg" }, - { id: "2", name: "Maria R.", role: "Flipping Lead", company: "TechTrade", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg" } + { id: "1", name: "Alex P.", role: "Flipping Lead", company: "ScaleOps", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg?_wi=1" }, + { id: "2", name: "Maria R.", role: "Flipping Lead", company: "TechTrade", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ceo-profile-professional.jpg?_wi=2" } ]} /> -- 2.49.1