BuckalewFinancial commited on
Commit
6fc91b0
·
verified ·
1 Parent(s): 8ecbad7

Now build out the crm page… same inviting tone…just so you know I will be using a white label version of go Hugh level..so you understand the benefits psych of my crm … - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. automations.html +411 -0
  2. prompts.txt +3 -1
automations.html ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Insurance Automation Services | Larry Buckalew</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
10
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <script src="https://unpkg.com/feather-icons"></script>
13
+ <style>
14
+ .automation-hero {
15
+ background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #3b82f6 100%);
16
+ }
17
+ .automation-card {
18
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
19
+ }
20
+ .automation-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
23
+ }
24
+ .benefit-item {
25
+ background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
26
+ }
27
+ </style>
28
+ </head>
29
+ <body class="font-sans antialiased text-gray-800">
30
+ <!-- Navigation -->
31
+ <nav class="fixed w-full bg-white shadow-md z-50">
32
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg极:px-8">
33
+ <div class="flex justify-between h-16">
34
+ <div class="flex items-center">
35
+ <a href="index.html" class="flex-shrink-0 flex items-center">
36
+ <span class="text-xl font-bold text-blue-800">Larry Buckalew</span>
37
+ </a>
38
+ </div>
39
+ <div class="hidden md:ml-6极 md:flex md:items-center md:space-x-8">
40
+ <a href="index.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Home</a>
41
+ <a href="services.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Services</a>
42
+ <a href="automations.html" class="text-blue-600 px-3 py-2 text-sm font-medium">Automation</a>
43
+ <a href="about.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">About</a>
44
+ <a href="case-studies.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Case Studies</a>
45
+ <a href="blog.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Blog</a>
46
+ <a href="index.html#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300">Get Started</a>
47
+ </div>
48
+ <div class="-mr-2 flex items-center md:hidden">
49
+ <button type="button" class="inline-flex items-center justify-center p极-2 rounded-md text-gray-700 hover:text-blue-600 hover:bg极-gray-100 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
50
+ <i data-feather="menu"></i>
51
+ </button>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </nav>
56
+
57
+ <!-- Hero Section -->
58
+ <div class="automation-hero min-h-[50vh] flex items-center justify-center pt-16">
59
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 text-center">
60
+ <h1 class="text-4xl md:text-5xl font-bold text-white mb-6" data-aos="fade-up">
61
+ Stop Working Nights and Weekends
62
+ </h1>
63
+ <p class="text-xl text-blue-100 mb-10 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
64
+ Automate Your Insurance Business and Get Back 15+ Hours Per Week While Growing Your Client Base
65
+ </p>
66
+ <div data-aos="fade-up" data-aos-delay="200">
67
+ <a href="index.html#contact" class="bg-white text-blue-600 px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-50 transition duration-300">
68
+ Book Free Automation Audit
69
+ </a>
70
+ </div>
71
+ </div>
72
+ </div>
73
+
74
+ <!-- Problem Statement -->
75
+ <section class="py-20 bg-gray-50">
76
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
77
+ <div class="text-center mb-16">
78
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">
79
+ Are You Spending More Time on Paperwork Than People?
80
+ </h2>
81
+ <p class="mt-4 text-xl text-gray-600 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
82
+ As a fellow insurance agent, I know exactly how it feels to be buried in administrative tasks when you should be selling and serving clients.
83
+ </p>
84
+ </div>
85
+
86
+ <div class="grid md:grid-cols-3 gap-8">
87
+ <div class="text-center p-6" data-aos="fade-up" data-aos-delay="200">
88
+ <div class="bg-red-100 p-4 rounded-full w-16 h-16 mx-auto mb-4 flex items-center justify-center">
89
+ <i data-feather="clock" class="text-red-600 w-8 h-8"></i>
90
+ </div>
91
+ <h3 class="text-xl font-bold text-gray-900 mb-3">15+ Hours Lost Weekly</h3>
92
+ <p class="text-gray-600">Manual follow-ups, data entry, and paperwork that could be automated</p>
93
+ </div>
94
+
95
+ <div class="text-center p-6" data-aos="fade-up" data-aos-delay="300">
96
+ <div class="bg-red-100 p-4 rounded-full w-16 h-16 mx-auto mb-4 flex items-center justify-center">
97
+ <i data-feather="users" class="text-red-600 w-8 h-8"></i>
98
+ </div>
99
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Missed Opportunities</h3>
100
+ <p class="text-gray-600">Leads falling through the cracks because you're too busy with admin work</p>
101
+ </div>
102
+
103
+ <div class="text-center p-6极" data-aos="fade-up" data-aos-delay="400">
104
+ <div class="bg-red-100 p-4 rounded-full w-16 h-16 mx-auto mb-4 flex items-center justify-center">
105
+ <i data-feather="trending-down" class="text-red-600 w-8 h-8"></i>
106
+ </div>
107
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Decreasing Morale</h3>
108
+ <p class="text-gray-600">Burnout from working evenings and weekends just to keep up</p>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </section>
113
+
114
+ <!-- Solution Section -->
115
+ <section class="py-20 bg-white">
116
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
117
+ <div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
118
+ <div class="mb-12 lg:mb-0" data-aos="fade-right">
119
+ <h2 class="text-3xl font-extrabold text-gray-900 mb-6">
120
+ Imagine Working Smarter, Not Harder
121
+ </h2>
122
+ <p class="text-lg text-gray-600 mb-6">
123
+ What if you could automatically nurture leads 24/7, never miss a follow-up, and have policies renewed without lifting a finger?
124
+ </p>
125
+ <p class="text-lg text-gray-600 mb-8">
126
+ As a licensed agent with over a decade in the industry, I've built automation systems that:
127
+ </p>
128
+ <ul class="space-y-4 text-lg text-gray-700">
129
+ <li class="flex items-start">
130
+ <i data-feather="check" class="text-green-500 mr-3 mt-1 w-6 h-6"></i>
131
+ <span>Save 15+ hours per week on administrative tasks</span>
132
+ </li>
133
+ <li class="flex items-start">
134
+ <i data-feather="check" class="text-green-500 mr-3 mt-1 w-6 h-6"></i>
135
+ <span>Increase lead conversion by 40% with timely follow-ups</span>
136
+ </li>
137
+ <li class="flex items-start">
138
+ <i data-feather="check" class="text-green-500 mr-3 mt-1 w-6 h-6"></i>
139
+ <span>Boost policy renewal rates by 25%+</span>
140
+ </li>
141
+ <li class="flex items-start">
142
+ <i data-feather="check" class="text-green-500 mr-3 mt-1 w-6极 h-6"></i>
143
+ <span>Provide 24/7 client communication without your direct involvement</span>
144
+ </li>
145
+ </ul>
146
+ </div>
147
+ <div class="relative" data-aos="fade-left">
148
+ <img src="http://static.photos/technology/640x360/20" alt="Insurance Automation System" class="rounded-xl shadow-lg">
149
+ <div class="absolute inset-0 bg-blue-600 opacity-20 rounded-xl"></div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </section>
154
+
155
+ <!-- Automation Services -->
156
+ <section class="py-20 bg-gray-50">
157
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
158
+ <div class="text-center mb-16">
159
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">
160
+ Specific Automations for Life & Health Agents
161
+ </h2>
162
+ <p class="mt-4 text-xl text-gray-600 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
163
+ Tailored solutions designed specifically for the unique needs of insurance professionals
164
+ </p>
165
+ </div>
166
+
167
+ <div class="grid md:grid-cols-2 gap-8">
168
+ <!-- Lead Nurturing -->
169
+ <div class="automation-card bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up">
170
+ <div class="flex items-center mb-6">
171
+ <div class="bg-blue-100 p-4 rounded-full">
172
+ <i data-feather="send" class="text-blue-600 w-8 h-8"></i>
173
+ </div>
174
+ <h3 class="ml-4 text-xl font-bold text-gray-900">Automated Lead Nurturing</h3>
175
+ </div>
176
+ <p class="text-gray-600 mb-6">
177
+ Never let a warm lead go cold again. I'll set up automated email and text sequences that nurture prospects through your sales funnel, providing value and building trust until they're ready to buy.
178
+ </p>
179
+ <div class="benefit-item p-4 rounded-lg">
180
+ <h4 class="font-semibold text-blue-800 mb-2">Perfect For:</h4>
181
+ <p class="text-gray-700">Agents who get leads but struggle with consistent follow-up due to busy schedules</p>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Policy Renewals -->
186
+ <div class="automation-card bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up" data-aos-delay="100">
187
+ <div class="flex items-center mb-6">
188
+ <div class="bg-blue-100 p-4 rounded-full">
189
+ <i data-feather="refresh-cw" class="text-blue-600 w-8 h-8"></i>
190
+ </div>
191
+ <h3 class="ml-4 text-xl font-bold text-gray-900">Policy Renewal Automation</h3>
192
+ </div>
193
+ <p class="text-gray-600 mb-6">
194
+ Automatic reminders, review scheduling, and renewal processing that keeps your clients protected and your retention rates high—without you manually tracking expiration dates.
195
+ </p>
196
+ <div class="benefit-item p-4 rounded-lg">
197
+ <h4 class="font-semibold text-blue-800 mb-2">Perfect For:</h4>
198
+ <p class="text-gray-700">Agents who want to increase retention without the administrative headache</p>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Client Onboarding -->
203
+ <div class="automation-card bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up" data-aos-delay="200">
204
+ <div class="flex items-center mb-6">
205
+ <div class="bg-blue-100 p-4 rounded-full">
206
+ <i data-feather="user-plus" class="text-blue-600 w-8 h-8"></i>
207
+ </div>
208
+ <h3 class="ml-4 text-xl font-bold text-gray-900">Client Onboarding Workflows</h3>
209
+ </div>
210
+ <p class="text-gray-600 mb-6">
211
+ Streamlined onboarding processes that welcome new clients, gather necessary information, and set expectations automatically—creating raving fans from day one.
212
+ </p>
213
+ <div class="benefit-item p-4 rounded-lg">
214
+ <h4 class="font-semibold text-blue-800 mb极-2">Perfect For:</h4>
215
+ <p class="text-gray-700">Agents who want to provide exceptional client experiences without the time commitment</p>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Appointment Scheduling -->
220
+ <div class="automation-card bg-white p-8 rounded-xl shadow-lg" data-aos="fade-up" data-aos-delay="300">
221
+ <div class="flex items-center mb-6">
222
+ <div class="bg-blue-100 p-4 rounded-full">
223
+ <i data-feather="calendar" class="text-blue-600 w-8 h-8"></i>
224
+ </div>
225
+ <h3 class="ml-4 text-xl font-bold text-gray-900">Automated Appointment Scheduling</h3>
226
+ </div>
227
+ <p class="text-gray-600 mb-6">
228
+ Let prospects book meetings directly on your calendar without back-and-forth emails. Integrated with your CRM to automatically capture and nurture leads.
229
+ </p>
230
+ <div class="benefit-item p-4 rounded-lg">
231
+ <h4 class="font-semibold text-blue-800 mb-2">Perfect For:</h4>
232
+ <p class="text-gray-700">Busy agents who want to eliminate scheduling headaches and missed opportunities</p>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+ </section>
238
+
239
+ <!-- Results Section -->
240
+ <section class="py-20 bg-blue-600 text-white">
241
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
242
+ <div class="text-center mb-16">
243
+ <h2 class="text-3xl font-extrabold mb-6" data-aos="fade-up">
244
+ Real Results for Insurance Agents
245
+ </h2>
246
+ <p class="text-xl text-blue-100 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
247
+ Here's what happens when you implement the right automation systems
248
+ </p>
249
+ </div>
250
+
251
+ <div class="grid md:grid-cols-3 gap-8 text-center">
252
+ <div data-aos="fade-up" data-aos-delay="200">
253
+ <div class="text-4xl font-bold mb-2">15+</div>
254
+ <div class="text-blue-100">Hours Saved Weekly</div>
255
+ <p class="text-blue-200 text-sm mt-2">More time for selling and serving clients</p>
256
+ </div>
257
+ <div data-aos="fade-up" data-aos-delay="300">
258
+ <div class="text-4xl font-bold mb-2">40%</div>
259
+ <div class="text-blue-100">Higher Lead Conversion</div>
260
+ <p class="text-blue-200 text-sm mt-2">From timely, automated follow-up sequences</p>
261
+ </div>
262
+ <div data-aos="fade-up" data-aos-delay="400">
263
+ <div class="text-4xl font-bold mb-2">25%</div>
264
+ <div class="text-blue-100">Increase in Renewals</div>
265
+ <p class="text-blue-200 text-sm mt-2">Automated reminders and review scheduling</p>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </section>
270
+
271
+ <!-- How It Works -->
272
+ <section class="py-20 bg-white">
273
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
274
+ <div class="text-center mb-16">
275
+ <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up">
276
+ How the Process Works
277
+ </h2>
278
+ <p class="mt-4 text-xl text-gray-600 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
279
+ Simple, stress-free implementation designed for busy insurance professionals
280
+ </p>
281
+ </div>
282
+
283
+ <div class="grid md:grid-cols-4 gap-8">
284
+ <div class="text-center" data-aos="fade-up" data-aos-delay="200">
285
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
286
+ <span class="text-2xl font-bold text-blue-600">1</span>
287
+ </div>
288
+ <h3 class="text-lg font-semibold text-gray-900 mb-2">Discovery Call</h3>
289
+ <p class="text-gray-600">We'll discuss your specific pain points and goals</p>
290
+ </div>
291
+ <div class="text-center" data-aos="fade-up" data-aos-delay="300">
292
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
293
+ <span class="text-2xl font-bold text-blue-600">2</span>
294
+ </div>
295
+ <h3 class="text-lg font-semibold text-gray-900 mb-2">Custom Solution</h3>
296
+ <p class="text-gray-600">I'll design automations tailored to your business</p>
297
+ </div>
298
+ <div class="text-center" data-aos="fade-up" data-aos-delay="400">
299
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
300
+ <span class="text-2xl font-bold text-blue-600">3</span>
301
+ </div>
302
+ <h3 class="text-lg font-semibold text-gray-900 mb-2">Implementation</h3>
303
+ <p class="text-gray-600">I handle the technical setup from start to finish</p>
304
+ </div>
305
+ <div class="text-center" data-aos="fade-up" data-aos-delay="500">
306
+ <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
307
+ <span class="text-2xl font-bold text-blue-600">4</span>
308
+ </div>
309
+ <h3 class="text-lg font-semibold text-gray-900 mb-2">Training & Support</h3>
310
+ <p class="text-gray-600">You'll learn how to use your new systems effectively</p>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ </section>
315
+
316
+ <!-- CTA Section -->
317
+ <section class="py-20 bg-gray-50">
318
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
319
+ <h2 class="text-3xl font-extrabold text-gray-900 mb-6" data-aos="fade-up">
320
+ Ready to Get Your Evenings and Weekends Back?
321
+ </h2>
322
+ <p class="text-xl text-gray-600 mb-10" data-aos="fade-up" data-aos-delay="100">
323
+ Schedule a free automation audit where I'll show you exactly which tasks can be automated in your business and how much time you'll save.
324
+ </p>
325
+ <div data-aos="fade-up" data-aos-delay="200">
326
+ <a href="index.html#contact" class="bg-blue-600 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-700 transition duration-300">
327
+ Book Free Automation Audit
328
+ </a>
329
+ </div>
330
+ <p class="text-sm text-gray-500 mt-4">No obligation, just actionable insights</p>
331
+ </div>
332
+ </section>
333
+
334
+ <!-- Footer -->
335
+ <footer class="bg-gray-900 text-white pt-16 pb-8">
336
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
337
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8">
338
+ <div>
339
+ <h3 class="text-lg font-semibold mb-4">Services</h3>
340
+ <ul class="space-y-2">
341
+ <li><a href="automations.html" class="text-gray-400 hover:text-white transition duration-300">Automation</a></li>
342
+ <li><a href="crm.html" class="text-gray-400 hover:text-white transition duration-300">CRM Solutions</a></li>
343
+ <li><a href="websites.html" class="text-gray-400 hover:text-white transition duration-300">Websites</a></li>
344
+ <li><a href="social-media.html" class="text-gray-400 hover:text-white transition duration-300">Social Media</a></li>
345
+ <li><a href="paid-ads.html" class="text-gray-400 hover:text-white transition duration-300">Paid Ads</a></li>
346
+ </ul>
347
+ </div>
348
+ <div>
349
+ <h3 class="text-lg font-semibold mb-4">Resources</h3>
350
+ <ul class="space-y-2">
351
+ <li><a href="blog.html" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
352
+ <li><a href="case-studies.html" class="text-gray-400 hover:text-white transition duration-300">Case Studies</极a></li>
353
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Guides</a></li>
354
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Tools</a></li>
355
+ </ul>
356
+ </div>
357
+ <div>
358
+ <h3 class="text-lg font-semibold mb-4">Company</h3>
359
+ <ul class="space-y-2">
360
+ <li><a href="about.html" class="text-gray-400 hover:text-white transition duration-300">About</a></li>
361
+ <li><a href="index.html#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li>
362
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Privacy</a></li>
363
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Terms</a></li>
364
+ </ul>
365
+ </div>
366
+ <div>
367
+ <h3 class="text-lg font-semibold mb-4">Connect</h3>
368
+ <div class="flex space-x-4">
369
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
370
+ <i data-feather="facebook" class="w-5 h-5"></i>
371
+ </a>
372
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
373
+ <i data-feather="twitter" class="w-5 h-5"></i>
374
+ </a>
375
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
376
+ <i data-feather="linkedin" class="w-5 h-5"></i>
377
+ </a>
378
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
379
+ <i data-feather="instagram" class="w-5 h-5"></极i>
380
+ </a>
381
+ </div>
382
+ <div class="极mt-6">
383
+ <p class="text-gray-400">Subscribe to our newsletter</p>
384
+ <div class="mt-2 flex">
385
+ <input type="email" placeholder="Your email" class="px-4 py-2 w-full rounded-l-md text-gray-900 focus:outline-none">
386
+ <button class="bg-blue-600 text-white px-4 py-2 rounded-r-md hover:bg-blue-700 transition duration-300">
387
+ <i data-feather="send" class="w-5 h-5"></i>
388
+ </button>
389
+ </div>
390
+ </div>
391
+ </div>
392
+ </div>
393
+ <div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400">
394
+ <p>&copy; 2023 Larry Buckalew. All rights reserved.</p>
395
+ </div>
396
+ </div>
397
+ </footer>
398
+
399
+ <script>
400
+ // Initialize animations
401
+ AOS.init({
402
+ duration: 800,
403
+ easing: 'ease-in-out',
404
+ once: true
405
+ });
406
+
407
+ // Initialize feather icons
408
+ feather.replace();
409
+ </script>
410
+ </body>
411
+ </html>
prompts.txt CHANGED
@@ -4,4 +4,6 @@ Great now make a services page..showing all services with explanation to each on
4
  Great now make a services page..showing all services with explanation to each on how I can help individual agents..do this make sense?
5
  Now. Create an about me page..you can use https://buckalewfinancialsdervices.com to get an idea on who I am..licensed agent for 10 yrs both in life and health…and add a spot to include my image …
6
  Now I need a blog page with the categories of my services..for the post…will have it own individual page for the post ..do you understand what I am looking for?
7
- Can you build out the case studies page?
 
 
 
4
  Great now make a services page..showing all services with explanation to each on how I can help individual agents..do this make sense?
5
  Now. Create an about me page..you can use https://buckalewfinancialsdervices.com to get an idea on who I am..licensed agent for 10 yrs both in life and health…and add a spot to include my image …
6
  Now I need a blog page with the categories of my services..for the post…will have it own individual page for the post ..do you understand what I am looking for?
7
+ Can you build out the case studies page?
8
+ can we create each page for the services…In a writing style to attached life and health agents to want my services..Start with Automations Page
9
+ Now build out the crm page… same inviting tone…just so you know I will be using a white label version of go Hugh level..so you understand the benefits psych of my crm …