<!DOCTYPE html>
<html lang="si">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kamburugamuwa Credits Pvt Ltd</title>
<style>
body {
font-family: Arial;
margin: 0;
background: #f4f4f4;
}
.container {
max-width: 520px;
margin: auto;
background: white;
padding: 20px;
}
h1 {
text-align: center;
font-size: 24px;
}
.sub {
text-align: center;
font-size: 14px;
color: #444;
}
input, textarea {
width: 100%;
padding: 10px;
margin: 8px 0;
}
textarea {
height: 80px;
}
button {
width: 100%;
padding: 12px;
background: black;
color: white;
border: none;
font-size: 16px;
}
.box {
background: #fafafa;
padding: 10px;
margin: 15px 0;
font-size: 14px;
}
.whatsapp {
display: block;
text-align: center;
margin-top: 10px;
color: green;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Kamburugamuwa Credits Pvt Ltd</h1>
<p class="sub">කඩිනම් හා ආරක්ෂිත ණය සේවාවක් | Fast & Secure Loan Service</p>
<div class="box">
✔ Personal Loans<br>
✔ Business Loans<br>
✔ Vehicle Loans<br>
✔ Land Loans<br>
✔ Any Loan Type Available
</div>
<p class="sub">අයදුම්පත පුරවන්න – අපි ඔබව ඉක්මනින් සම්බන්ධ කරගන්නෙමු</p>
<form name="loan-form" method="POST" data-netlify="true">
<input type="text" name="name" placeholder="සම්පූර්ණ නම / Full Name" required>
<input type="tel" name="phone" placeholder="දුරකථන අංකය / Phone Number" required>
<input type="email" name="email" placeholder="ඊ-මේල් / Email (Optional)">
<input type="number" name="amount" placeholder="ණය මුදල / Loan Amount (Max 500,000)" required>
<input type="text" name="duration" placeholder="කාලය / Duration (e.g. 6 months)" required>
<textarea name="message" placeholder="අමතර විස්තර / Additional Information"></textarea>
<button type="submit">ඉල්ලුම යවන්න / Submit</button>
</form>
<p class="sub">📞 Contact: +94 77 123 4567</p>
<p class="sub">💬 WhatsApp: +94 70 000 0000</p>
</div>
</body>
</html>