feat: add blogs

This commit is contained in:
2025-12-05 18:41:17 +03:30
parent bece9a2171
commit 23767a713a
4 changed files with 151 additions and 5 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ function Header() {
key={item.id}
onClick={() => {
if (item.id === 'blog') {
window.open('https://aramland.approagency.ir/blog/', '_blank');
window.open('https://aramland.approagency.ir/blog/', '_self');
} else {
handleNavClick(item.id);
}
@@ -86,7 +86,7 @@ function Header() {
key={item.id}
onClick={() => {
if (item.id === 'blog') {
window.open('https://aramland.approagency.ir/blog/', '_blank');
window.open('https://aramland.approagency.ir/blog/', '_self');
} else {
handleNavClick(item.id);
}