So I am currently building a landing page for an app that will be soon coming online - However, I have only developed the iOS version so far and will start the android development once the iOS version has gone live.
Now, on my landing page - I have 2 buttons that will redirect to either the Apple store or Google play. For the apple store everything is fine, however I want to add a text that appears over when going over the Google Play button which will say something like "coming soon!".
This is what the code for my Google play button looks like now:
<pre>
<a class="js-link--android" href="#" data-store="android" target="_blank">
<picture class="picture picture--no-background" style="padding-bottom: 34.88%" img src="assets/images/svg/store/playstore--en.618c3ad6.svg" alt="Download the Android app">
</picture>
</a>
</pre>
Google Play button on the website I am not sure how to do this - Would be glad if anyone can help me out on this! Sorry I am not so good at Web development..