From 261544b3f5c829b8fd8776d6d344df2f07c2c810 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:00:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5815cd2..d6bc1c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { testimonials={[ { name: "János P.", handle: "Regular Client", testimonial: "Márk's precision and attention to detail are unmatched. Always perfectly executed fades.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1"}, { name: "Péter K.", handle: "Satisfied Customer", testimonial: "Clean, peaceful, and welcoming. The friendliest barber in Komárom.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=1"}, { name: "László M.", handle: "Professional", testimonial: "Consistent quality every visit. Márk knows his craft inside and out.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg?_wi=1"}, ]} buttons={[ { text: "📞 Call Now", href: "tel:+36203855073" }, @@ -121,13 +121,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "János P.", role: "Regular Client", company: "Komárom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2"}, { id: "2", name: "Péter K.", role: "Satisfied Customer", company: "Komárom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=2"}, { id: "3", name: "László M.", role: "Professional", company: "Komárom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/masculine-strong-good-looking-man-with-white-perfect-smile-blue-eyes-cross-hands-against-body-confident-assertive-pose-satisfied-assured-everything-great-gray-wall_176420-35952.jpg?_wi=2"}, { id: "4", name: "Sándor T.", role: "Business Owner", company: "Komárom", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, -- 2.49.1