Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 08:49:40 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ export default function ContactPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Ahmed Hassan",
},
{
@@ -38,7 +38,7 @@ export default function ContactPage() {
role: "International Buyer",
company: "European Distribution Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=4",
imageAlt: "Maria Garcia",
},
{
@@ -47,7 +47,7 @@ export default function ContactPage() {
role: "Supply Chain Manager",
company: "Asia-Pacific Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=5",
imageAlt: "David Chen",
},
];
@@ -87,7 +87,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"

View File

@@ -33,11 +33,11 @@ export default function HomePage() {
imageAlt: "Premium cutlery collection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg",
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",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=1",
imageAlt: "Industrial salt products",
},
{
@@ -61,21 +61,21 @@ export default function HomePage() {
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=2",
imageAlt: "Specialty salt products",
},
];
@@ -94,7 +94,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Ahmed Hassan",
},
{
@@ -103,7 +103,7 @@ export default function HomePage() {
role: "International Buyer",
company: "European Distribution Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1",
imageAlt: "Maria Garcia",
},
{
@@ -112,7 +112,7 @@ export default function HomePage() {
role: "Supply Chain Manager",
company: "Asia-Pacific Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2",
imageAlt: "David Chen",
},
{
@@ -121,7 +121,7 @@ export default function HomePage() {
role: "Export Compliance Manager",
company: "Global Trade Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=3",
imageAlt: "Sophia Kowalski",
},
];
@@ -262,7 +262,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"

View File

@@ -28,21 +28,21 @@ export default function ProductsPage() {
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=3",
imageAlt: "Specialty salt products",
},
];