add. Closes #8
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 3m59s
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 3m59s
This commit is contained in:
19
pages/email.vue
Normal file
19
pages/email.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="relative z-50 text-black min-h-screen py-12">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="text-center mb-8">
|
||||
<UiHeading tag="h1" size="500" class="font-bold text-primary mb-4"
|
||||
>Контактные данные</UiHeading
|
||||
>
|
||||
</div>
|
||||
|
||||
<EmailForm />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import UiHeading from '~/components/Typography/UiHeading.vue'
|
||||
|
||||
// Страница использует компонент EmailForm
|
||||
</script>
|
Reference in New Issue
Block a user