feat: enhance contact form security and add animated hero

This commit is contained in:
badblocks 2025-07-19 22:59:05 -07:00
parent ea18dcdb8e
commit 8497cd819d
No known key found for this signature in database
19 changed files with 320 additions and 112 deletions

View file

@ -2,11 +2,9 @@
<UApp>
<div data-theme="night">
<main>
<!-- The content of the current page will be rendered here -->
<NuxtPage />
</main>
<!-- Footer -->
<footer class="footer p-10 bg-base-300 text-base-content">
<div>
<span class="footer-title">Social</span>
@ -60,10 +58,6 @@
</UApp>
</template>
<script setup>
/* Global */
</script>
<script setup></script>
<style>
/* Global */
</style>
<style></style>