From eb67d9fefd4a3d2a12480680cd2a1935607d9fcd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 03:53:11 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 7995102..9cba1cc 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -46,7 +46,7 @@ export default function ProductsPage() { title="Steel for Real Work. Ready When You Are." description="Explore our comprehensive range of steel products, available for quick pickup or reliable delivery." products={[ - { id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Stacks of structural steel beams" }, + { id: "1", name: "Structural Steel", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=1", imageAlt: "Stacks of structural steel beams" }, { id: "2", name: "Plate & Sheet", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/close-up-texture-stainless-steel_1359-757.jpg", imageAlt: "Large stacks of steel plates and sheets" }, { id: "3", name: "Tubing & Pipe", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/steel-gate-technology-retractable-fence_1359-682.jpg", imageAlt: "Racks of steel tubing and pipes" }, { id: "4", name: "Rebar & Reinforcement", price: "Inquire", imageSrc: "https://img.b2bpic.net/free-photo/group-steel-rod-tight-by-chain-lift-up-construction-site_1150-10136.jpg", imageAlt: "Coils of rebar for reinforcement" }, @@ -68,8 +68,8 @@ export default function ProductsPage() { description="Every product we stock meets rigorous standards to ensure your project's success and safety." features={[ { title: "Certified Materials", description: "All our steel products are sourced from reputable mills and come with full certification.", imageSrc: "https://img.b2bpic.net/free-photo/custom-steel-fabrication-bulk-steel-order-industrial-metal-components-special-steel-shapes.jpg", imageAlt: "Certified steel materials" }, - { title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg", imageAlt: "Large steel inventory" }, - { title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg", imageAlt: "Expert staff providing consultation" } + { title: "Large Inventory", description: "Our extensive inventory means we have the products you need, when you need them.", imageSrc: "https://img.b2bpic.net/free-photo/metallic-structure-with-wooden-ceiling_250224-354.jpg?_wi=2", imageAlt: "Large steel inventory" }, + { title: "Expert Consultation", description: "Our knowledgeable team can help you select the right materials for your specific application.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg?_wi=4", imageAlt: "Expert staff providing consultation" } ]} textboxLayout="default" animationType="slide-up" @@ -102,7 +102,7 @@ export default function ProductsPage() {