diff --git a/src/app/page.tsx b/src/app/page.tsx index e52c32f..e7ea33f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Submit Your Phone Details", description: "Tell us the model, storage capacity, and condition of your device. We'll give you an instant quote.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg?_wi=1", imageAlt: "Phone submission form", buttonIcon: ArrowRight + title: "Submit Your Phone Details", description: "Tell us the model, storage capacity, and condition of your device. We'll give you an instant quote.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg", imageAlt: "Phone submission form", buttonIcon: ArrowRight }, { - title: "Receive a Cash Offer", description: "Get an immediate, no-obligation cash offer for your iPhone. Our prices are fair and competitive.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg?_wi=2", imageAlt: "Cash offer notification", buttonIcon: Check + title: "Receive a Cash Offer", description: "Get an immediate, no-obligation cash offer for your iPhone. Our prices are fair and competitive.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg", imageAlt: "Cash offer notification", buttonIcon: Check }, { - title: "Meet Locally in Tulsa", description: "Schedule a convenient meetup in Tulsa for same-day payment. We handle the inspection and you get paid on the spot.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg?_wi=3", imageAlt: "Local meetup transaction", buttonIcon: MapPin + title: "Meet Locally in Tulsa", description: "Schedule a convenient meetup in Tulsa for same-day payment. We handle the inspection and you get paid on the spot.", imageSrc: "http://img.b2bpic.net/free-photo/checking-phone_1098-18216.jpg", imageAlt: "Local meetup transaction", buttonIcon: MapPin } ]} />