From 9d2023a72fe33665c5fd219ba4a90717f9afa8d0 Mon Sep 17 00:00:00 2001
From: hamed <15238-genius.ha@users.noreply.drupalcode.org>
Date: Fri, 10 Jul 2026 09:33:20 +0330
Subject: [PATCH] fix: update JSON-LD schema and trust seal links for accuracy
---
templates/public/home.html.twig | 70 ++++++++++++++++-----------------
1 file changed, 35 insertions(+), 35 deletions(-)
diff --git a/templates/public/home.html.twig b/templates/public/home.html.twig
index cac1e2f0..e1eaf7cb 100644
--- a/templates/public/home.html.twig
+++ b/templates/public/home.html.twig
@@ -24,38 +24,38 @@
@@ -940,13 +940,13 @@ return;
var a = document.createElement('a');
a.setAttribute('referrerpolicy', 'origin');
a.target = '_blank';
-a.href = 'https://trustseal.enamad.ir/?id=648891&Code=tudyxbILEtrmS2VZHeGr1LfmkrEerqeF';
+a.href = 'https://trustseal.enamad.ir/?id=755841&Code=8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4';
var img = document.createElement('img');
img.setAttribute('referrerpolicy', 'origin');
-img.src = 'https://trustseal.enamad.ir/logo.aspx?id=648891&Code=tudyxbILEtrmS2VZHeGr1LfmkrEerqeF';
+img.src = 'https://trustseal.enamad.ir/logo.aspx?id=755841&Code=8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4';
img.alt = 'نماد اعتماد الکترونیکی';
img.style.cursor = 'pointer';
-img.setAttribute('code', 'tudyxbILEtrmS2VZHeGr1LfmkrEerqeF');
+img.setAttribute('code', '8sNSk0yrUE7EgbY9k5xkqTE0LaeXIaq4');
img.loading = 'lazy';
a.appendChild(img);
slot.appendChild(a);