This commit is contained in:
2025-12-10 15:19:34 +03:00
parent 1e328b315c
commit 2757a052d2
3 changed files with 19 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
class="q-pa-md w100 flex justify-center" class="q-pa-md w100 flex justify-center"
style="max-width: 800px" style="max-width: 800px"
> >
<q-list> <q-list>
<faq-section-item <faq-section-item
v-for="item in 8" v-for="item in 8"
@@ -13,7 +14,10 @@
class="q-my-md" class="q-my-md"
/> />
</q-list> </q-list>
<div class="text-h6 text-primary q-py-md text-center">
<div
class="text-h6 text-primary q-py-md text-center"
>
{{ $t('faq__description') }} {{ $t('faq__description') }}
<a <a
href="mailto:support@tgcrew.ru" href="mailto:support@tgcrew.ru"

View File

@@ -11,14 +11,15 @@
class="column items-center" class="column items-center"
style="max-width: 75%; height: 100%"> style="max-width: 75%; height: 100%">
<div <div
class="column justify-end text-h4 text-grey-4 text-center edge-block" class="column justify-end text-grey-4 text-center edge-block"
:class="$q.screen.lt.sm ? 'text-h5' : 'text-h4'"
> >
{{ $t('banner__slogan_prepend') }} &mdash; {{ $t('banner__slogan_prepend') }} &mdash;
</div> </div>
<div <div
class="text-h2 text-white text-center q-py-lg center-block" class="text-white text-center q-py-lg center-block"
style="line-height: 4rem;" :class="$q.screen.lt.sm ? 'text-h4' : 'text-h3'"
> >
{{ $t('banner__slogan_body') }} {{ $t('banner__slogan_body') }}
<span class="text-no-wrap" color="primary"> <span class="text-no-wrap" color="primary">
@@ -36,11 +37,16 @@
rounded rounded
> >
<div class="flex items-center no-wrap center-block"> <div class="flex items-center no-wrap center-block">
<div class="q-pl-md text-h4">{{ $t('banner__main_btn')}}</div> <div
class="q-pl-md"
:class="$q.screen.lt.sm ? 'text-h5' : 'text-h4'"
>
{{ $t('banner__main_btn')}}
</div>
<q-icon name="keyboard_arrow_right"/> <q-icon name="keyboard_arrow_right"/>
</div> </div>
</q-btn> </q-btn>
<div class="text-white q-pt-md edge-block justify-start"> <div class="text-white q-pt-md edge-block justify-start text-grey-2">
{{ $t('banner__main_btn_description')}} {{ $t('banner__main_btn_description')}}
</div> </div>
</div> </div>
@@ -51,7 +57,7 @@
<script setup lang="ts"> <script setup lang="ts">
</script> </script>
<style scoped> <style scoped lang="scss">
.vert-height { .vert-height {
min-height: calc(100vh * 0.75); min-height: calc(100vh * 0.75);
} }

View File

@@ -32,6 +32,7 @@
no-caps no-caps
@click="scrollToElement(item.ref)" @click="scrollToElement(item.ref)"
ref="menuButtons" ref="menuButtons"
color="grey-9"
> >
<span class="text-no-wrap">{{ $t(item.title) }}</span> <span class="text-no-wrap">{{ $t(item.title) }}</span>
</q-btn> </q-btn>