export interface FAQ {
  id: string;
  question: string;
  answer: string;
  features: string[];
}

export const faqData: FAQ[] = [
  {
    id: "collapseOne",
    question: "1. What services does your SaaS startup agency provide?",
    answer:
      "We offer end-to-end SaaS development services including UI/UX design, product strategy, frontend & backend development, cloud deployment, API integration, and post-launch support.",
    features: [
      "Full-Cycle Development",
      "Custom-Built Solutions",
      "AI & Automation Integration",
      "User-Centric Design",
      "Third-Party Integrations",
      "Agile Development Process",
    ],
  },
  {
    id: "collapseTwo",
    question: "2. Do you build custom SaaS platforms from scratch?",
    answer:
      "Yes. We specialize in developing fully customized SaaS platforms tailored to your business needs. From initial planning and UI/UX design to backend architecture, cloud deployment, and ongoing support, we handle the entire process to deliver a scalable and reliable solution.",
    features: [],
  },
  {
    id: "collapseThree",
    question:
      "3. Can you work with our existing development team or product?",
    answer:
      "Yes, we can integrate smoothly with your existing development team or product. Whether you need extra hands to accelerate delivery, specialized skills for complex features, or a partner to maintain and scale your current solution, we adapt to your workflows and ensure seamless collaboration.",
    features: [],
  },
  {
    id: "collapseFour",
    question: "4. How do you ensure data security and compliance?",
    answer:
      "Data security and compliance are at the core of our development process. We apply strong encryption protocols, role-based access control, and continuous monitoring to safeguard sensitive information. In addition, we conduct regular security audits and vulnerability assessments. Our team designs solutions that align with global standards such as GDPR, HIPAA, PCI-DSS, and SOC 2 to ensure legal and regulatory compliance tailored to your industry.",
    features: [],
  },
  {
    id: "collapseFive",
    question: "5. What industries do you work with?",
    answer:
      "Our team has experience delivering solutions across diverse industries, including SaaS & technology, healthcare, finance & fintech, retail & eCommerce, education & eLearning, logistics, and professional services. Whether you&apos;re a startup looking to launch a product or an established enterprise aiming to scale, we adapt our expertise to your specific market and compliance requirements.",
    features: [],
  },
];
