diff --git a/src/app/page.tsx b/src/app/page.tsx index 764704b..9689441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {