From 8a446412206bd45f26e37f69f102f8d45fb71a80 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:58:15 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 787d1f7..b944fc7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Growth Milestones" description="Scaling production to support national infrastructure projects." - imageSrc="http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg?_wi=3" imageAlt="Large scale industrial growth" metrics={[ { -- 2.49.1 From 595e3563c353098c72aa6eb9bdb20fc5e0bca021 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:58:16 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f41cbe9..1dd8cc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg?_wi=1" imageAlt="Industrial steel supply warehouse" /> @@ -140,7 +140,7 @@ export default function LandingPage() { name: "John Doe", handle: "@construction_pro", testimonial: "OM STEEL has been our reliable partner for high-grade steel for years.", - imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg?_wi=2", imageAlt: "modern industrial steel warehouse", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { name: "Mark Wilson", handle: "@steel_works", testimonial: "Precision cutting and quality that exceeds standards.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-design_1122-448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-design_1122-448.jpg?_wi=1", imageAlt: "mild steel bars stack clean", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Sara Connor", handle: "@engineering_expert", testimonial: "Professional team with deep technical expertise in alloys.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-windows_181624-346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-windows_181624-346.jpg?_wi=1", imageAlt: "en8 steel rod industrial", }, ]} -- 2.49.1 From 0a8f456e93d9cbe15462d541a2560fab3bf6d58b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:58:16 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 5f5c1d4..e1b1a44 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -58,14 +58,14 @@ export default function LandingPage() { name: "Mild Steel (MS)", price: "Get Quote", variant: "All Sizes Available", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-design_1122-448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-building-design_1122-448.jpg?_wi=2", }, { id: "p2", name: "EN8 Steel", price: "Get Quote", variant: "High Grade Material", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-windows_181624-346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-seamless-pattern-windows_181624-346.jpg?_wi=2", }, { id: "p3", @@ -86,14 +86,14 @@ export default function LandingPage() { name: "Alloy Steel", price: "Get Quote", variant: "Standard & Custom", - imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg?_wi=4", }, { id: "p6", name: "Bright Bars", price: "Get Quote", variant: "Precision Finish", - imageSrc: "http://img.b2bpic.net/free-photo/construction-armature_1232-4384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-armature_1232-4384.jpg?_wi=1", }, ]} title="Our Product Range" @@ -114,13 +114,13 @@ export default function LandingPage() { id: "f1", name: "Special Alloy Plate", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-technology-part-threaded-gray_1127-2766.jpg?_wi=5", }, { id: "f2", name: "Bright Finish Shafting", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/construction-armature_1232-4384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-armature_1232-4384.jpg?_wi=2", }, ]} /> -- 2.49.1