This commit is contained in:
2025-12-10 14:23:53 +03:00
parent c84b9788d9
commit 1e328b315c
15 changed files with 170 additions and 209 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="w100 flex justify-between bg-grey-11 text-caption q-pa-md q-gutter-y-md">
<div class="w100 flex justify-between text-caption q-pa-md q-gutter-y-md text-grey-9">
<div class="flex column col-12 col-sm">
<base-logo class="text-body1 q-pb-sm"/>
<div class="flex items-center">
@@ -8,15 +8,15 @@
</div>
<div class="flex items-center">
<q-icon name="mdi-phone-outline" color="brand" class="q-pr-sm" />
<span>+7 (926) 339-04-25</span>
<span>+7 (916) 439-04-25</span>
</div>
<div class="flex items-center">
<q-icon name="mdi-email-outline" color="brand" class="q-pr-sm"/>
<a
href="mailto:a-mart@ya.ru"
href="mailto:info@tgcrew.ru"
style="text-decoration: none; color: inherit"
>
a-mart@ya.ru
info@tgcrew.ru
</a>
</div>
</div>