From 8dce8d35bb7777db1550c17023b42bb3c589fa36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:46:19 +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 1ad8aca..6d4745e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-apron-cleaning-windows-looking-involved_259150-59513.jpg", imageAlt: "Residential window cleaning service result" }, - { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-relaxing-fresh-air-work_329181-3759.jpg", imageAlt: "Commercial building window cleaning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-escalator_53876-13380.jpg", imageAlt: "High-rise window cleaning service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-apron-cleaning-windows-looking-involved_259150-59513.jpg?_wi=1", imageAlt: "Residential window cleaning service result" }, + { imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-relaxing-fresh-air-work_329181-3759.jpg?_wi=1", imageAlt: "Commercial building window cleaning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-escalator_53876-13380.jpg?_wi=1", imageAlt: "High-rise window cleaning service" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-disinfecting-house_23-2148563576.jpg", imageAlt: "Window screen and track cleaning" }, { imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3952.jpg", imageAlt: "Customer satisfaction with window cleaning" } ]} @@ -170,13 +170,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Request a Quote", description: "Contact us for a free, no-obligation estimate tailored to your specific window cleaning needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-apron-cleaning-windows-looking-involved_259150-59513.jpg", imageAlt: "Step 1 Request quote" + title: "Request a Quote", description: "Contact us for a free, no-obligation estimate tailored to your specific window cleaning needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-apron-cleaning-windows-looking-involved_259150-59513.jpg?_wi=2", imageAlt: "Step 1 Request quote" }, { - title: "Schedule Your Service", description: "Choose a convenient time for our professionals to arrive. We respect your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-relaxing-fresh-air-work_329181-3759.jpg", imageAlt: "Step 2 Schedule service" + title: "Schedule Your Service", description: "Choose a convenient time for our professionals to arrive. We respect your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-relaxing-fresh-air-work_329181-3759.jpg?_wi=2", imageAlt: "Step 2 Schedule service" }, { - title: "Enjoy Crystal Clear Windows", description: "Sit back and enjoy spotless, streak-free windows. Your satisfaction is our guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-escalator_53876-13380.jpg", imageAlt: "Step 3 Enjoy results" + title: "Enjoy Crystal Clear Windows", description: "Sit back and enjoy spotless, streak-free windows. Your satisfaction is our guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-escalator_53876-13380.jpg?_wi=2", imageAlt: "Step 3 Enjoy results" } ]} />