TKO/services/frontend/pages/index.vue
2025-02-19 20:51:19 +01:00

25 lines
No EOL
471 B
Vue

<template>
<v-parallax
src="https://danceostrava.cz/wp-content/uploads/2021/10/IMG_5203-scaled.jpg"
>
<div class="d-flex flex-column fill-height justify-center">
<h1 class="text-white">
Taneční klub Ostrava
</h1>
<h2>
Naučíme Vás tančit!
</h2>
</div>
</v-parallax>
<calendar/>
<news/>
<trainers/>
<about/>
<advantages/>
<courses/>
<contact-us/>
</template>
<script setup lang="ts">
</script>