feat: enhance landing page, Telegram webhook, SEO suite, and cookie consent banner

This commit is contained in:
ayrisdev
2026-08-22 22:57:03 +03:00
parent 5ac5988a3a
commit 61dd85133c
26 changed files with 3264 additions and 896 deletions
+14
View File
@@ -0,0 +1,14 @@
# ─────────────────────────────────────────────────────────────────────────────
# AyrisLegal Çevre Değişkenleri (.env.local)
# ─────────────────────────────────────────────────────────────────────────────
# Telegram Bot Bildirim Ayarları
# 1. @BotFather üzerinden yeni bot açıp token alın:
TELEGRAM_BOT_TOKEN="123456789:ABCdefGhIJKlmNoPQRsTUVwxyZ"
# 2. Bildirimin geleceği sohbet veya grup ID'si (Örn: @userinfobot veya grup ID):
TELEGRAM_CHAT_ID="-1001234567890"
# Veritabanı & Demo Ayarları
DATABASE_URL="postgresql://user:password@localhost:5432/ayrislegal"
USE_MOCK=true