From 95c964486b465140303b1b668e8490a9163cca24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:27:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 255d2ee..16d3104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,19 +195,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alice M.", handle: "@customer", testimonial: "Excellent service, my bins have never looked better!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-repair-renovation-interior-design-concept_53876-120421.jpg"}, + }, { id: "2", name: "Bob T.", handle: "@customer", testimonial: "So convenient and fast. I love the option for scent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"}, + }, { id: "3", name: "Charlie D.", handle: "@customer", testimonial: "Very professional staff and great communication.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-children-recycling-with-copy-space_23-2148490264.jpg"}, + }, { id: "4", name: "Dana S.", handle: "@customer", testimonial: "The best bin cleaning service in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-metallic-pattern-with-holes_23-2148311370.jpg"}, + }, { id: "5", name: "Evan F.", handle: "@customer", testimonial: "Super clean, no odors. Will definitely book again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-decorating-home_23-2150633327.jpg"}, + }, ]} showRating={true} title="Client Stories"