This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="md:flex"> | |
<div class="md:flex-shrink-0"> | |
<img | |
class="rounded-lg md:w-56" | |
src="https://bit.ly/34e2djy" | |
alt="Woman paying for a purchase" | |
/> | |
</div> | |
<div class="mt-4 md:mt-0 md:ml-6"> | |
<div class="text-sm font-bold tracking-wide text-indigo-600 uppercase"> | |
Marketing | |
</div> | |
<a | |
href="#" | |
class="block mt-1 text-lg font-semibold leading-tight text-gray-900 hover:underline" | |
> | |
Finding customers for your new business | |
</a> | |
<p class="mt-2 text-gray-600"> | |
Getting a new business off the ground is a lot of hard work. Here are five | |
ideas you can use to find your first customers. | |
</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment