From 74dc2b8dc518291f6b03927588b7d4f43f32f11e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:14:55 +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 7c51bad..6196f51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,27 +100,27 @@ export default function LandingPage() { title: "Instant Delivery", description: "Receive your airtime voucher code or direct top-up immediately after payment.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-paying-with-card_23-2150347020.jpg", imageAlt: "Fast delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-paying-with-card_23-2150347020.jpg?_wi=1", imageAlt: "Fast delivery"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-paying-with-card_23-2150347020.jpg", imageAlt: "Fast delivery 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-paying-with-card_23-2150347020.jpg?_wi=2", imageAlt: "Fast delivery 2"}, ] }, { title: "Secure Payments", description: "All transactions are encrypted with industry-standard security measures for your peace of mind.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-left-side_187299-45689.jpg", imageAlt: "Security"}, + imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-left-side_187299-45689.jpg?_wi=1", imageAlt: "Security"}, { - imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-left-side_187299-45689.jpg", imageAlt: "Security 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/location-map-direction-left-side_187299-45689.jpg?_wi=2", imageAlt: "Security 2"}, ] }, { title: "24/7 Reliability", description: "Our platform is online and ready for you whenever you need to recharge, anytime.", icon: Clock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg", imageAlt: "Reliable"}, + imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg?_wi=1", imageAlt: "Reliable"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg", imageAlt: "Reliable 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201872.jpg?_wi=2", imageAlt: "Reliable 2"}, ] }, ]} -- 2.49.1