// en/seo_pages
export const seo_pages = {
  home_title: 'Multideal - Discounted deals from local businesses',
  home_desc:
    'Marketplace of discounted deals from local businesses. Transparent, specific, no surprises.',
  home_name: 'Multideal',
  home_json_desc: 'Marketplace of discounted deals from local businesses',
  home_h1: 'Discounted deals from local businesses',
  purchases_title: 'My Purchases - Multideal',
  about_title: 'About Multideal | Multideal',
  about_desc: 'About Multideal - the discounted-deals platform supporting local businesses.',
  faq_title: 'FAQ | Multideal',
  faq_desc:
    'Answers to frequently asked questions about Multideal - purchases, voucher redemption, club and more.',
  contact_title: 'Contact Us | Multideal',
  contact_desc: 'Get in touch with the Multideal team - we are here to help.',
  stores_title: 'All Stores - Multideal',
  stores_desc: 'Discover local businesses with discounted deals',
  accessibility_title: 'Accessibility Statement | Multideal',
  accessibility_desc:
    'Multideal platform accessibility statement per IS 5568 standard and WCAG 2.1 AA guidelines.',
  whats_left_title: "What's Left | Multideal",
  whats_left_desc: "Deals running out of time or low on stock — don't miss out",
  deals_title: 'All Deals - Multideal',
  deals_desc: 'All Multideal deals — restaurants, coffee, desserts and more at discounted prices',
  deals_cat_desc: 'Best {cat} discounted deals from local businesses on Multideal.',
  deals_tag_desc: '{tag} deals – discounted prices on Multideal.',
  cart_title: 'Shopping Cart | Multideal',
  cart_desc: 'Review and manage your Multideal shopping cart.',
  login_title: 'Sign In - Multideal',
  profile_title: 'My Profile - Multideal',
  settings_title: 'Settings - Multideal',
  club_title: 'Clubs - Multideal',
  club_desc: 'All your Multideal clubs',
  favorites_title: 'My Favorite Vendors - Multideal',
  search_title: 'Search - Multideal',
  search_desc: 'Search discounted deals from local restaurants and cafes',
  not_found_title: 'Page Not Found | Multideal',
  not_found_heading: 'Page not found',
  not_found_body: 'The link may be incorrect or the page has been removed.',
  server_error_title: 'Server Error | Multideal',
  server_error_heading: 'Server error',
  server_error_body: 'Please try again in a few minutes.',
  back_to_home: 'Back to home',
  register_title: 'Sign Up - Multideal',
  wishlist_title: 'My Wishlist | Multideal',
  wishlist_desc: 'All the deals you saved on Multideal, in one place.',
  vendor_deal_drafts_title: 'Drafts - Multideal',
  vendor_settings_title: 'Vendor Settings - Multideal',
  offline_title: 'No Internet Connection | Multideal',
  offline_heading: 'No internet connection',
  offline_pill: 'Offline',
  offline_body: "You appear to be offline. Come back when you're connected.",
  maintenance_title: 'Maintenance | Multideal',
  maintenance_heading: 'We are down for a short maintenance',
  maintenance_body: 'Be back soon. Thank you for your patience.',
  verify_email_title: 'Email Verification - Multideal',
  settings_notifications_title: 'Notification Settings - Multideal',
  breadcrumb_home: 'Home',
  breadcrumb_accessibility: 'Accessibility',
  support_tickets_new_title: 'Open a Support Ticket',
  support_tickets_new_desc: 'Open a support ticket and we will get back to you shortly.',
  support_tickets_title: 'My Support Tickets',
  support_tickets_desc: 'All your support tickets with Multideal.',
  support_tickets_crosslink_text: 'For disputes about transactions, open a case',
  support_tickets_crosslink_cta: 'Open a case',
  support_tickets_skip_home: 'Home',
  support_tickets_skip_new: 'New ticket',
} as const;
