From 7e20255747f210ea7c2276377abfed8df6d5b480 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:32:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a60b454..e2aac66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Strategic Planning", author: "Core Competency", description: "Developing comprehensive strategies that align business goals with technical implementation, ensuring scalable and sustainable growth.", tags: ["Strategy", "Planning"], - imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Strategic planning visualization" + imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=1", imageAlt: "Strategic planning visualization" }, { id: "2", title: "Process Optimization", author: "Core Competency", description: "Streamlining workflows and identifying inefficiencies to improve operational effectiveness and drive measurable improvements.", tags: ["Process", "Efficiency"], - imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Process optimization workflow" + imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=2", imageAlt: "Process optimization workflow" }, { id: "3", title: "Team Leadership", author: "Core Competency", description: "Building and mentoring high-performing teams, fostering collaboration, and creating environments where innovation thrives.", tags: ["Leadership", "Development"], - imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg", imageAlt: "Team leadership excellence" + imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-64973.jpg?_wi=3", imageAlt: "Team leadership excellence" }, ]} animationType="slide-up" -- 2.49.1