Merge version_1 into main #3
@@ -54,17 +54,17 @@ export default function BrowseItemsPage() {
|
|||||||
|
|
||||||
const allItems = [
|
const allItems = [
|
||||||
{
|
{
|
||||||
id: "1", name: "Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageAlt: "Blue backpack"},
|
id: "1", name: "Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=2", 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", imageAlt: "Brown leather wallet"},
|
id: "2", name: "Leather Wallet", price: "Found - Electronics Category", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=2", 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", imageAlt: "iPhone 14 device"},
|
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?_wi=2", imageAlt: "iPhone 14 device"},
|
||||||
{
|
{
|
||||||
id: "4", name: "Vintage Watch", price: "Found - Jewelry Category", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageAlt: "Vintage watch"},
|
id: "4", name: "Vintage Watch", price: "Found - Jewelry Category", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg?_wi=3", imageAlt: "Vintage watch"},
|
||||||
{
|
{
|
||||||
id: "5", name: "Prescription Glasses", price: "Lost - Last seen at Cafe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg", imageAlt: "Prescription glasses"},
|
id: "5", name: "Prescription Glasses", price: "Lost - Last seen at Cafe", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-man-browsing-his-mobile-phone_23-2148531034.jpg?_wi=3", imageAlt: "Prescription glasses"},
|
||||||
{
|
{
|
||||||
id: "6", name: "Gold Ring", price: "Found - Wedding Band", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg", imageAlt: "Gold ring"},
|
id: "6", name: "Gold Ring", price: "Found - Wedding Band", imageSrc: "http://img.b2bpic.net/free-photo/man-saving-money-energy-crisis_23-2150061852.jpg?_wi=3", imageAlt: "Gold ring"},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -104,18 +104,18 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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" },
|
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?_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", 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" },
|
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?_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", 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" },
|
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?_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}
|
||||||
@@ -148,11 +148,11 @@ export default function HomePage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Blue Backpack", price: "Lost - $150 value", imageSrc: "http://img.b2bpic.net/free-photo/woman-leaning-her-car-beach_23-2148218377.jpg", imageAlt: "Blue backpack"},
|
id: "1", name: "Blue Backpack", price: "Lost - $150 value", 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", imageAlt: "Brown leather wallet"},
|
id: "2", name: "Leather Wallet", price: "Found - Electronics Category", 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", imageAlt: "iPhone 14 device"},
|
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?_wi=1", imageAlt: "iPhone 14 device"},
|
||||||
]}
|
]}
|
||||||
title="Recently Posted Items"
|
title="Recently Posted Items"
|
||||||
description="Latest lost and found items in your community. Browse our catalog and help reunite people with their belongings."
|
description="Latest lost and found items in your community. Browse our catalog and help reunite people with their belongings."
|
||||||
|
|||||||
Reference in New Issue
Block a user