From e6b1eb91b2cf6a63140f8bef9d77b885db635fa5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:14:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f92ad47..c183cf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Kaarina R.", handle: "Homeowner, Tartu", testimonial: "OÜ Muruniit transformed our garden completely. Professional and reliable!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=1" + imageSrc: "/placeholders/placeholder1.webp" }, { name: "Mart K.", handle: "Property Manager", testimonial: "Outstanding service. They always show up on time and do excellent work.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=2" + imageSrc: "/placeholders/placeholder1.webp" }, { name: "Liisa M.", handle: "Garden Enthusiast", testimonial: "Finally, someone I can trust with my outdoor space. Highly recommend!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp?_wi=3" + imageSrc: "/placeholders/placeholder1.webp" } ]} testimonialRotationInterval={5000} -- 2.49.1