From e6757ec43bf0bc3b5875c23e8ddf02b4a3c95d04 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:16:41 +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 bd3e6ca..d39d135 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { testimonials={[ { name: "Maria Popescu", handle: "Client Regular", testimonial: "Flori foarte frumoase și servicii excelente!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1" }, { name: "Ioan Balan", handle: "Eveniment Nuntă", testimonial: "Seriozitate și calitate în același timp.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg?_wi=1" }, { name: "Elena Gheorghe", handle: "Client Regular", testimonial: "Recomand cu încredere Florăria NICOLAS.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -144,15 +144,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Popescu", role: "Client", company: "Buhuși", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "professional headshot woman smiling portrait" + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", imageAlt: "professional headshot woman smiling portrait" }, { id: "2", name: "Ioan Balan", role: "Eveniment", company: "Nuntă", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", imageAlt: "confident man professional headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg?_wi=2", imageAlt: "confident man professional headshot portrait" }, { id: "3", name: "Elena Gheorghe", role: "Client Regular", company: "Buhuși", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "woman smiling professional headshot portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2", imageAlt: "woman smiling professional headshot portrait" }, { id: "4", name: "Andrei Vlad", role: "Cadou", company: "Pentru iubita", rating: 5, -- 2.49.1