From 47534dc236aeb69edb6a6e09c9b205025c75e305 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 15:08:54 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2087229..2619c9d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -22,7 +22,7 @@ export default function HomePage() { secondaryButton={{ text: "View Products", href: "#products"}} leftItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-researcher-working-with-magnifier_23-2148925543.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408314.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/bicycle-gears-floor_1170-2507.jpg" }, @@ -65,7 +65,7 @@ export default function HomePage() { }, { title: "Production Control", description: "Precision management of manufacturing streams.", bentoComponent: "media-stack", mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-car-engine-components_482257-76512.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408301.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728863.jpg" }, ] -- 2.49.1