feat: add honest pilot section, Mac App Store link and platform badges, update Telegram template

This commit is contained in:
ayrisdev
2026-08-22 23:15:39 +03:00
parent 61b6177ffe
commit 0feb5b0fc9
2 changed files with 141 additions and 2 deletions
+4 -2
View File
@@ -54,13 +54,15 @@ async function sendTelegramNotification({
const now = new Date().toLocaleString('tr-TR', { timeZone: 'Europe/Istanbul' })
const text =
`🎯 <b>Yeni AyrisLegal Demo Talebi!</b>\n\n` +
`⚖️ <b>[AyrisLegal] Yeni Demo & İletişim Talebi</b>\n\n` +
`📍 <b>Kaynak:</b> <code>ayrislegal.com / İletişim Formu</code>\n` +
`👤 <b>Ad Soyad:</b> ${escapeHtml(name)}\n` +
`📧 <b>E-posta:</b> <code>${escapeHtml(email)}</code>\n` +
`🏢 <b>Büro / Kurum:</b> ${org ? escapeHtml(org) : '<i>Belirtilmedi</i>'}\n` +
`📞 <b>Telefon:</b> ${phone ? `<code>${escapeHtml(phone)}</code>` : '<i>Belirtilmedi</i>'}\n` +
`🌐 <b>IP Adresi:</b> <code>${escapeHtml(ip)}</code>\n` +
`⏰ <b>Tarih & Saat:</b> ${now}`
`⏰ <b>Tarih:</b> ${now}\n\n` +
`<i>Bu mesaj AyrisLegal web sitesinden gönderilmiştir.</i>`
try {
const res = await fetch(`https://api.telegram.org/bot${botToken}/sendMessage`, {