From 5ef2635da448a9513155a1fc4aa5259962523ed8 Mon Sep 17 00:00:00 2001 From: ARC Developer Date: Thu, 10 Jul 2025 22:34:23 +0300 Subject: [PATCH] feat: add Telegram, WhatsApp and DMR TG contact information to header and contact page --- src/pages/iletisim.astro | 11 +++++++++++ src/pages/index.astro | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/src/pages/iletisim.astro b/src/pages/iletisim.astro index 00998ab..b363051 100644 --- a/src/pages/iletisim.astro +++ b/src/pages/iletisim.astro @@ -218,6 +218,17 @@ const error = url.searchParams.get('error'); variant: 'link', }, }, + { + title: '💬 Telegram', + description: 'Telegram grubumuzda güncel tartışmalara katılın ve haberleşin.', + icon: 'tabler:brand-telegram', + callToAction: { + text: 'Gruba Katıl', + href: 'https://t.me/telsizdernegi', + target: '_blank', + variant: 'link', + }, + }, { title: '🐦 X (Twitter)', description: 'X (Twitter) hesabımızdan anlık güncellemeler ve duyurular.', diff --git a/src/pages/index.astro b/src/pages/index.astro index c7f5e8b..9eb8fc2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -27,6 +27,26 @@ const metadata = { href: '/iletisim', icon: 'tabler:mail', }, + { + text: 'Telegram', + href: 'https://t.me/telsizdernegi', + icon: 'tabler:brand-telegram', + target: '_blank', + }, + { + text: 'WhatsApp', + href: 'https://wa.me/905102205024', + icon: 'tabler:brand-whatsapp', + target: '_blank', + }, + { + text: 'DMR TG: 28690', + icon: 'tabler:radio', + attrs: { + class: 'cursor-default pointer-events-none', + 'aria-label': 'DMR Talk Group Information', + }, + }, { text: 'Hakkımızda', href: '/hakkimizda' }, ]} image={{