From ea968f81276d7c8c9a6491f9073635b59d944ef6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:07:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0311d6..e7bd893 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,10 +95,10 @@ export default function LandingPage() { title: "Business Strategy", description: "Strategic planning and execution frameworks to align your organization with market opportunities.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Business strategy consultation" + imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1", imageAlt: "Business strategy consultation" }, { - imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg", imageAlt: "Strategic planning results" + imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg?_wi=1", imageAlt: "Strategic planning results" } ] }, @@ -106,10 +106,10 @@ export default function LandingPage() { title: "Digital Transformation", description: "Modernize your operations with cutting-edge technology and process optimization.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg", imageAlt: "Digital technology solutions" + imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg?_wi=2", imageAlt: "Digital technology solutions" }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Transformation implementation" + imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=2", imageAlt: "Transformation implementation" } ] } -- 2.49.1