Preview
Signed out

Signed in

HTML Code
<div class="container explore-widget">
<div class="tf-card px-4 py-10 text-center">
<h2 class="text-3xl mb-2">Title</h2>
<p class="mb-4 text-xl text-gray-700">Subtitle</p>
<p class="mb-4">Description</p>
<!-- Signed out view -->
<!-- Add button URL below -->
<a href="" class="btn btn--lg btn--primary hide-signed-in">Join the community</a>
<!-- Signed in view -->
<!-- Add button URL below -->
<a href="" class="btn btn--lg btn--primary hide-signed-out">Connect with similar experts</a>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.