Commit 13316d09ab1cbb943639fba3454a0b74e71c82b8
1 parent
ad157566
Страница Контакты
Showing
1 changed file
with
10 additions
and
11 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -35,12 +35,12 @@ JS; |
35 | 35 | <div class="col-md-12"> |
36 | 36 | <section> |
37 | 37 | <div class="heading"> |
38 | - <h2>We are here to help you</h2> | |
38 | + <h2>Контакты</h2> | |
39 | 39 | </div> |
40 | 40 | |
41 | - <p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am | |
42 | - he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p> | |
43 | - <p>Please feel free to contact us, our customer service center is working for you 24/7.</p> | |
41 | + <p class="lead"> | |
42 | + | |
43 | + </p> | |
44 | 44 | </section> |
45 | 45 | </div> |
46 | 46 | </div> |
... | ... | @@ -49,12 +49,12 @@ JS; |
49 | 49 | <section> |
50 | 50 | |
51 | 51 | <div class="row"> |
52 | - <div class="col-md-4"> | |
52 | + <div class="col-md-6"> | |
53 | 53 | <div class="box-simple"> |
54 | 54 | <div class="icon"> |
55 | 55 | <i class="fa fa-map-marker"></i> |
56 | 56 | </div> |
57 | - <h3>Address</h3> | |
57 | + <h3>Адрес</h3> | |
58 | 58 | <p> |
59 | 59 | <?php |
60 | 60 | if (!empty( $settings->street )) { |
... | ... | @@ -77,7 +77,7 @@ JS; |
77 | 77 | </div> |
78 | 78 | |
79 | 79 | |
80 | - <div class="col-md-4"> | |
80 | + <div class="col-md-6"> | |
81 | 81 | <?php |
82 | 82 | if (!empty( $settings->phone )) { |
83 | 83 | ?> |
... | ... | @@ -85,8 +85,7 @@ JS; |
85 | 85 | <div class="icon"> |
86 | 86 | <i class="fa fa-phone"></i> |
87 | 87 | </div> |
88 | - <h3> Call center </h3> | |
89 | - <p class="text-muted"> This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .</p> | |
88 | + <h3> Телефон </h3> | |
90 | 89 | <p> |
91 | 90 | <?php |
92 | 91 | echo Html::a(Html::tag('strong', $settings->phone), 'tel:' . $settings->phone); |
... | ... | @@ -136,7 +135,7 @@ JS; |
136 | 135 | |
137 | 136 | <div class="col-md-12"> |
138 | 137 | <div class="heading"> |
139 | - <h2> Contact form </h2> | |
138 | + <h2> Напишите нам </h2> | |
140 | 139 | </div> |
141 | 140 | </div> |
142 | 141 | |
... | ... | @@ -173,7 +172,7 @@ JS; |
173 | 172 | |
174 | 173 | <div class="col-sm-12 text-center"> |
175 | 174 | <?= Html::submitButton( |
176 | - '<i class="fa fa-envelope-o"></i> Send message', | |
175 | + '<i class="fa fa-envelope-o"></i> Отправить', | |
177 | 176 | [ |
178 | 177 | 'class' => 'btn btn-template-main', |
179 | 178 | ] | ... | ... |