From 41f4b06685b5695e05c4d1194d90edf506d812fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:10 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d14d7db..bee1258 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,13 +23,13 @@ export default function ContactPage() { const testimonialItems = [ { id: "1", name: "Ahmed Hassan", role: "Chief Procurement Officer", company: "Middle East Trading Corporation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ahmed Hassan"}, { id: "2", name: "Maria Garcia", role: "International Buyer", company: "European Distribution Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Maria Garcia"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=4", imageAlt: "Maria Garcia"}, { id: "3", name: "David Chen", role: "Supply Chain Manager", company: "Asia-Pacific Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=5", imageAlt: "David Chen"}, ]; const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ @@ -67,7 +67,7 @@ export default function ContactPage() { tagIcon={Mail} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=2" imageAlt="Modern industrial facility" mediaPosition="right" inputPlaceholder="Enter your business email" From 51d799c0521662c4a4f1b3fe14a89f39b0479e7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:11 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d629559..83b97f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,9 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", imageAlt: "Premium cutlery collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear production"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=1", imageAlt: "Industrial footwear production"}, { - imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Industrial salt products"}, + imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=1", imageAlt: "Industrial salt products"}, { imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", imageAlt: "Precision manufactured parts"}, { @@ -46,11 +46,11 @@ export default function HomePage() { const productItems = [ { - id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", imageAlt: "Premium cutlery collection"}, + id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=1", imageAlt: "Premium cutlery collection"}, { - id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear range"}, + id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=2", imageAlt: "Industrial footwear range"}, { - id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Specialty salt products"}, + id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=2", imageAlt: "Specialty salt products"}, ]; const metricItems = [ @@ -63,16 +63,16 @@ export default function HomePage() { const testimonialItems = [ { id: "1", name: "Ahmed Hassan", role: "Chief Procurement Officer", company: "Middle East Trading Corporation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Hassan"}, { id: "2", name: "Maria Garcia", role: "International Buyer", company: "European Distribution Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Maria Garcia"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1", imageAlt: "Maria Garcia"}, { id: "3", name: "David Chen", role: "Supply Chain Manager", company: "Asia-Pacific Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2", imageAlt: "David Chen"}, { id: "4", name: "Sophia Kowalski", role: "Export Compliance Manager", company: "Global Trade Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Sophia Kowalski"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=3", imageAlt: "Sophia Kowalski"}, ]; const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ @@ -195,7 +195,7 @@ export default function HomePage() { tagIcon={Mail} background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=1" imageAlt="Modern industrial facility" mediaPosition="right" inputPlaceholder="Enter your business email" From 268c75c827aeab109ed61c321d0ca726e0f9b6a0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:53:12 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0b9bb06..4a6cbbb 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -23,11 +23,11 @@ export default function ProductsPage() { const productItems = [ { - id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", imageAlt: "Premium cutlery collection"}, + id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=2", imageAlt: "Premium cutlery collection"}, { - id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear range"}, + id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=3", imageAlt: "Industrial footwear range"}, { - id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Specialty salt products"}, + id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=3", imageAlt: "Specialty salt products"}, ]; const performanceMetrics = [