From 0678df0f49e5d001328e576cee28e7ee3a87837f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:08 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 80ad90b..d66d71c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { description: "Always available assistance", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=6" mediaAnimation="slide-up" /> @@ -98,25 +98,25 @@ export default function LandingPage() { id: "t1", name: "Mark Steele", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=1", }, { id: "t2", name: "Sarah Iron", role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=2", }, { id: "t3", name: "James Forge", role: "COO", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=3", }, { id: "t4", name: "Elena Beam", role: "CFO", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg?_wi=4", }, ]} title="Leadership Team" -- 2.49.1 From f8267a07b618caf8751268f687286f672ef4dd78 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:08 +0000 Subject: [PATCH 2/5] Update src/app/industries/page.tsx --- src/app/industries/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/industries/page.tsx b/src/app/industries/page.tsx index 5475ff7..08c0675 100644 --- a/src/app/industries/page.tsx +++ b/src/app/industries/page.tsx @@ -65,32 +65,32 @@ export default function LandingPage() { { title: "Construction", description: "High-grade structural steel solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=15", }, { title: "Automotive", description: "Precision sheets and components.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=16", }, { title: "Oil & Gas", description: "High-pressure piping and tubes.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=17", }, { title: "Shipbuilding", description: "Corrosion-resistant heavy-duty steel.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=18", }, { title: "Infrastructure", description: "Massive scale structural supply.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=19", }, { title: "Energy", description: "Renewable and traditional power grid steel.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=20", }, ]} title="Industries We Serve" @@ -108,12 +108,12 @@ export default function LandingPage() { { title: "Energy Storage", description: "Steel for high-capacity housing units.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=21", }, { title: "Maritime Defense", description: "Marine-grade steel for defense applications.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=22", }, ]} /> -- 2.49.1 From 29e5ccd27ec42ac1835d06526dc4983c42cbc11f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:08 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7e89aa..09f89ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,23 +80,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg?_wi=1", imageAlt: "Steel plant manufacturing facility", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg?_wi=2", imageAlt: "Molten metal processes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg?_wi=3", imageAlt: "Structural steel beams", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg?_wi=4", imageAlt: "Automotive steel sheets", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-metallic-grid-texture-with-diamond-mesh_84443-72998.jpg?_wi=5", imageAlt: "Construction steel pipes", }, ]} @@ -176,35 +176,35 @@ export default function LandingPage() { name: "HR Coils", price: "Custom", variant: "Flat Steel", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=1", }, { id: "p2", name: "Structural Beams", price: "Custom", variant: "Long Products", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=2", }, { id: "p3", name: "Steel Pipes & Tubes", price: "Custom", variant: "Tubular", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=3", }, { id: "p4", name: "Stainless Sheets", price: "Custom", variant: "Specialty", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=4", }, { id: "p5", name: "Wire Rods", price: "Custom", variant: "Long Products", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=5", }, ]} title="Industrial Product Range" @@ -233,7 +233,7 @@ export default function LandingPage() { handle: "@builder", testimonial: "Unmatched quality and delivery timelines.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=1", }, { id: "2", @@ -241,7 +241,7 @@ export default function LandingPage() { handle: "@infra", testimonial: "Ironcore is our go-to for all structural needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=2", }, { id: "3", @@ -249,7 +249,7 @@ export default function LandingPage() { handle: "@mech", testimonial: "Professional, reliable, and technically superior.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=3", }, { id: "4", @@ -257,7 +257,7 @@ export default function LandingPage() { handle: "@arch", testimonial: "Consistent performance in every delivery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=4", }, { id: "5", @@ -265,7 +265,7 @@ export default function LandingPage() { handle: "@const", testimonial: "Best in the business for large scale projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg?_wi=5", }, ]} /> -- 2.49.1 From 1c089aa2fe861fd2d959ffeb160c57382af619f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:09 +0000 Subject: [PATCH 4/5] Update src/app/products/page.tsx --- src/app/products/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 622ec53..240d59b 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -70,42 +70,42 @@ export default function LandingPage() { name: "HR Coils", price: "Available", variant: "Coils", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=7", }, { id: "p2", name: "CR Sheets", price: "Available", variant: "Sheets", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=8", }, { id: "p3", name: "Structural Beams", price: "Available", variant: "Structural", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=9", }, { id: "p4", name: "Steel Bars", price: "Available", variant: "Long", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=10", }, { id: "p5", name: "Pipes & Tubes", price: "Available", variant: "Tubular", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=11", }, { id: "p6", name: "Stainless Sheets", price: "Available", variant: "Specialty", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=12", }, ]} title="Our Full Catalog" @@ -126,13 +126,13 @@ export default function LandingPage() { id: "p1", name: "Custom Rebar", price: "Request", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=13", }, { id: "p2", name: "Galvanized Plate", price: "Request", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=14", }, ]} /> -- 2.49.1 From 8579bb8a58c37b648d035d1d9ac6b0a4dfd2cc89 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:17:09 +0000 Subject: [PATCH 5/5] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 622b0ee..4a60f6d 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { category: "Construction", title: "City Bridge Project", excerpt: "10k tons supplied.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=23", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2023", @@ -80,7 +80,7 @@ export default function LandingPage() { category: "Energy", title: "Wind Farm Support", excerpt: "Sustainable infrastructure.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=24", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2023", @@ -90,7 +90,7 @@ export default function LandingPage() { category: "Oil & Gas", title: "Pipeline Project", excerpt: "Global supply chain.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=25", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2024", @@ -100,7 +100,7 @@ export default function LandingPage() { category: "Shipbuilding", title: "Cargoship Hull", excerpt: "Reinforced steel plates.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=26", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2024", @@ -110,7 +110,7 @@ export default function LandingPage() { category: "Infrastructure", title: "Railway Terminus", excerpt: "Long product supply.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=27", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2024", @@ -120,7 +120,7 @@ export default function LandingPage() { category: "Automotive", title: "EV Factory", excerpt: "Precision steel sheets.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=28", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2024", @@ -142,7 +142,7 @@ export default function LandingPage() { category: "Construction", title: "Mega Tower Phase 1", excerpt: "Foundational steel supply.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=29", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2025", @@ -152,7 +152,7 @@ export default function LandingPage() { category: "Green Energy", title: "Offshore Wind Platform", excerpt: "Heavy-duty corrosion proof steel.", - imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg?_wi=30", authorName: "Ironcore", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg", date: "2025", -- 2.49.1