From 3a82e09b0f8d4303ee3ad93eb0ab33d66667809c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:05:28 +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 c2a92df..a1bf204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "Maria K.", handle: "@mariak_varna", testimonial: "Exceptional service! They fixed my plumbing issue quickly and professionally. Highly recommend to anyone in Varna!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1"}, { name: "Ivan P.", handle: "@ivanp_varna", testimonial: "Reliable and fair pricing. The team was very knowledgeable and helped me navigate a complex legal matter with ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg?_wi=1"}, { name: "Elena S.", handle: "@elenas_local", testimonial: "From initial contact to project completion, the professionalism was outstanding. My office has never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=1"}, ]} tagAnimation="none" buttons={[ @@ -161,13 +161,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Anna Petrova", role: "Homeowner", company: "Varna", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2"}, { id: "2", name: "Georgi Ivanov", role: "Small Business Owner", company: "Varna Tech", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-candid-businesswoman_329181-1080.jpg?_wi=2"}, { id: "3", name: "Svetlana Popova", role: "Property Manager", company: "Varna Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=2"}, { id: "4", name: "Dimitar Stoyanov", role: "Restaurant Owner", company: "Taste of Varna", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg"}, -- 2.49.1