// en/push_notifications
export const push_notifications = {
  permission_title: 'Push Notifications',
  permission_description: 'Allow us to send you notifications about new deals and updates.',
  allow: 'Allow',
  deny: 'Not now',
} as const;
