From 7a514818f26f4081ea6f8576cafdb30b28d4d4c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:35:25 +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 ce1385e..d4ab108 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Telemetry", description: "Live data streaming for every vehicle in your fleet with millisecond latency.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Telemetry" }, + title: "Real-time Telemetry", description: "Live data streaming for every vehicle in your fleet with millisecond latency.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=1", imageAlt: "Telemetry" }, items: [ { icon: Zap, text: "Instant updates" }, { icon: Shield, text: "Secure data" }, @@ -73,7 +73,7 @@ export default function LandingPage() { reverse: false }, { - title: "Remote Access Hub", description: "Lock, unlock, and manage vehicle systems remotely from anywhere in the world.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Remote Hub" }, + title: "Remote Access Hub", description: "Lock, unlock, and manage vehicle systems remotely from anywhere in the world.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=2", imageAlt: "Remote Hub" }, items: [ { icon: Smartphone, text: "Mobile command" }, { icon: Lock, text: "Encrypted access" }, @@ -82,7 +82,7 @@ export default function LandingPage() { reverse: true }, { - title: "Predictive Maintenance", description: "AI models that anticipate repairs before they become critical failures.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Predictive" }, + title: "Predictive Maintenance", description: "AI models that anticipate repairs before they become critical failures.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=3", imageAlt: "Predictive" }, items: [ { icon: TrendingUp, text: "Analyze trends" }, { icon: Settings, text: "Auto-scheduling" }, -- 2.49.1