This commit is contained in:
Никита Круглицкий
2024-11-26 18:01:19 +03:00
parent e87c62aaeb
commit 75cdae594a
17 changed files with 29 additions and 424 deletions

View File

@@ -10,8 +10,8 @@
Остались вопросы?
</div>
<a class="any-questions__link" href="mailto:support@quantumbot.kz">
support@quantumbot.kz
<a class="any-questions__link" :href="`mailto:${app.email}`">
{{ app.email }}
</a>
</div>
</div>
@@ -29,6 +29,7 @@
</template>
<script setup lang="ts">
const app = useAppConfig()
</script>
<style lang="scss">

View File

@@ -72,7 +72,7 @@
<li>Просмотрите пример добавления товаров и управления ими через приложение</li>
</ul>
<UiButton class="how-it-works-demo__action" href="https://app.quantumbot.kz" rel="noopener noreferrer">
<UiButton class="how-it-works-demo__action" :href="app.appUrl" rel="noopener noreferrer">
Попробовать бесплатно
</UiButton>
</div>
@@ -80,6 +80,7 @@
</template>
<script setup lang="ts">
const app = useAppConfig()
</script>
<style lang="scss">

View File

@@ -19,7 +19,7 @@
<li>Высокая скорость обновления цен</li>
</ul>
<UiButton class="tariff__action" href="https://app.quantumbot.kz" rel="noopener noreferrer">
<UiButton class="tariff__action" :href="app.appUrl" rel="noopener noreferrer">
Попробовать 7 дней бесплатно
</UiButton>
</div>
@@ -27,6 +27,7 @@
</template>
<script setup>
const app = useAppConfig()
const img = useImage()
const desktopBg = computed(() => {