feat(ads): add Yandex Market referral link to banner rotation

This commit is contained in:
emil
2026-05-14 14:05:49 +03:00
parent 3917934d45
commit 11e7c9578a
+7
View File
@@ -20,6 +20,13 @@ const ads = [
cta: "Скачать",
ctaMobile: "Скачать бесплатно",
},
{
href: "https://market.yandex.ru/cc/9RrstJ",
label: "Яндекс Маркет — миллионы товаров",
sublabel: "Электроника, одежда, товары для дома с доставкой",
cta: "Перейти",
ctaMobile: "Перейти",
},
];
const ad = ads[Math.floor(Math.random() * ads.length)];