docs: update website features and simplify DMR contact list

This commit is contained in:
ARC Developer
2025-07-10 20:54:20 +03:00
parent 832e8dab2d
commit e4335bb23f
2 changed files with 45 additions and 47 deletions
+9 -44
View File
@@ -122,58 +122,23 @@ const error = url.searchParams.get('error');
<!-- DMR IDs Section -->
<Features2
title="📻 DMR İletişim Bilgileri"
tagline="🔊 Bize DMR Üzerinden Ulaşın"
columns={5}
title="📻 DMR ID'ler"
tagline="🔊 DMR İletişim"
columns={3}
items={[
{
title: 'YM1KTC - 2866808',
description: 'Bölge 0',
title: 'YM1KTC',
description: '2866808 (Bölge 0)',
icon: 'tabler:radio',
},
{
title: 'YM2KTR - 2867887',
description: 'Bölge 1',
title: 'YM2KTR',
description: '2867887 (Bölge 1)',
icon: 'tabler:radio',
},
{
title: 'YM3KTC - 2867234',
description: 'Bölge 2',
icon: 'tabler:radio',
},
{
title: 'YM4KTC - 2867235',
description: 'Bölge 3',
icon: 'tabler:radio',
},
{
title: 'YM5KTC - 2867187',
description: 'Bölge 4',
icon: 'tabler:radio',
},
{
title: 'YM6KTB - 2867237',
description: 'Bölge 5',
icon: 'tabler:radio',
},
{
title: 'YM7KTC - 2867238',
description: 'Bölge 6',
icon: 'tabler:radio',
},
{
title: 'YM8KTC - 2867239',
description: 'Bölge 7',
icon: 'tabler:radio',
},
{
title: 'YM9KTC - 2867240',
description: 'Bölge 8',
icon: 'tabler:radio',
},
{
title: 'YM0KTC - 2867241',
description: 'Bölge 9',
title: 'YM3KTC',
description: '2867234 (Bölge 2)',
icon: 'tabler:radio',
},
]}