feat: enhance contact form security and add animated hero
This commit is contained in:
parent
ea18dcdb8e
commit
8497cd819d
19 changed files with 320 additions and 112 deletions
10
app/app.vue
10
app/app.vue
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue