16 lines
497 B
PHP
16 lines
497 B
PHP
<h3 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">Company</h3>
|
|
<ul class="text-gray-500 dark:text-gray-400">
|
|
<li class="mb-4">
|
|
<a href="#" class=" hover:underline">About</a>
|
|
</li>
|
|
<li class="mb-4">
|
|
<a href="#" class="hover:underline">Careers</a>
|
|
</li>
|
|
<li class="mb-4">
|
|
<a href="#" class="hover:underline">Brand Center</a>
|
|
</li>
|
|
<li class="mb-4">
|
|
<a href="#" class="hover:underline">Blog</a>
|
|
</li>
|
|
</ul>
|