From 546c8827ebfab490f620d58e8673a404972ab153 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:50:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]} /> -- 2.49.1