diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a6ada5..ee5202f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { }, { imageSrc: - "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", + "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=1", imageAlt: "Community trust", }, { @@ -122,12 +122,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg", + "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg?_wi=1", imageAlt: "Quick response team", }, { imageSrc: - "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg", + "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg?_wi=1", imageAlt: "Professional technician", }, ], @@ -140,12 +140,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/senior-asian-female-homeowner-talking-maintenance-worker-kitchen_1098-17786.jpg", + "http://img.b2bpic.net/free-photo/senior-asian-female-homeowner-talking-maintenance-worker-kitchen_1098-17786.jpg?_wi=1", imageAlt: "Routine maintenance", }, { imageSrc: - "http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg", + "http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg?_wi=1", imageAlt: "System inspection", }, ], @@ -158,12 +158,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", + "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg?_wi=1", imageAlt: "Modern equipment", }, { imageSrc: - "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg", + "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=1", imageAlt: "Installation process", }, ], @@ -331,7 +331,7 @@ export default function HomePage() { "http://img.b2bpic.net/free-photo/senior-man-looking-camera-dental-office-wainting-consultation-elderly-male-smiling-webcam-s_482257-4047.jpg", avatarAlt: "Robert Taylor", imageSrc: - "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", + "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=2", imageAlt: "Community service", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b6ef0a9..e75be1f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -57,12 +57,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg", + "http://img.b2bpic.net/free-photo/handsome-young-male-paramedic-talking-by-portable-radio-while-sitting-ambulance_657921-1517.jpg?_wi=2", imageAlt: "Quick response team", }, { imageSrc: - "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg", + "http://img.b2bpic.net/free-photo/medical-practitioner-answering-phone-calls_482257-6464.jpg?_wi=2", imageAlt: "Professional technician", }, ], @@ -75,12 +75,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/senior-asian-female-homeowner-talking-maintenance-worker-kitchen_1098-17786.jpg", + "http://img.b2bpic.net/free-photo/senior-asian-female-homeowner-talking-maintenance-worker-kitchen_1098-17786.jpg?_wi=2", imageAlt: "Routine maintenance", }, { imageSrc: - "http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg", + "http://img.b2bpic.net/free-photo/solar-panel-manufacturing-plant-researcher-taking-notes-files_482257-125791.jpg?_wi=2", imageAlt: "System inspection", }, ], @@ -93,12 +93,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg", + "http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg?_wi=2", imageAlt: "Modern equipment", }, { imageSrc: - "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg", + "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=2", imageAlt: "Installation process", }, ],