From 7cea7d582f3c43ee0dc106eeabff4047f69109b9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:51:57 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d2db1a5..d14d7db 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" />