feat(landing page): add copyright and policy links in footer

This commit is contained in:
kusowl 2026-01-08 15:23:20 +05:30
parent c5989cb53e
commit e9b873690e

View File

@ -70,5 +70,15 @@ class="fill-[#BDC1D2]"/>
</div>
</div>
<div class="text-[#8C92AC] text-xs flex flex-col md:flex-row space-y-2 justify-between pt-5 mt-5 border-t border-t-[#8C92AC]/10">
<p>
&copy; 2026 {{config('app.name')}}. All rights reserved.
</p>
<ul class="flex space-x-5">
<li><a href="">Privacy Policy</a></li>
<li><a href="">Terms of Service</a></li>
<li><a href="">Cookie Policy</a></li>
</ul>
</div>
</section>