Update src/app/contact/page.tsx
This commit is contained in:
@@ -18,41 +18,21 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Explore Our Collection",
|
||||
href: "/products",
|
||||
};
|
||||
text: "Explore Our Collection", href: "/products"};
|
||||
|
||||
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?_wi=2",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Maria Garcia",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=5",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
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"},
|
||||
];
|
||||
|
||||
const kpiItems = [
|
||||
const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [
|
||||
{ value: "99.2%", label: "On-Time Delivery Rate" },
|
||||
{ value: "4.9/5", label: "Average Client Rating" },
|
||||
{ value: "18+", label: "Years Average Partnership" },
|
||||
@@ -87,12 +67,13 @@ export default function ContactPage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg"
|
||||
imageAlt="Modern industrial facility"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Request Information"
|
||||
termsText="We respect your privacy. We'll respond within 24 business hours with tailored procurement solutions."
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user