From 2861afb88c1b4f357d26db2fe4489e1bdf838c99 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 20:45:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 588ad73..dd05b5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:5550123" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg", imageAlt: "Professional cleaning equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg?_wi=1", imageAlt: "Professional cleaning equipment" }, { imageSrc: "http://img.b2bpic.net/free-photo/brown-sofa-white-living-room-with-copy-space_43614-886.jpg", imageAlt: "Clean Arizona floors" } ]} mediaAnimation="slide-up" @@ -139,7 +139,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Homeowner", quote: "Brian's Cleaning transformed my carpets! So happy with the result.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg" }, + { id: "1", name: "Sarah Johnson", date: "Jan 2025", title: "Homeowner", quote: "Brian's Cleaning transformed my carpets! So happy with the result.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_1339-5444.jpg?_wi=2" }, { id: "2", name: "Michael Chen", date: "Dec 2024", title: "Local Resident", quote: "Fantastic service and very professional technicians.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-having-fun-mopping-apartment-floor_482257-62.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blob-bright-blue-foam-black-water_23-2147798316.jpg" }, { id: "3", name: "Emily Rodriguez", date: "Nov 2024", title: "Homeowner", quote: "My grout has never looked better. Highly recommended!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/side-view-woman-cleaning-home_23-2150453342.jpg" }, ]} -- 2.49.1