From d2b50359a7f590c30aa279464965118c6303c30d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:40:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd4a65e..5c45a5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,22 +110,22 @@ export default function HomePage() { id: 1, title: "Easy Item Reporting", description: "Report lost or found items in seconds. Upload photos, describe details, and specify location. Our intuitive form guides you through every step.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-reviewing-documents-phone_23-2151953951.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-reviewing-documents-phone_23-2151953951.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-reviewing-documents-phone_23-2151953951.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-reviewing-documents-phone_23-2151953951.jpg?_wi=2" }, }, { id: 2, title: "Smart Search & Filter", description: "Search by category, location, and keywords. Use our advanced filters to narrow down results and find exactly what you're looking for quickly.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-gps-navigation-software_24877-51522.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-gps-navigation-software_24877-51522.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-gps-navigation-software_24877-51522.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-gps-navigation-software_24877-51522.jpg?_wi=2" }, }, { id: 3, title: "Intelligent Matching System", description: "Our AI-powered matching system automatically suggests possible matches between lost and found items. Get instant notifications when a match is found.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/conference-call-global-communication-connection-technology-concept_53876-125127.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/conference-call-global-communication-connection-technology-concept_53876-125127.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/conference-call-global-communication-connection-technology-concept_53876-125127.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/conference-call-global-communication-connection-technology-concept_53876-125127.jpg?_wi=2" }, }, ]} showStepNumbers={true} @@ -161,21 +161,21 @@ export default function HomePage() { id: "1", name: "Blue Backpack", price: "Lost - $150 value", - imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=1", imageAlt: "Blue backpack", }, { id: "2", name: "Leather Wallet", price: "Found - Electronics Category", - imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=1", imageAlt: "Brown leather wallet", }, { id: "3", name: "iPhone 14", price: "Lost - Downtown Area", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=1", imageAlt: "iPhone 14 device", }, ]}