Update src/app/faq/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function FaqPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -29,8 +28,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -39,8 +37,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -57,7 +54,7 @@ export default function FaqPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,43 +73,25 @@ export default function FaqPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is my data secure with SponsorDesk?",
|
||||
content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit.",
|
||||
},
|
||||
id: "1", title: "Is my data secure with SponsorDesk?", content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do automated reminders work?",
|
||||
content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines.",
|
||||
},
|
||||
id: "2", title: "How do automated reminders work?", content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate with my existing HR system?",
|
||||
content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements.",
|
||||
},
|
||||
id: "3", title: "Can I integrate with my existing HR system?", content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What support does your team provide?",
|
||||
content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team.",
|
||||
},
|
||||
id: "4", title: "What support does your team provide?", content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How quickly can we get started?",
|
||||
content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days.",
|
||||
},
|
||||
id: "5", title: "How quickly can we get started?", content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you support bilingual documents?",
|
||||
content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages.",
|
||||
},
|
||||
id: "6", title: "Do you support bilingual documents?", content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png"
|
||||
imageAlt="FAQ Support Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
@@ -134,24 +113,19 @@ export default function FaqPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/signup",
|
||||
},
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "floatingGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
Reference in New Issue
Block a user