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"
|
|
|
|
>
|
2025-02-16 14:20:40 +01:00
|
|
|
<div class="d-flex flex-column fill-height justify-center">
|
|
|
|
<h1 class="text-white">
|
2025-02-08 14:50:44 +01:00
|
|
|
Taneční klub Ostrava
|
|
|
|
</h1>
|
2025-02-16 14:20:40 +01:00
|
|
|
<h2>
|
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-16 14:20:40 +01:00
|
|
|
<advantages id="advantages"/>
|
|
|
|
<courses id="courses"/>
|
|
|
|
<news id="article"/>
|
|
|
|
<about id="about"/>
|
|
|
|
<trainers id="trainers"/>
|
|
|
|
<contact-us id="contact"/>
|
2025-02-07 15:29:03 +01:00
|
|
|
</template>
|