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: [],
  },
  {
    id: "collapseSix",
    question: "6. How long does it take to build a SaaS product?",
    answer:
      "The timeline depends on your product scope, feature complexity, and integrations. A focused MVP usually takes 8-14 weeks, while a full-scale SaaS platform can take several months. We define milestones early, deliver in agile sprints, and keep you updated throughout the process.",
    features: [],
  },
  {
    id: "collapseSeven",
    question: "7. Do you provide MVP development for startups?",
    answer:
      "Yes. We help startups validate ideas quickly by building lean, scalable MVPs with core features first. This approach reduces initial cost, shortens time-to-market, and gives you real user feedback before investing in advanced functionality.",
    features: [],
  },
  {
    id: "collapseEight",
    question: "8. Can you redesign and modernize an existing SaaS application?",
    answer:
      "Absolutely. We can audit your current product, improve UX/UI, refactor outdated code, optimize performance, and implement modern architecture patterns. Our goal is to enhance usability and maintainability without disrupting your active users.",
    features: [],
  },
  {
    id: "collapseNine",
    question: "9. What technologies do you use for SaaS development?",
    answer:
      "We select technologies based on your product goals, scalability needs, and budget. Our stack commonly includes modern frontend frameworks, robust backend services, cloud infrastructure, secure databases, and DevOps pipelines to support reliable SaaS delivery.",
    features: [],
  },
  {
    id: "collapseTen",
    question: "10. Do you offer post-launch maintenance and support?",
    answer:
      "Yes, we provide ongoing post-launch support that includes monitoring, bug fixes, performance optimization, feature enhancements, and security updates. We can work as your long-term technology partner to help your SaaS product grow sustainably.",
    features: [],
  },
];
