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