<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Asian Manpower</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
text-align: center;
}
.container {
width: 80%;
margin: 50px auto;
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
img {
width: 100%;
height: auto;
border-radius: 10px;
}
p {
font-size: 18px;
line-height: 1.6;
color: #333;
text-align: justify;
}
</style>
</head>
<body>
<div class="container">
<h1>Contact Us</h1>
<p>At Asian Manpower, we are committed to bridging the gap between skilled professionals and top employers. Whether you are a job seeker looking for the perfect opportunity or a business searching for the best talent, we are here to assist you every step of the way.</p>
<p>Our team of experts is dedicated to providing personalized support and guidance to ensure that your queries and concerns are addressed promptly. We value clear communication and believe in building lasting relationships with our clients and candidates.</p>
<p>If you have any questions about job applications, hiring processes, or general inquiries, feel free to reach out to us. Our support team is available to assist you with any concerns you may have. Your career growth and business success are our top priorities.</p>
<p>Stay connected with us for the latest job updates, industry trends, and recruitment insights. Let us work together to create meaningful employment opportunities and a strong professional network.</p>
<img src="https://source.unsplash.com/800x400/?communication,office" alt="Contact Us Image">
</div>
</body>
</html>