feat: add Telegram, WhatsApp and DMR TG contact information to header and contact page

This commit is contained in:
ARC Developer
2025-07-10 22:34:23 +03:00
parent 547a059cd7
commit 5ef2635da4
2 changed files with 31 additions and 0 deletions
+11
View File
@@ -218,6 +218,17 @@ const error = url.searchParams.get('error');
variant: 'link', 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)', title: '🐦 X (Twitter)',
description: 'X (Twitter) hesabımızdan anlık güncellemeler ve duyurular.', description: 'X (Twitter) hesabımızdan anlık güncellemeler ve duyurular.',
+20
View File
@@ -27,6 +27,26 @@ const metadata = {
href: '/iletisim', href: '/iletisim',
icon: 'tabler:mail', 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' }, { text: 'Hakkımızda', href: '/hakkimizda' },
]} ]}
image={{ image={{