{
  "default-store": {
    "title": "Default Store",
    "subtitle": "Add default store",
    "subtitleChange": "Change default store",
    "searchField": {
      "id": "postcode",
      "label": "Search by postcode/town name",
      "placeholder": "Postcode / city",
      "iconSearch": "fas fa-search",
      "iconLocation": "fas fa-crosshairs",
      "iconError": "fas fa-exclamation-triangle",
      "iconCross": "far fa-times fa-lg",
      "error": "Check that you’ve entered a valid postcode or place name"
    },
    "unavailable": {
      "title": "You have no default store",
      "icon": "fas fa-warehouse"
    },
    "breadcrumbs": [
      {
        "url": "/",
        "text": "Home"
      },
      {
        "url": "/page_my-account.html",
        "text": "My Account"
      },
      {
        "url": "/page_default-store-page.html",
        "text": "Default Store"
      }
    ],
    "menu": [
      {
        "icon": "fas fa-user",
        "title": "My Account",
        "link": "./page_my-account.html"
      },
      {
        "icon": "fas fa-box-open",
        "link": "./page_my-account_order-history.html",
        "title": "My Orders",
        "description": "View and manage your orders."
      },
      {
        "icon": "fas fa-address-card",
        "link": "./page_my-account_personal-details.html",
        "title": "Personal Details",
        "description": "View and update your Personal Details."
      },
      {
        "icon": "fas fa-book",
        "link": "./page_my-account_address-book.html",
        "title": "Address Book",
        "description": "Manage your delivery addresses."
      },
      {
        "icon": "fas fa-sliders-h",
        "link": "./page_marketing-preferences.html",
        "title": "Marketing Preferences",
        "description": "Manage  how you would like to receive the latest offers and deals."
      },
      {
        "icon": "fas fa-list",
        "link": "./page_my-shopping-list.html",
        "title": "Project Lists",
        "description": "Save products to your project lists."
      },
      {
        "icon": "fas fa-warehouse",
        "link": "./page_default-store-page.html",
        "title": "Default Store",
        "description": "Set your default store."
      }
    ],
    "currentStore": {
      "id": 1,
      "name": "Blackheath",
      "phone": "01869 356200",
      "address": "271 Winchester Road, Southampton, Hampshire, SO16 6TP",
      "facilities": [
        {
          "title": "Burger van",
          "icon": "fas fa-burger-soda"
        },
        {
          "title": "Kitchen & bathroom displays",
          "icon": "fas fa-drafting-compass"
        },
        {
          "title": "Installation service",
          "icon": "fas fa-user-hard-hat"
        },
        {
          "title": "Design appointments",
          "icon": "fas fa-user-friends"
        },
        {
          "title": "Paint mixing",
          "icon": "fas fa-paint-roller"
        }
      ],
      "openingTimes": [
        {
          "day": "Monday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Tuesday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Wednesday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Thursday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Friday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Saturday",
          "time": "07:00 AM - 08:00 PM"
        },
        {
          "day": "Sunday",
          "time": "10:00 AM - 04:00 PM"
        }
      ],
      "specialOpeningTimes": [
        {
          "name": "Good Friday",
          "day": "Fri 10 Apr",
          "time": "10:00 AM - 4:00 PM"
        },
        {
          "name": "Saturday",
          "day": "Sat 11 Apr",
          "time": "Closed"
        },
        {
          "name": "Easter Sunday",
          "day": "Sun 12 Apr",
          "time": "Closed"
        },
        {
          "name": "Easter Monday",
          "day": "Mon 13 Apr",
          "time": "10:00 AM - 4:00 PM"
        }
      ]
    }
  }
}
