Skip to content

Commit

Permalink
Footer contact us styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 3, 2024
1 parent 80d20ee commit 80ba74f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,18 @@ class="w-12 h-12 rounded-full object-cover mr-4"
</div>
<div>
<h3 class="text-xl font-bold mb-4">Contact Us</h3>
<p class="text-sm flex gap-4 text-gray-300">
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300">
<i class="fas fa-map-marker"></i>
109 Nairobi [Kenya]
</p>
<p class="text-sm flex gap-4 text-gray-300">
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300">
<i class="fas fa-phone"></i>
254758481320
</p>
<p class="text-sm flex gap-4 text-gray-300"> <i class="fas fa-envelope"></i>
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300"> <i class="fas fa-envelope"></i>
<a href="mailto:[email protected]" class="hover:text-blue-500">[email protected]</a>
</p>
<p class="text-sm flex gap-4 text-gray-300">
<p class="text-sm flex gap-4 items-center mb-1 text-gray-300">
<i class="fas fa-clock"></i>
Available 24/7
</p>
Expand Down

0 comments on commit 80ba74f

Please sign in to comment.