Contact Information
Slate-Lite North America (Showroom)
Please make an appointment!
4121 34th St Orlando
FL 32811
USA
Slate-Lite North America (Warehouse)
1620 Camerbur Dr
FL 32805
USA
Email: usa@slate-lite.com
Phone: 1-888-817-9217
.social-icons {
display: flex;
gap: 10px;
margin-top: 10px;
}
.social-icons a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #f2f2f2;
color: #333;
transition: all 0.3s ease;
text-decoration: none;
}
.social-icons a:hover {
transform: translateY(-3px);
background-color: #000;
color: #fff;
}