From b5fc289bf4cf5ba3e84de15e43a7e68fe987ccda Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:17:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d063d5d..a85842b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,29 +88,29 @@ export default function LandingPage() { { title: "Business Strategy & Consulting", description: "Develop clear, actionable strategies that align with your business goals and market opportunities.", icon: Target, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Business strategy planning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg", imageAlt: "Growth metrics" } + { imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=1", imageAlt: "Business strategy planning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg?_wi=1", imageAlt: "Growth metrics" } ] }, { title: "Operations Optimization", description: "Streamline workflows, reduce inefficiencies, and implement systems that scale with your team.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", imageAlt: "Operations workflow" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg", imageAlt: "Digital transformation" } + { imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg?_wi=1", imageAlt: "Operations workflow" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg?_wi=1", imageAlt: "Digital transformation" } ] }, { title: "Team Enablement & Growth", description: "Build high-performing teams through training, coaching, and organizational development programs.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg", imageAlt: "Team collaboration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg", imageAlt: "Team development" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-touching-power-button-virtual-screen-smart-home-technology_53876-104196.jpg?_wi=2", imageAlt: "Team collaboration" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=2", imageAlt: "Team development" } ] }, { title: "Digital Transformation", description: "Implement cutting-edge technologies and processes to modernize your operations and stay competitive.", icon: Lightbulb, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg", imageAlt: "Digital innovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg", imageAlt: "Technology implementation" } + { imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg?_wi=2", imageAlt: "Digital innovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hiring-process-meeting-confident-candidate-professional-team-from-hr-department_482257-136441.jpg?_wi=2", imageAlt: "Technology implementation" } ] } ]} @@ -184,13 +184,13 @@ export default function LandingPage() { tag="Results" metrics={[ { - id: "1", value: "50+", title: "Companies Transformed", description: "Across diverse industries and markets globally", imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-21280.jpg", imageAlt: "Growth metrics and charts" + id: "1", value: "50+", title: "Companies Transformed", description: "Across diverse industries and markets globally", imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-21280.jpg?_wi=1", imageAlt: "Growth metrics and charts" }, { id: "2", value: "35%", title: "Average Revenue Growth", description: "Achieved by our clients within 12 months", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Performance dashboard" }, { - id: "3", value: "98%", title: "Client Retention Rate", description: "Proof of our commitment to long-term partnerships", imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-21280.jpg", imageAlt: "Retention metrics" + id: "3", value: "98%", title: "Client Retention Rate", description: "Proof of our commitment to long-term partnerships", imageSrc: "http://img.b2bpic.net/free-vector/flat-business-landing-page-template_52683-21280.jpg?_wi=2", imageAlt: "Retention metrics" } ]} animationType="slide-up" -- 2.49.1