Update src/app/page.tsx
This commit is contained in:
@@ -104,18 +104,18 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
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" },
|
||||
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?_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" },
|
||||
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?_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" },
|
||||
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?_wi=2" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -148,11 +148,11 @@ export default function HomePage() {
|
||||
<ProductCardOne
|
||||
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"
|
||||
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