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,5 @@
<h2 class="text-lg font-semibold">Important Links</h2>
<ul class="mt-4 leading-loose">
<li><a href="https://codebushi.com">Terms &amp; Conditions</a></li>
<li><a href="https://codebushi.com">Privacy Policy</a></li>
</ul>

View File

@ -0,0 +1,6 @@
<div class="flex mt-4 sm:mt-0">
<a class="px-4" href="#features">Features</a>
<a class="px-4" href="#services">Services</a>
<a class="px-4" href="#stats">Stats</a>
<a class="px-4" href="#testimonials">Testimonials</a>
</div>

File diff suppressed because one or more lines are too long