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={[ { 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", }, ]} 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", }, ]} />