// en/footer
export const footer = {
  brand_name: 'Multideal',
  tagline: 'Not a big deal',
  col_customers: 'Customers',
  col_vendors: 'Businesses',
  col_company: 'Company',
  link_home: 'Home',
  link_search: 'Search',
  link_deals: 'Deals',
  link_stores: 'Stores',
  link_club: 'Club',
  link_vendor_register: 'Join as a Business',
  link_about: 'About',
  link_faq: 'FAQ',
  link_accessibility: 'Accessibility',
  link_privacy: 'Privacy Policy',
  link_terms: 'Terms of Service',
  link_contact: 'Contact',
  copyright: '© 2026 Multideal. All rights reserved.',
  toggle_section: 'Show / Hide',
  col_account: 'My Account',
  link_profile: 'Profile',
  link_wishlist: 'Wishlist',
  link_cases: 'My Cases',
  link_whats_left: "What's Left",
  link_support: 'Support',
  link_settings: 'Settings',
  link_tags: 'Tags',
  col_partners: 'Partners',
  link_affiliate_program: 'Affiliate Program',
  link_refer: 'Refer a Friend',
} as const;
