// en/feed
export const feed = {
  for_you: 'For You',
  near_you: 'Near You',
  hot_deals: 'Hot Deals',
  group_deals: 'Group Deals',
  whats_left: "What's Left",
  see_all: 'See all →',
  empty_title: 'No deals right now',
  empty_desc: 'Check back later',
  admin_badge: 'Admin',
  pause_for_you: 'Pause scroll',
  play_for_you: 'Resume scroll',
  hot_deals_today: 'Today',
  hot_deals_7d: 'This Week',
  hot_deals_30d: 'This Month',
} as const;
