From 675b1335dfaa74423b03f931fa558b180ddc47b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:40:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17f1adc..b29d9b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Plumbing Repair and Maintenance" }, { imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-circuit-inspection-preinstallation-check_169016-68080.jpg", imageAlt: "Electrical Services and Repair" }, { imageSrc: "http://img.b2bpic.net/free-vector/everyday-24-hour-service-help-support-template-design_1017-49603.jpg", imageAlt: "24/7 Emergency Response" }, - { imageSrc: "http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg", imageAlt: "Professional Team" } + { imageSrc: "http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=1", imageAlt: "Professional Team" } ]} ariaLabel="Hero section - Electrician and Plumber Services" /> @@ -90,7 +90,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=2" imageAlt="Our Professional Team" mediaAnimation="slide-up" bulletPoints={[ @@ -112,12 +112,12 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Reem", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Reem - Verified Customer" }, - { id: "2", name: "Mohammad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Mohammad - Verified Customer" }, + { id: "1", name: "Reem", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Reem - Verified Customer" }, + { id: "2", name: "Mohammad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Mohammad - Verified Customer" }, { id: "3", name: "Morad", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Morad - Verified Customer" }, { id: "4", name: "Abdulrahman", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", imageAlt: "Abdulrahman - Verified Customer" }, - { id: "5", name: "Fatima", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Fatima - Verified Customer" }, - { id: "6", name: "Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ahmed - Verified Customer" } + { id: "5", name: "Fatima", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Fatima - Verified Customer" }, + { id: "6", name: "Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Ahmed - Verified Customer" } ]} /> @@ -148,7 +148,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="left" - imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-programmers-using-computer-data-center-integrating-ai-tools_482257-123350.jpg?_wi=3" imageAlt="Our Expert Team" mediaAnimation="opacity" bulletPoints={[ -- 2.49.1