diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b0411..1e7dc79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=1", imageAlt: "Clean modern residential home interior", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { quote: "Superb Solutions transformed my home. Highly professional!", name: "Jane Doe", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=1", }, { id: "2", @@ -103,7 +103,7 @@ export default function LandingPage() { quote: "Best office cleaning we have ever had.", name: "John Smith", role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=1", }, { id: "3", diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 831fd38..ae528b2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { title: "Commercial Cleaning", description: "Professional cleaning for offices and business spaces.", tag: "Office", - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { title: "Deep Cleaning", description: "Thorough sanitization and cleaning to refresh your space.", tag: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-male-buyer-showing-thumb-up-paper-house-model-smiling-satisfied-standing-yellow-background_1258-67365.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { title: "Move-In/Move-Out Cleaning", description: "Stress-free cleaning for your big moving day.", tag: "Moving", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg?_wi=2", imageAlt: "professional cleaners cleaning home detail", }, ]}