From 43569e95ee315a14209e25fa9fe5763f89a13ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 20:25:22 +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 0e65f59..381ee36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hands-with-surgical-gloves-sanitizing-handle_23-2148571859.jpg", imageAlt: "Professional cleaning staff"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-with-surgical-gloves-sanitizing-handle_23-2148571859.jpg?_wi=1", imageAlt: "Professional cleaning staff"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg", imageAlt: "Spotless clean living room"} + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg?_wi=1", imageAlt: "Spotless clean living room"} ]} mediaAnimation="slide-up" rating={5} @@ -133,13 +133,13 @@ export default function LandingPage() { "All rooms", "Deep kitchen clean", "Deep bath clean"], button: { text: "Get Started", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/hands-with-surgical-gloves-sanitizing-handle_23-2148571859.jpg", imageAlt: "Man using a robot vacuum in the living room"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-with-surgical-gloves-sanitizing-handle_23-2148571859.jpg?_wi=2", imageAlt: "Man using a robot vacuum in the living room"}, { id: "pr3", title: "3-Bed+ House", price: "£180", period: "per session", features: [ "Full home detail", "Deep cleaning", "Priority slot"], button: { text: "Get Started", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg", imageAlt: "Man using a robot vacuum in the living room"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg?_wi=2", imageAlt: "Man using a robot vacuum in the living room"}, ]} title="Simple Transparent Pricing" description="Select the service package that fits your home size." -- 2.49.1