// Shared site data.
const PHONE_DISPLAY = '01934 442030';
const PHONE_TEL = 'tel:+441934442030';
const WHATSAPP_URL = 'https://wa.me/message/NDVJHCMIBWXVP1';

const SERVICES = [
  'Online Wills',
  'Home Visit Wills',
  'Family & Property Trusts',
  'Lifetime Trusts',
  'Lasting Power of Attorney',
  'Will Storage & Updates',
  'Probate',
];

Object.assign(window, { PHONE_DISPLAY, PHONE_TEL, WHATSAPP_URL, SERVICES });
