404
Oops, sorry we can't find that page!
Either something went wrong or the page doesn't exist anymore.
Home Page
$(function() {
$(document).on('click','a[href="https://www.facebook.com/mnails.be"]', function() {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event': 'social media click',
'platform': 'facebook'
});
});
$('a[href="https://www.instagram.com/melissa.mnails/"]').on('click', function() {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event': 'social media click',
'platform': 'instagram'
});
});
});