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" },