diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 586610d..74dac10 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -36,14 +36,14 @@ use yii\web\View;
- - = Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?>
- - = Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?>
- - = Html::a("Хит продаж", ['ajax/popular'],['data-status'=>'top']) ?>
+ - = Html::a("Хит продаж", ['ajax/popular'],['data-status'=>'top']) ?>
+ - = Html::a("Новинки", ['ajax/new'],['data-status'=>'new']) ?>
+ - = Html::a("Акции", ['ajax/event'],['data-status'=>'prom']) ?>
- = \common\modules\product\widgets\specialProducts::widget(['type' => 'promo'])?>
+ = \common\modules\product\widgets\specialProducts::widget(['type' => 'top'])?>
--
libgit2 0.21.4