TKO/services/frontend/pages/index.vue

22 lines
531 B
Vue
Raw Normal View History

2025-02-07 15:29:03 +01:00
<template>
2025-02-08 14:50:44 +01:00
<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">
2025-02-09 22:09:39 +01:00
<h1 class="text-h3 font-weight-thin mb-4">
2025-02-08 14:50:44 +01:00
Taneční klub Ostrava
</h1>
2025-02-09 22:09:39 +01:00
<h2 class="subheading">
2025-02-08 14:50:44 +01:00
Naučíme Vás tančit!
2025-02-09 22:09:39 +01:00
</h2>
2025-02-08 14:50:44 +01:00
</div>
</v-parallax>
2025-02-09 22:09:39 +01:00
<news />
<advantages/>
<courses />
<about />
2025-02-08 14:50:44 +01:00
<trainers/>
<references/>
<contact-us/>
2025-02-07 15:29:03 +01:00
</template>