From c1f786e4da3dd63e6dcc7bb0cfdb5442d3002f27 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:18:55 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0a95a5..65cfb43 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { tags: [ "Value", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg?_wi=3", }, { id: "v2", @@ -87,7 +87,7 @@ export default function LandingPage() { tags: [ "Value", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg?_wi=3", }, ]} /> -- 2.49.1 From 1aa8796ad70ebec446bb5d9651ff33473a5533ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:18:56 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e610e64..c5070e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { tags: [ "Residential", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg?_wi=1", }, { id: "2", @@ -194,7 +194,7 @@ export default function LandingPage() { tags: [ "Commercial", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg?_wi=1", }, { id: "3", @@ -204,7 +204,7 @@ export default function LandingPage() { tags: [ "Specialized", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg?_wi=1", }, { id: "4", @@ -214,7 +214,7 @@ export default function LandingPage() { tags: [ "Residential", ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg?_wi=1", }, ]} title="Our Specialized Cleaning Services" @@ -244,7 +244,7 @@ export default function LandingPage() { role: "Resident", company: "Kuwait City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-tshirt-standing-isolated-white-background-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-25594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-tshirt-standing-isolated-white-background-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-25594.jpg?_wi=1", }, { id: "2", @@ -252,7 +252,7 @@ export default function LandingPage() { role: "Manager", company: "Farwaniyah", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg?_wi=1", }, { id: "3", @@ -260,7 +260,7 @@ export default function LandingPage() { role: "Office Mgr", company: "Business Dist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-chair_23-2147626496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-chair_23-2147626496.jpg?_wi=1", }, { id: "4", @@ -268,7 +268,7 @@ export default function LandingPage() { role: "Apartment", company: "Salmiya", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-closeup-by-modern-stairs-branding-portrait_169016-69492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-closeup-by-modern-stairs-branding-portrait_169016-69492.jpg?_wi=1", }, { id: "5", @@ -276,7 +276,7 @@ export default function LandingPage() { role: "Owner", company: "Kuwait City", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg?_wi=1", }, ]} kpiItems={[ -- 2.49.1 From 442f0ae577b72efdea60975a2d98b311fd418d44 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:18:56 +0000 Subject: [PATCH 3/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index eb0d99d..656aaa3 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { role: "Homeowner", company: "Kuwait", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-tshirt-standing-isolated-white-background-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-25594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-tshirt-standing-isolated-white-background-looking-side-relax-profile-pose-with-natural-face-confident-smile_839833-25594.jpg?_wi=2", }, { id: "r2", @@ -70,7 +70,7 @@ export default function LandingPage() { role: "Apartment", company: "Farwaniyah", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg?_wi=2", }, { id: "r3", @@ -78,7 +78,7 @@ export default function LandingPage() { role: "Office", company: "Kuwait", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-chair_23-2147626496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-chair_23-2147626496.jpg?_wi=2", }, { id: "r4", @@ -86,7 +86,7 @@ export default function LandingPage() { role: "Owner", company: "Salmiya", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-closeup-by-modern-stairs-branding-portrait_169016-69492.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-closeup-by-modern-stairs-branding-portrait_169016-69492.jpg?_wi=2", }, { id: "r5", @@ -94,7 +94,7 @@ export default function LandingPage() { role: "Manager", company: "Kuwait", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1 From bfff4765f97b8b195d246e41737dec7eade1c77a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:18:57 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cffb3bf..889ed40 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { tags: [ "Standard", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg?_wi=2", }, { id: "s2", @@ -74,7 +74,7 @@ export default function LandingPage() { tags: [ "Commercial", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg?_wi=2", }, { id: "s3", @@ -84,7 +84,7 @@ export default function LandingPage() { tags: [ "Premium", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg?_wi=2", }, { id: "s4", @@ -94,7 +94,7 @@ export default function LandingPage() { tags: [ "Residential", ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg?_wi=2", }, ]} title="All Our Cleaning Services" -- 2.49.1