From 9cad913edd4ee8423c822a17a460184b466a627f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:17:22 +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 5dca366..d7ffa30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { tag="Secure Verification Platform" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg", imageAlt: "Secure verification dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=1", imageAlt: "Secure verification dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg", imageAlt: "Security shield interface"} + imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=1", imageAlt: "Security shield interface"} ]} mediaAnimation="slide-up" rating={5} @@ -83,7 +83,7 @@ export default function LandingPage() { { id: "f4", title: "Encrypted Audit Trails", content: "Transparent yet secure logging of all changes for full accountability."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg?_wi=1" mediaAnimation="blur-reveal" imageAlt="Security architecture diagram" /> @@ -96,11 +96,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "99.9%", title: "Claim Accuracy", description: "Verified through rigorous hashing protocols.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg"}, + id: "m1", value: "99.9%", title: "Claim Accuracy", description: "Verified through rigorous hashing protocols.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg?_wi=1"}, { - id: "m2", value: "100+", title: "Security Patches", description: "Constant updates to ledger integrity.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg"}, + id: "m2", value: "100+", title: "Security Patches", description: "Constant updates to ledger integrity.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=2"}, { - id: "m3", value: "24/7", title: "Real-time Audits", description: "Continuous monitoring of all claim events.", imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg"}, + id: "m3", value: "24/7", title: "Real-time Audits", description: "Continuous monitoring of all claim events.", imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=2"}, ]} title="Tamper-Proof Ledger Performance" description="Our system ensures transparent audit trails and record-keeping precision." @@ -133,16 +133,16 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah Jenkins", role: "IT Director", company: "Public Welfare Dept", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg?_wi=2"}, { id: "t2", name: "Michael Chen", role: "Security Lead", company: "Social Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=3"}, { id: "t3", name: "Dr. Elena Rossi", role: "Policy Advisor", company: "State Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=3"}, { id: "t4", name: "David Smith", role: "Compliance Mgr", company: "Regional Welfare", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg?_wi=2"}, ]} kpiItems={[ { -- 2.49.1