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