From ae214070943db84e911f6d346f4c294ad453a8f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:42:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eba5089..d9d4b89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "aerospace", name: "Aerospace & Defense", price: "Certified Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", imageAlt: "CNC machined aerospace components" + id: "aerospace", name: "Aerospace & Defense", price: "Certified Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg?_wi=1", imageAlt: "CNC machined aerospace components" }, { id: "automotive", name: "Automotive Components", price: "High-Volume Production", imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg", imageAlt: "Precision lathe parts for automotive applications" @@ -120,7 +120,7 @@ export default function LandingPage() { id: "medical", name: "Medical Device Parts", price: "ISO 13485 Compliant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-worker-hard-hat-large-metalworking-plant_146671-19551.jpg", imageAlt: "Quality-controlled medical precision components" }, { - id: "industrial", name: "Industrial Machinery", price: "Custom Solutions", imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg", imageAlt: "Industrial machinery components manufactured with precision" + id: "industrial", name: "Industrial Machinery", price: "Custom Solutions", imageSrc: "http://img.b2bpic.net/free-photo/club-rack-hand-interior-background_1203-5751.jpg?_wi=2", imageAlt: "Industrial machinery components manufactured with precision" } ]} gridVariant="bento-grid" -- 2.49.1