<script>
(function () {
var iosUrl = "https://apps.apple.com/us/app/az-reneau-group/id6742085740";
var androidUrl = "https://play.google.com/store/apps/details?id=com.azreneaugroup.main&hl=en_AU";
var fallbackUrl = "https://www.azreneau.com";
var ua = navigator.userAgent || navigator.vendor || window.opera;
if (/android/i.test(ua)) {
window.location.replace(androidUrl);
} else if (/iPad|iPhone|iPod/.test(ua) && !window.MSStream) {
window.location.replace(iosUrl);
} else {
window.location.replace(fallbackUrl);
}
})();
</script>
<p>Redirecting you to the app...</p>
<p>
<a href="PASTE_APPLE_APP_STORE_LINK_HERE">Apple App Store</a><br>
<a href="PASTE_GOOGLE_PLAY_STORE_LINK_HERE">Google Play Store</a>
</p>