import { FAQSectionProps } from '@/src/sections/faq';

export const faqSectionData: FAQSectionProps = {
  sectionHeading: {
    subtitle: 'Our faq',
    title: 'Frequently asked question',
  },
  faqItems: [
    {
      question: 'What does scitech do?',
      answer:
        'SCITECH is a leading provider of innovative technology solutions that empower businesses to achieve their goals and stay ahead of the curve.',
    },
    {
      question: 'Who are your typical clients?',
      answer:
        'SCITECH caters to a diverse clientele, serving businesses and organizations across various industries, including healthcare, finance, manufacturing, retail, technology, and government. Our typical clients seek innovative technology solutions to drive growth and efficiency. They value partners who can provide tailored solutions, demonstrate expertise, and are committed to delivering exceptional results. ',
    },
    {
      question: 'What is the process for beginning a project?',
      answer:
        'The process of starting a project typically involves defining the need or opportunity, outlining the scope and objectives, assembling a project team, and creating a comprehensive plan. This plan outlines tasks, timelines, resources, and potential risks. Effective project initiation sets the stage for successful execution and delivery of project goals. ',
    },
    {
      question: 'What if my project lies outside your team Skillset?',
      answer:
        'If your project requires expertise beyond our team’s current capabilities, we’re committed to finding the best solution. We may collaborate with external experts, invest in internal training, or refine the project scope to ensure a successful outcome. Our goal is to always deliver the highest quality results, even if it means exploring alternative approaches or partnerships. ',
    },
    {
      question: 'What makes scitech different from other technology companies?',
      answer:
        'SCITECH is committed to providing innovative and tailored solutions that address the unique needs of our clients. We pride ourselves on our expertise, quality, and dedication to customer satisfaction.',
    },
  ],
};
