From 998fc13b63351051d4e52cf465c9687c6f2539b8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:01:21 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 18f379c..358c721 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,7 +25,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -46,27 +46,19 @@ export default function ContactPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Phone Support", - description: "Call us at +1 (800) 123-4567 for immediate assistance from our logistics experts.", - icon: Phone, + title: "Phone Support", description: "Call us at +1 (800) 123-4567 for immediate assistance from our logistics experts.", icon: Phone, }, { - title: "Email Support", - description: "Send your inquiries to support@logisticspro.com and receive a detailed response within 4 hours.", - icon: Mail, + title: "Email Support", description: "Send your inquiries to support@logisticspro.com and receive a detailed response within 4 hours.", icon: Mail, }, { - title: "24/7 Availability", - description: "Our customer support team is available around the clock to address urgent logistics needs.", - icon: Clock, + title: "24/7 Availability", description: "Our customer support team is available around the clock to address urgent logistics needs.", icon: Clock, }, { - title: "Regional Offices", - description: "Visit our offices in North America, Europe, and Asia for in-person consultations and support.", - icon: CheckCircle, + title: "Regional Offices", description: "Visit our offices in North America, Europe, and Asia for in-person consultations and support.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg" imageAlt="Customer support team" mediaAnimation="slide-up" imagePosition="right" @@ -86,20 +78,11 @@ export default function ContactPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "<2hr", - description: "Avg Response Time", - }, + id: "1", value: "<2hr", description: "Avg Response Time"}, { - id: "2", - value: "96%", - description: "First-Contact Resolution", - }, + id: "2", value: "96%", description: "First-Contact Resolution"}, { - id: "3", - value: "4.9/5", - description: "Satisfaction Rating", - }, + id: "3", value: "4.9/5", description: "Satisfaction Rating"}, ]} gridVariant="uniform-all-items-equal" animationType="scale-rotate"