Add real contact address and WhatsApp links to the public site.

Replace placeholder contact details so footer and contact page show accurate HQ info and chat channels.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-12 08:34:48 +03:30
co-authored by Cursor
parent 16bc154fb0
commit fa629d65e8
4 changed files with 96 additions and 11 deletions
+22
View File
@@ -38,6 +38,28 @@
color: rgba(232, 238, 246, 0.78);
}
.footer__contact {
margin-top: 1rem;
}
.footer__whatsapp {
display: flex;
flex-direction: column;
gap: 0.35rem;
margin-top: 0.75rem;
}
.footer__whatsapp a {
font-size: 0.9rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.9);
transition: color 0.2s ease;
}
.footer__whatsapp a:hover {
color: var(--white);
}
.footer__cols {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));