From 0e8ff492923b32acbb41f3fa3b040e632a916695 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:00:08 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a2ec4da..58377ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -66,7 +66,7 @@ export default function ContactPage() { id: "2", title: "Direct Contact", description: "Speak directly with our business development team. Schedule a call to discuss partnership opportunities, training requirements, or specific product needs.", tag: "Phone", imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Direct phone and business consultation" }, { - id: "3", title: "Regional Offices", description: "Visit our offices across the United States, Europe, and other key markets. Our regional teams provide local expertise and personalized support.", tag: "Locations", imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg", imageAlt: "Global office locations and regional support" + id: "3", title: "Regional Offices", description: "Visit our offices across the United States, Europe, and other key markets. Our regional teams provide local expertise and personalized support.", tag: "Locations", imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=2", imageAlt: "Global office locations and regional support" } ]} animationType="slide-up" -- 2.49.1 From 6870111e1b452ea2379ddecf9ea65915978938d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:00:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 463900c..9d164f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function HomePage() { id: "2", title: "Superior Protection", description: "Engineered to withstand extreme industrial conditions. Long-lasting protection meets strict performance benchmarks for professional and industrial projects.", tag: "Durability", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Industrial surface protection testing and quality verification" }, { - id: "3", title: "In-House Manufacturing", description: "Complete manufacturing control ensures quality consistency. Every batch meets rigorous standards before leaving our facility for certified performance.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg", imageAlt: "Advanced manufacturing facility with precision equipment" + id: "3", title: "In-House Manufacturing", description: "Complete manufacturing control ensures quality consistency. Every batch meets rigorous standards before leaving our facility for certified performance.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=1", imageAlt: "Advanced manufacturing facility with precision equipment" } ]} animationType="slide-up" -- 2.49.1