From 075884d72dc920486304ec864c647c0a0b0901c5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:34:33 +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 68dd82c..759eb53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { description="Next-generation automotive control systems designed to optimize performance, safety, and connectivity for modern fleets." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797621.jpg?_wi=1", imageAlt: "Dashboard Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg?_wi=1", imageAlt: "Cockpit Controls", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg?_wi=1", imageAlt: "Radar Visualization", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=1", imageAlt: "Telemetry", }, items: [ @@ -119,14 +119,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797621.jpg?_wi=2", imageAlt: "futuristic car dashboard interface", }, { 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", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=2", imageAlt: "Remote Hub", }, items: [ @@ -144,14 +144,14 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg?_wi=2", imageAlt: "car cockpit interior modern", }, { 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", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=3", imageAlt: "Predictive", }, items: [ @@ -169,7 +169,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg?_wi=2", imageAlt: "autonomous car interface display", }, ]} -- 2.49.1