From 4f3c49bb6f713c25b1ad1312cd47c0ac211e1568 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:14:15 +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 092ae1d..a715b06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924165.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924165.jpg?_wi=1", imageAlt: "Kodapay Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/5g-network-smart-city-background-technology_53876-108516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/5g-network-smart-city-background-technology_53876-108516.jpg?_wi=1", imageAlt: "Global Connectivity", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-black-businessman-using-credit-card-smart-phone-while-shopping-online-office_637285-2606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-businessman-using-credit-card-smart-phone-while-shopping-online-office_637285-2606.jpg?_wi=1", imageAlt: "Mobile Transactions", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { "Standard support", "Web dashboard", ], - imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924165.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924165.jpg?_wi=2", imageAlt: "digital payment dashboard blue tech", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { "Priority support", "Custom API integration", ], - imageSrc: "http://img.b2bpic.net/free-photo/5g-network-smart-city-background-technology_53876-108516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/5g-network-smart-city-background-technology_53876-108516.jpg?_wi=2", imageAlt: "global network digital flow", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { "SLAs", "Advanced fraud tools", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-black-businessman-using-credit-card-smart-phone-while-shopping-online-office_637285-2606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-businessman-using-credit-card-smart-phone-while-shopping-online-office_637285-2606.jpg?_wi=2", imageAlt: "mobile payment app scan", }, ]} -- 2.49.1