From 7d109717cb5683388ff873efee68a8a808a4eb5a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:43:08 +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 8c7fd35..6fa2567 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Alessandra Rossi", handle: "Homeowner, Aventine", testimonial: "Filippo transformed our neglected garden into an oasis. His attention to detail is impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=1" }, { name: "Marco Conti", handle: "Property Manager, Centro", testimonial: "Fast response, immaculate work, and fair pricing. Exactly what we needed for multiple properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=1" }, { name: "Isabella Marchetti", handle: "Villa Owner, Monte Mario", testimonial: "2-hour emergency response saved our garden after the storm. Filippo is truly reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -122,15 +122,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alessandra Rossi", role: "Homeowner", company: "Aventine District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=2" }, { id: "2", name: "Marco Conti", role: "Property Manager", company: "Centro Storico", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=2" }, { id: "3", name: "Isabella Marchetti", role: "Villa Owner", company: "Monte Mario", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg?_wi=2" }, { id: "4", name: "Paolo Benedetti", role: "Commercial Client", company: "Corporate Grounds", rating: 5, -- 2.49.1