| | |
| | | </Title> |
| | | <div className="contact-item"> |
| | | <PhoneOutlined style={{ fontSize: 18, marginRight: 12 }} /> |
| | | <Text style={{ fontSize: 16 }}>400-123-4567</Text> |
| | | <Text style={{ fontSize: 16 }}>0574-83867368,0574-83867307</Text> |
| | | </div> |
| | | <div className="contact-item"> |
| | | <MailOutlined style={{ fontSize: 18, marginRight: 12 }} /> |
| | | <Text style={{ fontSize: 16 }}>contact@example.com</Text> |
| | | <Text style={{ fontSize: 16 }}>nb-cyds@cnnbhr.com</Text> |
| | | </div> |
| | | <div className="contact-item"> |
| | | <GlobalOutlined style={{ fontSize: 18, marginRight: 12 }} /> |
| | | <Text style={{ fontSize: 16 }}>www.example.com</Text> |
| | | <Text style={{ fontSize: 16 }}>www.cnnbhr.com</Text> |
| | | </div> |
| | | </Col> |
| | | |