-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-blogs.php
More file actions
108 lines (104 loc) · 6.08 KB
/
Copy pathpage-blogs.php
File metadata and controls
108 lines (104 loc) · 6.08 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?php get_header(); ?>
<section id="blogs" class="mt-8">
<div class="container">
<h2 class="text-center">
<span>Colibry</span>
<span class="blue-text">blog</span><span class="yellow-text">.</span>
</h2>
<div class="row mt-4">
<div class="col-12 col-md-4">
<a href="https://colibry.ai/house-alerts-clickthrough-rate" class="blog-card">
<div class="blog-img">
<div class="box padding-small apzg-bg flex flex-vcenter flex-hcenter">
<img alt="Notification icon" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/notification.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">How house alerts help to obtain higher click-through rates</h3>
<p>
Thanks to house alert systems, you can quickly inform potential buyers when new properties that match their criteria show up. Here is a step-by-step guide that will show you how you can retarget potential customers and help them find the house of their dreams.
</p>
</div>
</a>
</div>
<div class="col-12 col-md-4">
<div class="blog-card">
<div class="blog-img">
<div class="box padding-small lightgreen-bg flex flex-vcenter flex-hcenter">
<img alt="Dashboard icon" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/dashboard.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">Two Unique Dashboards That Will Help Your Real Estate Agents Close More Deals</h3>
<p>
Being successful in sales is about knowing your product inside out and knowing everything there is to know about your customer. Luckily, it’s easier to achieve these two goals today than ever before by using some unique dashboards. Read everything about it here:
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="blog-card">
<div class="blog-img">
<div class="box padding-small lightpurple-bg flex flex-vcenter flex-hcenter">
<img alt="Artificial ntelligence in real estate icon" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/intelligence.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">How Artificial Intelligence is Shaping the Online Real Estate Market</h3>
<p>
Now in 2021, the message is clear; AI is here, and it’s here to stay. But what impact does this technology have on the real estate market? Read everything about it in this article.
</p>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-4">
<div class="blog-card">
<div class="blog-img">
<div class="box padding-small blue-bg flex flex-vcenter flex-hcenter">
<img alt="House and icon of person" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/pandemic.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">What Impact Did the Pandemic Have on Real Estate Websites?</h3>
<p>
What impact did the pandemic have on real estate websites? To answer this question, let’s take a look at the pandemic real estate trends:
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="blog-card">
<div class="blog-img">
<div class="box padding-small lightyellow-bg flex flex-vcenter flex-hcenter">
<img alt="Customer experience icon" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/customer-experience.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">Real estate customer experience</h3>
<p>
Today, real estate companies understand better than ever that they need to compete on customer experience. Here are some tips that will help you create the perfect customer experience on your website.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="blog-card">
<div class="blog-img">
<div class="box padding-small apzg-bg flex flex-vcenter flex-hcenter">
<img alt="Personalization icon" src="<?php echo get_stylesheet_directory_uri(); ?>/assets/img/blogs/personalization.png" loading="lazy" />
</div>
</div>
<div class="blog-content">
<h3 class="blog-title">Real Estate Personalization</h3>
<p>
Hyper personalization has been a goal of e-commerce companies for some time and that is filtering to other corners of the internet. The real estate industry is no exception. Read everything about it here:
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>