generated from JustScreaMy/ProjectTemplate
25 lines
No EOL
471 B
Vue
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> |