import type { FAQ } from '~~/shared/types' export const homeFAQs: FAQ[] = [ { questionKey: 'faq.homeFaq.delivery.question', answerKey: 'faq.homeFaq.delivery.answer', featuresKey: 'faq.homeFaq.delivery.features', }, { questionKey: 'faq.homeFaq.maintenance.question', answerKey: 'faq.homeFaq.maintenance.answer', featuresKey: 'faq.homeFaq.maintenance.features', }, { questionKey: 'faq.homeFaq.companies.question', answerKey: 'faq.homeFaq.companies.answer', featuresKey: 'faq.homeFaq.companies.features', }, ]