From 47a19657552d94b4be0e19c227d289ea2fdc8488 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:13:53 +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 c47e743..37b9d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarah_mitchell", testimonial: "Marketiv completely transformed our brand presence. Their strategic approach and creative execution exceeded all expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell CEO" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell CEO" }, { id: "2", name: "James Chen", handle: "@jchen_marketing", testimonial: "The team's ability to understand our target audience and craft compelling campaigns was remarkable. Highly recommended.", rating: 5, @@ -143,7 +143,7 @@ export default function LandingPage() { }, { id: "4", name: "David Park", handle: "@david_park_ceo", testimonial: "Marketiv's data-driven approach combined with creative excellence delivered measurable growth for our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park CEO Founder" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park CEO Founder" } ]} showRating={true} -- 2.49.1