// en/faq
export const faq = {
  title: 'Frequently Asked Questions',
  subtitle:
    'Everything you need to know about buying, redeeming, and saving with Multideal — answered in one place',
  search_placeholder: 'Search a question...',
  no_results: 'No results found',
  schema_q1: 'How do I redeem a Multideal deal?',
  schema_a1: 'After purchasing, you will receive a QR code by email and in the app. Show it to the business to redeem.',
  schema_q2: 'How much does Multideal cost?',
  schema_a2: 'Multideal is completely free for buyers. You only pay for the deals you purchase.',
  schema_q3: 'What do I do if a deal did not meet expectations?',
  schema_a3: 'You can open a support case through My Purchases and the business will respond within 48 hours.',
} as const;
