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" } ] }