From 26c614d142ef2f33abe121d66827f5bc1bc35579 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:21:32 +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 f3ebe5f..49ebe03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { handle: "@amarad", testimonial: "Sokoni changed how I manage my inventory. Simply flawless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg?_wi=1", imageAlt: "tech dashboard ui", }, { @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@jokafor", testimonial: "The transaction fees are the most competitive in the market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg?_wi=1", imageAlt: "tech dashboard ui", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@elena_m", testimonial: "Scaling my business has never been this intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg?_wi=1", imageAlt: "tech dashboard ui", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@kwameb", testimonial: "The best platform for African e-commerce entrepreneurs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg?_wi=1", imageAlt: "tech dashboard ui", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@st_ventures", testimonial: "Incredible support and a robust technical foundation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=1", imageAlt: "tech dashboard ui", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#pricing", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg" + imageSrc="http://img.b2bpic.net/free-photo/digital-wardrobe-transparent-screen_53876-105380.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -162,19 +162,19 @@ export default function LandingPage() { title: "Integrated Payments", description: "Seamless M-Pesa and card integration out of the box.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-labels-with-discounts-shopping-cart_23-2147930877.jpg?_wi=2", }, { title: "Secure Logistics", description: "Automated delivery tracking and partner notifications.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/credit-card-security-flat_78370-3588.jpg?_wi=2", }, { title: "Scalable Inventory", description: "Real-time updates to help you manage stock across channels.", buttonIcon: "Layout", - imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg?_wi=2", }, { title: "Vendor Analytics", @@ -199,7 +199,7 @@ export default function LandingPage() { id: "p1", name: "Wireless Audio Pro", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg?_wi=2", }, { id: "p2", -- 2.49.1