Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user