From 1882fa8eef9f6cb882f62fce1d23fb47c9c7bec7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:59:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a82b182..7f44a97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,17 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Google Maps live tracking interface"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=1", imageAlt: "Google Maps live tracking interface"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Real-time location navigation"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=2", imageAlt: "Real-time location navigation"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Interactive mapping display"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=3", imageAlt: "Interactive mapping display"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Advanced GPS tracking"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=4", imageAlt: "Advanced GPS tracking"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Location services dashboard"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=5", imageAlt: "Location services dashboard"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg", imageAlt: "Navigation routing system"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-element-collection_23-2148361995.jpg?_wi=6", imageAlt: "Navigation routing system"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -89,22 +89,22 @@ export default function LandingPage() {