TKO/services/frontend/pages/index.vue
2025-02-09 22:09:39 +01:00

22 lines
No EOL
531 B
Vue

<template>
<v-parallax
src="https://danceostrava.cz/wp-content/uploads/2021/10/IMG_5203-scaled.jpg"
style="margin-top: -80px"
>
<div class="d-flex flex-column fill-height justify-center align-center text-white">
<h1 class="text-h3 font-weight-thin mb-4">
Taneční klub Ostrava
</h1>
<h2 class="subheading">
Naučíme Vás tančit!
</h2>
</div>
</v-parallax>
<news />
<advantages/>
<courses />
<about />
<trainers/>
<references/>
<contact-us/>
</template>