From 557c6c94734121a9610e235b6ffec7b1b1c1fc71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:43:21 +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 b0500c4..5365f6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,19 +155,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ion Popescu", role: "Proprietar casă", company: "Minieri, Prahova", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ion Popescu" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Ion Popescu" }, { id: "2", name: "Maria Gheorghe", role: "Proprietar apartament", company: "Filipeștii de Pădure", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Maria Gheorghe" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Maria Gheorghe" }, { id: "3", name: "Vasile Dumitru", role: "Dezvoltator mic", company: "Județul Prahova", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Vasile Dumitru" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Vasile Dumitru" }, { id: "4", name: "Cristina Ionescu", role: "Proprietar birou", company: "Prahova", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Cristina Ionescu" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Cristina Ionescu" } ]} /> -- 2.49.1