Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 20:20:12 +00:00
parent bf05a2d652
commit b13da573e4

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function ContactPage() {
<ContactText
text="Get in touch with our aviation experts. We're ready to discuss your maintenance, sales, or aircraft transaction needs."
animationType="reveal-blur"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Email Us", href: "mailto:info@aeroventure.com" },
@@ -66,35 +66,17 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "1",
title: "What is a maintenance slot and how does it work?",
content: "A maintenance slot is a reserved time period at a maintenance facility for aircraft servicing. Our platform connects aircraft operators needing maintenance with available capacity at MROs and maintenance providers worldwide. We handle scheduling, documentation, and coordination.",
},
id: "1", title: "What is a maintenance slot and how does it work?", content: "A maintenance slot is a reserved time period at a maintenance facility for aircraft servicing. Our platform connects aircraft operators needing maintenance with available capacity at MROs and maintenance providers worldwide. We handle scheduling, documentation, and coordination."},
{
id: "2",
title: "How quickly can you provide an outsourced sales team?",
content: "Our team deployment is typically 2-4 weeks depending on your specific requirements and market conditions. We customize team composition based on your target market, product offerings, and sales objectives.",
},
id: "2", title: "How quickly can you provide an outsourced sales team?", content: "Our team deployment is typically 2-4 weeks depending on your specific requirements and market conditions. We customize team composition based on your target market, product offerings, and sales objectives."},
{
id: "3",
title: "What aircraft types are available in your inventory?",
content: "We provide access to narrow-body, wide-body, and regional aircraft from major manufacturers including Boeing, Airbus, Embraer, Bombardier, and ATR. All aircraft are pre-screened and certified.",
},
id: "3", title: "What aircraft types are available in your inventory?", content: "We provide access to narrow-body, wide-body, and regional aircraft from major manufacturers including Boeing, Airbus, Embraer, Bombardier, and ATR. All aircraft are pre-screened and certified."},
{
id: "4",
title: "What support do you provide throughout the aircraft sales process?",
content: "We provide end-to-end support including market analysis, due diligence coordination, technical inspections, financing connections, legal documentation, and post-sale support. Your dedicated account manager oversees every step.",
},
id: "4", title: "What support do you provide throughout the aircraft sales process?", content: "We provide end-to-end support including market analysis, due diligence coordination, technical inspections, financing connections, legal documentation, and post-sale support. Your dedicated account manager oversees every step."},
{
id: "5",
title: "How do you ensure quality in your maintenance slot network?",
content: "All partner MROs and maintenance facilities are certified, insured, and regularly audited. We maintain strict quality standards and provide performance monitoring to ensure consistent service delivery.",
},
id: "5", title: "How do you ensure quality in your maintenance slot network?", content: "All partner MROs and maintenance facilities are certified, insured, and regularly audited. We maintain strict quality standards and provide performance monitoring to ensure consistent service delivery."},
{
id: "6",
title: "Is there a minimum transaction size or volume commitment?",
content: "We work with clients of all sizes, from single aircraft operators to large fleet managers. Services are customized and scalable to your needs without mandatory minimums.",
},
id: "6", title: "Is there a minimum transaction size or volume commitment?", content: "We work with clients of all sizes, from single aircraft operators to large fleet managers. Services are customized and scalable to your needs without mandatory minimums."},
]}
showCard={true}
/>