From f3eb991fe9d98e859326bd9408991d786075093b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 767ba7e..0763a1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() { description="Arrive is the first subscription-based rideshare platform that puts the power back in your hands. Keep 100% of your earnings, every single ride." buttons={[{ text: "Start Free Trial", href: "#pricing" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg", imageAlt: "Arrive Driver Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg", imageAlt: "Arrive Driver Dashboard Analytics" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg", imageAlt: "Earnings Overview" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg", imageAlt: "Real-time Profit Tracking" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg", imageAlt: "Subscription Management" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg?_wi=1", imageAlt: "Arrive Driver Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg?_wi=2", imageAlt: "Arrive Driver Dashboard Analytics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg?_wi=3", imageAlt: "Earnings Overview" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg?_wi=4", imageAlt: "Real-time Profit Tracking" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-steering-wheel-navigator-car-night_169016-51407.jpg?_wi=5", imageAlt: "Subscription Management" }, ]} mediaAnimation="slide-up" /> @@ -63,15 +63,15 @@ export default function LandingPage() { { title: "Keep 100% of Fares", description: "Forget hidden commission percentages. With a simple flat monthly subscription, every dollar you earn is yours to keep.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/recycle-sign-with-dollar-sign-green-black_78370-9145.jpg", imageAlt: "Earnings retention icon" }, - { imageSrc: "http://img.b2bpic.net/free-vector/recycle-sign-with-dollar-sign-green-black_78370-9145.jpg", imageAlt: "Secure payments" }, + { imageSrc: "http://img.b2bpic.net/free-vector/recycle-sign-with-dollar-sign-green-black_78370-9145.jpg?_wi=1", imageAlt: "Earnings retention icon" }, + { imageSrc: "http://img.b2bpic.net/free-vector/recycle-sign-with-dollar-sign-green-black_78370-9145.jpg?_wi=2", imageAlt: "Secure payments" }, ], }, { title: "Real-time Tracking", description: "Navigate smarter with our advanced driver dashboard, featuring precision routing and instant payment updates.", icon: Navigation, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg", imageAlt: "Tracking dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg", imageAlt: "Navigation UI" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg?_wi=1", imageAlt: "Tracking dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2149270100.jpg?_wi=2", imageAlt: "Navigation UI" }, ], }, ]} -- 2.49.1