From 04db1b00d6300772c0cd3a879a3ba2e2a70a0afd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:12:06 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7079d7a..b252ad4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,21 +43,21 @@ export default function ServicesPage() { id: "1", title: "Sell-Side Advisory", tags: ["Maximize Value", "Exit Strategy"], - imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg?_wi=7", imageAlt: "Sell-side M&A advisory", }, { id: "2", title: "Buy-Side Advisory", tags: ["Strategic Growth", "Acquisition"], - imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg?_wi=8", imageAlt: "Buy-side acquisition strategy", }, { id: "3", title: "Valuation & Negotiation", tags: ["Fair Pricing", "Deal Strategy"], - imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg?_wi=9", imageAlt: "Valuation and negotiation support", }, ]} @@ -79,7 +79,7 @@ export default function ServicesPage() { value: "$5B+", title: "Transaction Value", description: "Total deal volume managed and closed", - imageSrc: "http://img.b2bpic.net/free-vector/global-economi-growth-upward-arrow-green-background_1017-27099.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/global-economi-growth-upward-arrow-green-background_1017-27099.jpg?_wi=3", imageAlt: "Transaction value metrics", }, { @@ -87,7 +87,7 @@ export default function ServicesPage() { value: "200+", title: "Completed Transactions", description: "Successful advisory engagements delivered", - imageSrc: "http://img.b2bpic.net/free-vector/global-economi-growth-upward-arrow-green-background_1017-27099.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/global-economi-growth-upward-arrow-green-background_1017-27099.jpg?_wi=4", imageAlt: "Deal completion success", }, ]}