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:
co-authored by
Cursor
parent
16bc154fb0
commit
fa629d65e8
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user