fix(contact/footer): distingue les chaînes PAWOL.NU et met à jour WhatsApp

- Met à jour le lien WhatsApp vers la chaîne publique
- Regroupe WhatsApp et Telegram sous une section Chaînes PAWOL.NU
- Affiche les titres de section dans la page contact pour distinguer les chaînes
- Met à jour les tooltips du footer pour indiquer les chaînes PAWOL.NU
This commit is contained in:
2026-07-09 02:38:30 +04:00
parent e2df9c0501
commit 1189141937
5 changed files with 59 additions and 28 deletions
+4 -4
View File
@@ -5,14 +5,14 @@
{
"title": "🌐 Web & Contact",
"links": [
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" },
{ "text": "WhatsApp +262 692 22 974 0", "url": "https://wa.me/262692229740" }
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }
]
},
{
"title": "💬 Social networks",
"title": "📢 PAWOL.NU channels",
"links": [
{ "text": "Telegram", "url": "https://t.me/OrganisationKA" }
{ "text": "WhatsApp channel", "url": "https://whatsapp.com/channel/0029VbCv7N9AjPXTxygrRu1w" },
{ "text": "Telegram channel", "url": "https://t.me/OrganisationKA" }
]
},
{
+4 -4
View File
@@ -5,14 +5,14 @@
{
"title": "🌐 Web & Contact",
"links": [
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" },
{ "text": "WhatsApp +262 692 22 974 0", "url": "https://wa.me/262692229740" }
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }
]
},
{
"title": "💬 Réseaux sociaux",
"title": "📢 Chaînes PAWOL.NU",
"links": [
{ "text": "Telegram", "url": "https://t.me/OrganisationKA" }
{ "text": "WhatsApp channel", "url": "https://whatsapp.com/channel/0029VbCv7N9AjPXTxygrRu1w" },
{ "text": "Telegram channel", "url": "https://t.me/OrganisationKA" }
]
},
{