<!DOCTYPE html>
<html>
<head>
<title>Simple Real Estate & Loan CRM</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px; background-color: #f9f9f9; }
h1 { color: #2c3e50; }
.container { max-width: 1000px; margin: auto; background: #fff; padding: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; margin-top: 20px; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f0f0f0; }
form input, form select, form textarea { width: 100%; padding: 8px; margin-top: 4px; margin-bottom: 10px; }
button { padding: 6px 12px; margin-top: 8px; }
</style>
</head>
<body>
<div class="container">
<h1>Simple Real Estate & Loan CRM</h1>
<form action="/submit" method="post">
<label>ID</label><input type="number" name="id" required>
<label>Name</label><input type="text" name="name" required>
<label>Phone</label><input type="text" name="phone" required>
<label>Email</label><input type="email" name="email">
<label>Source</label><input type="text" name="source">
<label>Lead Type</label>
<select name="lead_type">
<option value="real_estate">Real Estate</option>
<option value="loan">Loan</option>
</select>
<label>Status</label><input type="text" name="status" required>
<label>Stage</label><input type="text" name="stage">
<label>Notes</label><textarea name="notes"></textarea>
<label>Follow-up Date</label><input type="date" name="follow_up_date">
<button type="submit">Add Lead</button>
</form>

<h2>Lead List</h2>
<table>
<thead><tr><th>ID</th><th>Name</th><th>Phone</th><th>Type</th><th>Status</th><th>Actions</th></tr></thead>
<tbody>
<!-- Sample static rows for demonstration -->
<tr>
<td>1</td>
<td>John Doe</td>
<td>555-1234</td>
<td>Real Estate</td>
<td>New</td>
<td><button onclick="alert('Delete feature not active in static HTML')">Delete</button></td>
</tr>
<tr>
<td>2</td>
<td>Jane Smith</td>
<td>555-5678</td>
<td>Loan</td>
<td>Follow-up</td>
<td><button onclick="alert('Delete feature not active in static HTML')">Delete</button></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>

All Phase Brokers (DBA)
Sea Breeze Investment Corp
Sea Breeze Investment Corp

DBA: All Phase Brokers

Address
1145 2nd Street
Brentwood, CA 94513
Phone Number
Office Hours
Call Us!