first commit

This commit is contained in:
2025-05-30 02:01:51 -06:00
commit de9c2dea79
95 changed files with 10760 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<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>