From 39a47b29f81c716e81c927685e61934784e95628 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:49:54 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 65a4902..df622ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { handle: "Established Excellence", testimonial: "From a small workshop to a state-of-the-art manufacturing facility, we've grown by staying true to our commitment to precision and reliability.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg?_wi=1", imageAlt: "Manufacturing milestone", }, { @@ -108,7 +108,7 @@ export default function AboutPage() { handle: "Continuous Improvement", testimonial: "We invest constantly in new equipment and technologies to ensure our clients benefit from the latest advancements in moulding science.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-with-red-smartwatch-programming-hightech-machine-factory_73899-44015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-with-red-smartwatch-programming-hightech-machine-factory_73899-44015.jpg?_wi=1", imageAlt: "Innovation", }, { @@ -116,7 +116,7 @@ export default function AboutPage() { handle: "Quality Assurance", testimonial: "ISO 9001 certified processes and rigorous quality control ensure every component meets the highest international standards.", rating: 5, - 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", + 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?_wi=1", imageAlt: "Quality control", }, ]} @@ -139,14 +139,14 @@ export default function AboutPage() { id: "1", name: "Shahid Rehman", role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Shahid Rehman", }, { id: "2", name: "Dr. Farooq Ahmed", role: "Technical Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=2", imageAlt: "Dr. Farooq Ahmed", }, { @@ -160,7 +160,7 @@ export default function AboutPage() { id: "4", name: "Hassan Ali", role: "Quality Assurance Lead", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=3", imageAlt: "Hassan Ali", }, ]} -- 2.49.1 From 8ee18ae04abff677b8b2a5d9bb00c4581ec8de28 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:49:56 +0000 Subject: [PATCH 2/5] Update src/app/capabilities/page.tsx --- src/app/capabilities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/capabilities/page.tsx b/src/app/capabilities/page.tsx index 6498e2b..58206d7 100644 --- a/src/app/capabilities/page.tsx +++ b/src/app/capabilities/page.tsx @@ -83,7 +83,7 @@ export default function CapabilitiesPage() { tagIcon={Cog} tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-photo/closeup-hand-with-red-smartwatch-programming-hightech-machine-factory_73899-44015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-hand-with-red-smartwatch-programming-hightech-machine-factory_73899-44015.jpg?_wi=2" imageAlt="Advanced injection moulding machinery and control systems" mediaAnimation="slide-up" useInvertedBackground={false} @@ -93,7 +93,7 @@ export default function CapabilitiesPage() { handle: "50-1000 Ton Range", testimonial: "From micro-components to large structural parts, our machines span 50 to 1000 tons of clamping force.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=3", imageAlt: "Machine capacity", }, { @@ -117,7 +117,7 @@ export default function CapabilitiesPage() { handle: "ISO 9001 & Beyond", testimonial: "Comprehensive quality control from material inspection through final packaging. Traceability and documentation for every component.", rating: 5, - 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", + 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?_wi=3", imageAlt: "Quality systems", }, ]} -- 2.49.1 From cfa496d3ecc3c84d0bba2dd4b9a406e90c237ce2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:49:59 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9a54af2..e903aa8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,7 +83,7 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ variant: "downward-rays-static-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=1" imageAlt="Professional communication and collaboration" mediaAnimation="slide-up" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function ContactPage() { handle: "Senior Engineers", testimonial: "Direct communication with our engineering and operations teams ensures your project receives appropriate attention.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg?_wi=2", imageAlt: "Direct access", }, ]} -- 2.49.1 From df7846eceb1ad7d9817e85baebd5344cf4590b60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:50:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b120997..3ecff8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function HomePage() { tagIcon={Zap} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg" + imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=1" imageAlt="Advanced plastic injection moulding factory equipment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -95,7 +95,7 @@ export default function HomePage() { handle: "Director, Khan Manufacturing", testimonial: "Rehman Industries delivered our custom parts with exceptional precision. Their expertise in materials and turnaround time exceeded our expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Khan portrait", }, { @@ -103,7 +103,7 @@ export default function HomePage() { handle: "Engineering Lead, Nordic Tech", testimonial: "Working with Rehman Industries has been transformative for our production pipeline. Their ISO-certified processes ensure consistent quality every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg?_wi=1", imageAlt: "Sofia Bergström portrait", }, { @@ -111,7 +111,7 @@ export default function HomePage() { handle: "CEO, Precision Components Inc", testimonial: "The team at Rehman Industries understands industrial moulding at the highest level. They've been instrumental in our growth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson portrait", }, { @@ -155,14 +155,14 @@ export default function HomePage() { id: 1, title: "Custom Moulding", description: "Bespoke plastic components engineered to your exact specifications. From single prototypes to full-scale production runs.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=1", imageAlt: "Custom plastic moulding", }, { id: 2, title: "Rapid Prototyping", description: "Fast-track your product development. We deliver functional prototypes in days, not weeks.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg?_wi=1", imageAlt: "Rapid prototyping service", }, { -- 2.49.1 From c26043288fae110c068b03227e39341ac8b4dc46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:50:01 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8951906..db0ebed 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -83,7 +83,7 @@ export default function ServicesPage() { tagIcon={Briefcase} tagAnimation="slide-up" background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg" + imageSrc="http://img.b2bpic.net/free-photo/machines-industrial-building_140725-7605.jpg?_wi=2" imageAlt="Plastic injection moulding equipment and finished parts" mediaAnimation="slide-up" useInvertedBackground={false} @@ -93,7 +93,7 @@ export default function ServicesPage() { handle: "Bespoke Solutions", testimonial: "From automotive clips to medical device housings, we deliver custom plastic components engineered to your exact specifications.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=2", imageAlt: "Custom moulding service", }, { @@ -109,7 +109,7 @@ export default function ServicesPage() { handle: "Scalable Manufacturing", testimonial: "Efficient production runs from thousands to millions of units. Consistent quality maintained throughout high-volume manufacturing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-male-worker-orange-protective-helmet_645730-108.jpg?_wi=2", imageAlt: "High-volume production", }, { @@ -117,7 +117,7 @@ export default function ServicesPage() { handle: "Advanced Polymers", testimonial: "Work with ABS, polycarbonate, nylon, acetal, and specialized engineering polymers. We guide you to the optimal material for your application.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=3", imageAlt: "Material expertise", }, ]} @@ -138,28 +138,28 @@ export default function ServicesPage() { id: 1, title: "Custom Plastic Moulding", description: "We handle volumes from single prototypes to high-production runs. Our engineers work with you from design optimization through final delivery. Capabilities include 2-plate and multi-cavity moulds with hot runner systems.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=4", imageAlt: "Custom moulding", }, { id: 2, title: "Prototyping & Design Support", description: "Reduce development cycles with rapid prototyping. Our design team can suggest material and process improvements to optimize manufacturability and reduce costs.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-engineer-architects-working-modern-cad-program_482257-19170.jpg?_wi=2", imageAlt: "Design support", }, { id: 3, title: "Advanced Materials", description: "Beyond standard plastics. We work with premium polymers for automotive, medical, aerospace, and specialized applications. Rigorous material testing ensures compliance.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg?_wi=5", imageAlt: "Advanced materials", }, { id: 4, title: "Quality & Assembly", description: "ISO 9001 certified processes with in-house quality control. Additional assembly, painting, labeling, and packaging services available to deliver complete solutions.", - 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", + 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?_wi=2", imageAlt: "Quality control", }, ]} -- 2.49.1