-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestate-agents.html
More file actions
59 lines (53 loc) · 3.27 KB
/
estate-agents.html
File metadata and controls
59 lines (53 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Growth Ebook for Estate Agents</title>
<style>
body { font-family: Arial, sans-serif; text-align: justify; padding: 50px; }
.container { max-width: 700px; margin: auto; }
img { width: 100%; max-width: 400px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }
.btn { display: inline-block; background: #007bff; color: #fff; padding: 15px 20px;
text-decoration: none; border: none; border-radius: 5px; font-size: 18px; cursor: pointer;
display: block; margin: 20px auto; text-align: center; }
.btn:hover { background: #0056b3; }
.text-center { text-align: center; }
.form-container { max-width: 500px; margin: 40px auto; text-align: center; }
input, textarea { width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 5px; }
button { background: #28a745; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
button:hover { background: #218838; }
</style>
</head>
<body>
<div class="container">
<h1 style="text-align: center;">Unlock the Power of AI for Your Estate Agency</h1>
<p><strong>Are you ready to transform your real estate business?</strong></p>
<p>Discover how AI can help you generate more leads, close deals faster, and stay ahead of the competition.
This free guide is packed with insights and strategies tailored for estate agents looking to leverage AI for growth.</p>
<a href="https://github.com/TheAIOldtimer/theaioldtimer.github.io/raw/main/Estate%20Agent%20AI%20Ebook.pdf" download>
<img src="estate-agents-ebook-cover.png" alt="AI Growth Ebook Cover">
</a>
<h2>What You'll Learn:</h2>
<ul style="text-align: left; display: inline-block;">
<li>How AI can automate lead generation and client follow-ups.</li>
<li>The best AI tools for property valuation and market analysis.</li>
<li>How chatbots and virtual assistants can improve customer service.</li>
<li>Ways AI-driven marketing can boost your sales conversions.</li>
</ul>
<p class="text-center">Don’t miss out on this opportunity to future-proof your estate agency.<br>
Click below to get your free copy now.</p>
<a href="https://github.com/TheAIOldtimer/theaioldtimer.github.io/raw/main/Estate%20Agent%20AI%20Ebook.pdf" class="btn" download>Download the Ebook</a>
<div class="form-container">
<h2>Get in Touch</h2>
<p>Have questions or want to learn more about AI for estate agents? Fill out the form below.</p>
<form action="https://formspree.io/f/mvgkogkd" method="POST">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Your Message" rows="4" required></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</div>
</body>
</html>