Files
laravel-vuexy-website-layou…/resources/views/templates/maximus/components/menu-footer.blade.php
2025-05-30 02:01:51 -06:00

8 lines
443 B
PHP

<h3 class="text-lg font-bold mb-4">Products</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Swing Sets</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Playhouses</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Combo Playsets</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Accessories</a></li>
</ul>