feat: fixed issues

This commit is contained in:
Aliaksei Karzhou
2024-07-05 15:01:14 +03:00
parent 21d4342a6a
commit efcdf9b099
9 changed files with 150 additions and 31 deletions

View File

@@ -109,9 +109,9 @@
<button class="button button--lg button--lg--consult button--light button--callback">
Получить консультацию
</button>
<button class="button button--lg button--lg--coin button--dark">
<a href="#price" class="button button--lg button--lg--coin button--dark">
Посмотреть цены
</button>
</a>
</div>
</div>
</div>
@@ -518,6 +518,7 @@
type="text"
placeholder="Введите ваше имя"
autocomplete="off"
minlength="3"
required
/>
<input
@@ -526,6 +527,7 @@
type="tel"
placeholder="Введите ваш телефон"
autocomplete="off"
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
required
/>
<button class="button button--lg button--light">Получить помощь</button>
@@ -1913,6 +1915,7 @@
type="text"
placeholder="Введите ваше имя"
autocomplete="off"
minlength="3"
required
/>
<input
@@ -1921,6 +1924,7 @@
type="text"
placeholder="Введите ваш телефон"
autocomplete="off"
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
required
/>
<button class="button button--lg button--light">Получить помощь</button>
@@ -2007,6 +2011,7 @@
type="text"
placeholder="Введите ваше имя"
autocomplete="off"
minlength="3"
required
/>
<input
@@ -2015,6 +2020,7 @@
type="tel"
placeholder="Введите ваш телефон"
autocomplete="off"
pattern="(^8|7|\+7)((\d{10})|(\s\(\d{3}\)\s\d{3}\s\d{2}\s\d{2}))"
required
/>
<button class="button button--lg button--light">Получить помощь</button>