feat(landing page): add copyright and policy links in footer
This commit is contained in:
parent
c5989cb53e
commit
e9b873690e
@ -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>
|
||||
© 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user