From a739363d0a22461084078d6f96e99cac3abb36a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:35:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b08a7d..c09756f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,27 +77,27 @@ export default function LandingPage() { title: "Policy Mapping", description: "Instantly link internal policies to global regulatory requirements.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Policy Mapping"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=1", imageAlt: "Policy Mapping"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Policy Mapping"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=2", imageAlt: "Policy Mapping"}, ], }, { title: "Automated Audits", description: "Continuous monitoring and reporting that never sleeps.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Automated Audits"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=3", imageAlt: "Automated Audits"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Automated Audits"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=4", imageAlt: "Automated Audits"}, ], }, { title: "Risk Analytics", description: "Predictive insights to manage risk before it becomes an issue.", icon: LineChart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Risk Analytics"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=5", imageAlt: "Risk Analytics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg", imageAlt: "Risk Analytics"}, + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-connectivity-5g-technology_24877-53973.jpg?_wi=6", imageAlt: "Risk Analytics"}, ], }, ]} -- 2.49.1