From a25dc4469477c12c46233c45c5398ff6a3a5143b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:21:16 +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 117bdf3..2261c20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,21 +106,21 @@ export default function LandingPage() { features={[ { title: "Instant Verification", description: "Our AI-powered system validates gift cards in seconds.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg", imageAlt: "Verification"}, + imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg?_wi=1", imageAlt: "Verification"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg", imageAlt: "Verification"} + imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg?_wi=2", imageAlt: "Verification"} }, { title: "Fast Bank Payouts", description: "Direct bank deposits to all major Nigerian banks.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg", imageAlt: "Payments"}, + imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg?_wi=1", imageAlt: "Payments"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg", imageAlt: "Payments"} + imageSrc: "http://img.b2bpic.net/free-photo/diagram-graphs-information-statistics-stock-data-concept_53876-64925.jpg?_wi=2", imageAlt: "Payments"} }, { title: "Secure Transactions", description: "End-to-end encryption for all your financial data.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg", imageAlt: "Security"}, + imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg?_wi=3", imageAlt: "Security"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg", imageAlt: "Security"} + imageSrc: "http://img.b2bpic.net/free-photo/folder-icon-with-lock-secret-security-document-directory-encryption-technology-icon-symbol-background-3d-illustration_56104-2071.jpg?_wi=4", imageAlt: "Security"} }, ]} showStepNumbers={true} -- 2.49.1