Locations
Tue Sep 07 2021 15:02:17 GMT+0000 (Coordinated Universal Time)
Saved by @isathelizard
<!-- locations -->
<div class="relative bg-white py-8 ">
<div class="mx-auto max-w-md px-4 text-center sm:max-w-3xl sm:px-6 lg:px-8 lg:max-w-7xl">
<div class="mt-12">
<div class="grid grid-cols-1 sm:gap-1 md:gap-2 md:grid-cols-3">
<div class="pt-6 text-left">
<div>
<h2 class="mt-2 font-title text-gray-800 text-4xl ">
Locations
</h2>
</div>
</div>
<div class="pt-6">
<div class="flow-root rounded-2xl px-6 py-8">
<div class="-mt-6">
<img class=""
src="https://lightit.sfo2.digitaloceanspaces.com/Landing-Generator/Landing-Images/losangeles.png"
alt="Los Angeles">
<h3 class="mt-4 text-lg font-title text-gray-800 text-left ">Los angeles
</h3>
<p class="mt-1 font-body text-sm text-gray-800 text-left ">
770 S Grand Ave #7017 Los Angeles, CA 90017
</p>
<p class="mt-1 font-body text-sm text-gray-800 text-left ">
+1 (917) 905 6067
</p>
</div>
</div>
</div>
<div class="pt-6">
<div class="flow-root rounded-2xl px-6 py-8">
<div class="-mt-6">
<img class=""
src="https://lightit.sfo2.digitaloceanspaces.com/Landing-Generator/Landing-Images/montevideo.png"
alt="Montevideo">
<h3 class="mt-4 text-lg font-title text-gray-800 text-left ">Montevideo
</h3>
<p class="mt-1 font-body text-sm text-gray-800 text-left ">
Av. Italia 6201 LATU - Los Naranjos, 11500 Montevideo, Uruguay
</p>
<p class="mt-1 font-body text-sm text-gray-800 text-left ">
+598 94 889777
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>



Comments