From c5925ef0938c7d7fb18a855288be3badf0756dde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:06:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 391f740..95a272a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,10 +117,10 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "500+", title: "Successful Placements", description: "Career opportunities created", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg", imageAlt: "Success metrics and placement statistics" + id: "1", value: "500+", title: "Successful Placements", description: "Career opportunities created", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg?_wi=1", imageAlt: "Success metrics and placement statistics" }, { - id: "2", value: "237", title: "5-Star Reviews", description: "From satisfied candidates", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg", imageAlt: "Customer satisfaction ratings" + id: "2", value: "237", title: "5-Star Reviews", description: "From satisfied candidates", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg?_wi=2", imageAlt: "Customer satisfaction ratings" } ]} /> -- 2.49.1