From c5e6375c241ff25dcef2bb0ab2ad2142153427a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:16:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f56393c..24c42cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg?_wi=1" /> @@ -91,7 +91,7 @@ export default function LandingPage() { descriptions: [ "Custom solar installation and energy optimization services.", ], - imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg?_wi=1", imageAlt: "Sales representative in a meeting with his manager", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { descriptions: [ "Comprehensive infrastructure and support solutions.", ], - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg?_wi=2", imageAlt: "Sales representative in a meeting with his manager", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { descriptions: [ "Modern digital transformation and advisory.", ], - imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-business-project_1098-1287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-business-project_1098-1287.jpg?_wi=1", imageAlt: "Sales representative in a meeting with his manager", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { descriptions: [ "Innovation lab for experimental growth.", ], - imageSrc: "http://img.b2bpic.net/free-photo/executives-smiling-workplace_1098-693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executives-smiling-workplace_1098-693.jpg?_wi=1", imageAlt: "Sales representative in a meeting with his manager", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { descriptions: [ "Procurement and supply chain management.", ], - imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-office_1098-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-office_1098-621.jpg?_wi=1", imageAlt: "Sales representative in a meeting with his manager", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { descriptions: [ "Expert strategic business consulting.", ], - imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg?_wi=2", imageAlt: "Sales representative in a meeting with his manager", }, ]} @@ -207,7 +207,7 @@ export default function LandingPage() { name: "Director of GPHA", role: "Logistics", testimonial: "Exceptional consulting services for our port operations.", - imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-business-project_1098-1287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-discussing-business-project_1098-1287.jpg?_wi=2", imageAlt: "Co-workers discussing business project", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { name: "Sarah Homeowner", role: "Residential", testimonial: "Solar installation exceeded my energy savings expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting-budget-definition_1098-625.jpg?_wi=3", imageAlt: "Co-workers discussing business project", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { name: "Tech Lead, SocketWorks", role: "Partner", testimonial: "Rallo's IT infrastructure work is top-tier.", - imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg?_wi=3", imageAlt: "Co-workers discussing business project", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { name: "Finance Head", role: "Corporate", testimonial: "Deep industry knowledge and highly responsive team.", - imageSrc: "http://img.b2bpic.net/free-photo/executives-smiling-workplace_1098-693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/executives-smiling-workplace_1098-693.jpg?_wi=2", imageAlt: "Co-workers discussing business project", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { name: "Strategic Ops", role: "Industry", testimonial: "A reliable partner for all our technical needs.", - imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-office_1098-621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brainstorming-office_1098-621.jpg?_wi=2", imageAlt: "Co-workers discussing business project", }, ]} -- 2.49.1