From 61e425fa122a0279737ba6e90b4fdba1efc6b93c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 11:40:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 462d0a8..c9d25df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454501.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11342.jpg", @@ -111,37 +111,37 @@ export default function LandingPage() { id: "s1", name: "Standard Cleaning", price: "From $120", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829668.jpg?_wi=1", }, { id: "s2", name: "Deep Cleaning", price: "From $250", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cleaning-products-pink-background_23-2148357475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cleaning-products-pink-background_23-2148357475.jpg?_wi=1", }, { id: "s3", name: "Move-In/Out Cleaning", price: "From $350", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-sponge-rubber-gloves-cleaning-house_1157-45529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-sponge-rubber-gloves-cleaning-house_1157-45529.jpg?_wi=1", }, { id: "s4", name: "Post-Construction", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829668.jpg?_wi=2", }, { id: "s5", name: "Vacation Rental", price: "From $180", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cleaning-products-pink-background_23-2148357475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-cleaning-products-pink-background_23-2148357475.jpg?_wi=2", }, { id: "s6", name: "Weekly Maintenance", price: "From $90", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-sponge-rubber-gloves-cleaning-house_1157-45529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-sponge-rubber-gloves-cleaning-house_1157-45529.jpg?_wi=2", }, ]} title="Our Luxury Services" @@ -278,7 +278,7 @@ export default function LandingPage() { description: "Dedicated customer satisfaction team at your service.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454501.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454501.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1