Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:40:06 +00:00
parent 0b0b29a65e
commit d2b50359a7

View File

@@ -110,22 +110,22 @@ export default function HomePage() {
id: 1, id: 1,
title: "Easy Item Reporting", 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.", 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" }, 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" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-reviewing-documents-phone_23-2151953951.jpg?_wi=2" },
}, },
{ {
id: 2, id: 2,
title: "Smart Search & Filter", 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.", 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" }, 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" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/laptop-with-gps-navigation-software_24877-51522.jpg?_wi=2" },
}, },
{ {
id: 3, id: 3,
title: "Intelligent Matching System", 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.", 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" }, 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" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/conference-call-global-communication-connection-technology-concept_53876-125127.jpg?_wi=2" },
}, },
]} ]}
showStepNumbers={true} showStepNumbers={true}
@@ -161,21 +161,21 @@ export default function HomePage() {
id: "1", id: "1",
name: "Blue Backpack", name: "Blue Backpack",
price: "Lost - $150 value", 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", imageAlt: "Blue backpack",
}, },
{ {
id: "2", id: "2",
name: "Leather Wallet", name: "Leather Wallet",
price: "Found - Electronics Category", 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", imageAlt: "Brown leather wallet",
}, },
{ {
id: "3", id: "3",
name: "iPhone 14", name: "iPhone 14",
price: "Lost - Downtown Area", 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", imageAlt: "iPhone 14 device",
}, },
]} ]}