From 337cc9b99a6ca862eff65c9923cda681eef6aa0e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:44:40 +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 f250b8e..6ba6f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg?_wi=1" imageAlt="Professional cleaning service in a bright modern home" /> @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Darions cleaning service is impeccable. Everything is spotless.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg"}, + id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Darions cleaning service is impeccable. Everything is spotless.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg?_wi=1"}, { id: "2", name: "Michael K.", handle: "@mikek", testimonial: "The most reliable service I have used for my apartment.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-their-financial-advisor-using-touchpad-meeting-home-focus-is-man-wheelchair_637285-3066.jpg"}, { @@ -164,7 +164,7 @@ export default function LandingPage() { { id: "4", name: "David W.", handle: "@davidw", testimonial: "Highly recommend Darion for anyone needing a deep clean.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-cleaning-furniture_1398-5024.jpg"}, { - id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "They made our home look brand new again. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg"}, + id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "They made our home look brand new again. Simply the best.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-is-pointing-right-with-forefinger-white-background_176474-115343.jpg?_wi=2"}, ]} title="What Our Clients Say" description="Trusted by hundreds of local families for professional cleaning results." @@ -193,7 +193,7 @@ export default function LandingPage() {