From 78d4f0897520b5988e75457b3e988b15b502d273 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:11:30 +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 b5a2b5f..0e2cab8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,16 +125,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Mehmet Kaplan", role: "Business Owner", company: "Lefkoşa", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mehmet Kaplan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Mehmet Kaplan"}, { id: "2", name: "Ayşe Kaya", role: "Marketing Manager", company: "Nicosia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ayşe Kaya"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ayşe Kaya"}, { id: "3", name: "İbrahim Yılmaz", role: "Engineer", company: "Local Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "İbrahim Yılmaz"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "İbrahim Yılmaz"}, { id: "4", name: "Fatima Hassan", role: "Family Head", company: "Community Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Fatima Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Fatima Hassan"}, ]} title="What Our Customers Say" description="Real experiences from satisfied clients" -- 2.49.1