From 5daa0177209c5e6cbd82d4615fa3893078f5b828 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:44 +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 5979965..bcfa176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Superior Durability", description: "Engineered for longevity with exceptional tensile strength, impact resistance, and temperature stability across demanding industrial applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894571.jpg", imageAlt: "Durable plastic materials" + title: "Superior Durability", description: "Engineered for longevity with exceptional tensile strength, impact resistance, and temperature stability across demanding industrial applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894571.jpg?_wi=1", imageAlt: "Durable plastic materials" }, { id: 2, - title: "Versatile Applications", description: "From automotive components to medical devices, our materials adapt to diverse industries with consistent performance and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894571.jpg", imageAlt: "Versatile plastic applications" + title: "Versatile Applications", description: "From automotive components to medical devices, our materials adapt to diverse industries with consistent performance and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894571.jpg?_wi=2", imageAlt: "Versatile plastic applications" }, { id: 3, -- 2.49.1