From 4961ae72bc377e4231ad3aee5a612b63a4627782 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:05:17 +0000 Subject: [PATCH] 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 aa05d8e..abe628f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,13 +55,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg", imageAlt: "professional tech office"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg", imageAlt: "High angle of agenda and plant"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg?_wi=1", imageAlt: "High angle of agenda and plant"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg", imageAlt: "Empty meeting office space in an enterprise used for workers to attend conferences"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=1", imageAlt: "Empty meeting office space in an enterprise used for workers to attend conferences"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg", imageAlt: "Close up of devices and decor plants"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg?_wi=1", imageAlt: "Close up of devices and decor plants"}, { - imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg", imageAlt: "Office desk still life"}, + imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg?_wi=1", imageAlt: "Office desk still life"}, ]} /> @@ -81,7 +81,7 @@ export default function LandingPage() { title: "Network Solutions", description: "Reliable wired and wireless network deployments."}, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=2" imageAlt="Corporate office space" /> @@ -93,16 +93,16 @@ export default function LandingPage() { features={[ { title: "IT Equipment Sales", description: "Coming Soon", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-agenda-plant_23-2148459699.jpg?_wi=2"}, { title: "Computer & Network Maintenance", description: "Coming Soon", buttonIcon: Settings, - imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-office-space-enterprise-used-workers-attend-conferences_482257-115920.jpg?_wi=3"}, { title: "Network Solutions", description: "Coming Soon", buttonIcon: Wifi, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-devices-decor-plants_23-2148223253.jpg?_wi=2"}, { title: "Printer Support", description: "Coming Soon", buttonIcon: Printer, - imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/office-desk-still-life_23-2148111386.jpg?_wi=2"}, ]} title="Our Services" description="Comprehensive technology solutions for your business." -- 2.49.1