Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 18:44:31 +00:00
parent 9cd9e2ba22
commit d29330eee3

View File

@@ -45,7 +45,7 @@ export default function ContactPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-comprehensive-observability-dashboard--1772476873122-3a58bffd.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-comprehensive-observability-dashboard--1772476873122-3a58bffd.png"
imageAlt="SecurityCore Support Team"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -58,41 +58,23 @@ export default function ContactPage() {
sideDescription="Find answers to common questions or reach out to our team directly for assistance."
faqs={[
{
id: "1",
title: "What's the best way to contact you?",
content:
"You can reach us via email at hello@securitycore.io or call (555) 0123-456. For urgent security concerns, contact our 24/7 emergency support line.",
},
id: "1", title: "What's the best way to contact you?", content:
"You can reach us via email at hello@securitycore.io or call (555) 0123-456. For urgent security concerns, contact our 24/7 emergency support line."},
{
id: "2",
title: "How long does it take to get a response?",
content:
"We aim to respond to all inquiries within 24 hours on business days. Premium support customers receive responses within 4 hours.",
},
id: "2", title: "How long does it take to get a response?", content:
"We aim to respond to all inquiries within 24 hours on business days. Premium support customers receive responses within 4 hours."},
{
id: "3",
title: "Do you offer onboarding support?",
content:
"Yes. All customers receive personalized onboarding support. Our team will guide you through setup, integration, and best practices.",
},
id: "3", title: "Do you offer onboarding support?", content:
"Yes. All customers receive personalized onboarding support. Our team will guide you through setup, integration, and best practices."},
{
id: "4",
title: "Can you help with migration?",
content:
"Absolutely. We offer migration assistance for all customers switching from competing platforms. Our team handles the technical details.",
},
id: "4", title: "Can you help with migration?", content:
"Absolutely. We offer migration assistance for all customers switching from competing platforms. Our team handles the technical details."},
{
id: "5",
title: "Do you have technical documentation?",
content:
"Yes. Comprehensive documentation, API references, and integration guides are available in our developer portal at docs.securitycore.io.",
},
id: "5", title: "Do you have technical documentation?", content:
"Yes. Comprehensive documentation, API references, and integration guides are available in our developer portal at docs.securitycore.io."},
{
id: "6",
title: "What about custom integrations?",
content:
"We support integrations with most major platforms. For custom integrations, contact our engineering team to discuss options.",
},
id: "6", title: "What about custom integrations?", content:
"We support integrations with most major platforms. For custom integrations, contact our engineering team to discuss options."},
]}
faqsAnimation="slide-up"
textPosition="left"