feat: add Telegram, WhatsApp and DMR TG contact information to header and contact page
This commit is contained in:
@@ -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.',
|
||||||
|
|||||||
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user