spwotton commited on
Commit
89db25c
·
verified ·
1 Parent(s): a6cb497

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +533 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Mppcinco
3
- emoji: 🏢
4
- colorFrom: purple
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: mppcinco
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,533 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Merchant Processing Pros - Premium Payment Solutions for Telehealth</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#2563eb',
15
+ secondary: '#1e40af',
16
+ accent: '#3b82f6',
17
+ dark: '#1e293b',
18
+ light: '#f8fafc'
19
+ },
20
+ fontFamily: {
21
+ sans: ['Inter', 'sans-serif'],
22
+ },
23
+ }
24
+ }
25
+ }
26
+ </script>
27
+ <style>
28
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
29
+
30
+ body {
31
+ font-family: 'Inter', sans-serif;
32
+ scroll-behavior: smooth;
33
+ }
34
+
35
+ .hero-section {
36
+ height: 100vh;
37
+ min-height: 600px;
38
+ background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1581090763521-0ea28fe02f53?auto=format&fit=crop&w=1500&q=80');
39
+ background-size: cover;
40
+ background-position: center;
41
+ background-attachment: fixed;
42
+ }
43
+
44
+ .feature-card {
45
+ transition: all 0.3s ease;
46
+ border-radius: 12px;
47
+ }
48
+
49
+ .feature-card:hover {
50
+ transform: translateY(-5px);
51
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
52
+ }
53
+
54
+ .comparison-table th, .comparison-table td {
55
+ padding: 1.25rem;
56
+ border-bottom: 1px solid #e2e8f0;
57
+ }
58
+
59
+ .comparison-table tr:nth-child(even) {
60
+ background-color: #f8fafc;
61
+ }
62
+
63
+ .comparison-table tr:hover {
64
+ background-color: #f1f5f9;
65
+ }
66
+
67
+ .testimonial-card {
68
+ background: linear-gradient(145deg, #ffffff, #f8fafc);
69
+ border-radius: 12px;
70
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
71
+ }
72
+
73
+ .btn-primary {
74
+ background: linear-gradient(135deg, #2563eb, #1d4ed8);
75
+ transition: all 0.3s ease;
76
+ }
77
+
78
+ .btn-primary:hover {
79
+ transform: translateY(-2px);
80
+ box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
81
+ }
82
+
83
+ .btn-secondary {
84
+ background: white;
85
+ color: #2563eb;
86
+ border: 2px solid #2563eb;
87
+ transition: all 0.3s ease;
88
+ }
89
+
90
+ .btn-secondary:hover {
91
+ background: #2563eb;
92
+ color: white;
93
+ }
94
+
95
+ .nav-link {
96
+ position: relative;
97
+ }
98
+
99
+ .nav-link:after {
100
+ content: '';
101
+ position: absolute;
102
+ width: 0;
103
+ height: 2px;
104
+ bottom: -2px;
105
+ left: 0;
106
+ background-color: #2563eb;
107
+ transition: width 0.3s ease;
108
+ }
109
+
110
+ .nav-link:hover:after {
111
+ width: 100%;
112
+ }
113
+ </style>
114
+ </head>
115
+ <body class="bg-gray-50 text-gray-800">
116
+
117
+ <!-- Navigation -->
118
+ <nav class="bg-white shadow-lg fixed top-0 left-0 right-0 z-50">
119
+ <div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center">
120
+ <div class="flex items-center space-x-2">
121
+ <div class="w-10 h-10 bg-primary rounded-full flex items-center justify-center text-white font-bold">MPP</div>
122
+ <div class="text-2xl font-bold text-primary">Merchant Processing Pros</div>
123
+ </div>
124
+ <div class="hidden md:flex items-center space-x-8">
125
+ <a href="#hero" class="nav-link text-gray-700 hover:text-primary">Home</a>
126
+ <a href="#solutions" class="nav-link text-gray-700 hover:text-primary">Solutions</a>
127
+ <a href="#compare" class="nav-link text-gray-700 hover:text-primary">Comparison</a>
128
+ <a href="#testimonials" class="nav-link text-gray-700 hover:text-primary">Testimonials</a>
129
+ <a href="#contact" class="nav-link text-gray-700 hover:text-primary">Contact</a>
130
+ <a href="#contact" class="btn-primary px-6 py-2 rounded-lg font-semibold text-white shadow">
131
+ Get Free Quote <i class="fas fa-arrow-right ml-2"></i>
132
+ </a>
133
+ </div>
134
+ <button class="md:hidden text-gray-700 focus:outline-none">
135
+ <i class="fas fa-bars text-2xl"></i>
136
+ </button>
137
+ </div>
138
+ </nav>
139
+
140
+ <!-- Hero Section -->
141
+ <section id="hero" class="hero-section flex items-center justify-center text-center px-4 pt-24">
142
+ <div class="max-w-4xl mx-auto">
143
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6 text-white">
144
+ Premium Payment Solutions <br>for <span class="text-primary">Telehealth</span> Providers
145
+ </h1>
146
+ <p class="text-xl md:text-2xl text-gray-200 mb-8">
147
+ Direct partnerships with Visa, Mastercard, and major banks ensure the lowest rates and fastest approvals for your practice.
148
+ Our TUA payment plans outperform Klarna and traditional processors in every aspect.
149
+ </p>
150
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
151
+ <a href="#contact" class="btn-primary px-8 py-4 rounded-lg font-semibold text-white shadow-lg text-lg">
152
+ Get Instant Quote <i class="fas fa-bolt ml-2"></i>
153
+ </a>
154
+ <a href="#compare" class="btn-secondary px-8 py-4 rounded-lg font-semibold shadow-lg text-lg">
155
+ Compare Solutions <i class="fas fa-chart-bar ml-2"></i>
156
+ </a>
157
+ </div>
158
+ <div class="mt-8 text-gray-300 flex items-center justify-center">
159
+ <i class="fas fa-check-circle text-primary mr-2"></i>
160
+ <span>Free consultation with our payment experts</span>
161
+ </div>
162
+ </div>
163
+ </section>
164
+
165
+ <!-- Trust Badges -->
166
+ <section class="bg-white py-8 shadow-sm">
167
+ <div class="max-w-7xl mx-auto px-4">
168
+ <p class="text-center text-gray-500 mb-6">TRUSTED BY LEADING TELEHEALTH PROVIDERS AND PARTNERED WITH</p>
169
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
170
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Visa_Inc._logo.svg/2560px-Visa_Inc._logo.svg.png" alt="Visa" class="h-8 opacity-70 hover:opacity-100 transition">
171
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Mastercard-logo.svg/1280px-Mastercard-logo.svg.png" alt="Mastercard" class="h-8 opacity-70 hover:opacity-100 transition">
172
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Stripe_Logo%2C_revised_2016.svg/2560px-Stripe_Logo%2C_revised_2016.svg.png" alt="Stripe" class="h-8 opacity-70 hover:opacity-100 transition">
173
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/American_Express_logo_%282018%29.svg/1200px-American_Express_logo_%282018%29.svg.png" alt="American Express" class="h-8 opacity-70 hover:opacity-100 transition">
174
+ <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/40/JPMorgan_Chase_logo.svg/1200px-JPMorgan_Chase_logo.svg.png" alt="Chase" class="h-8 opacity-70 hover:opacity-100 transition">
175
+ </div>
176
+ </div>
177
+ </section>
178
+
179
+ <!-- Solutions Section -->
180
+ <section id="solutions" class="py-16 bg-gray-50">
181
+ <div class="max-w-7xl mx-auto px-4">
182
+ <div class="text-center mb-16">
183
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Tailored Payment Solutions for Telehealth</h2>
184
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
185
+ We understand the unique challenges of telehealth providers. Our solutions are built specifically for your industry with direct banking relationships that reduce costs and increase approval rates.
186
+ </p>
187
+ </div>
188
+
189
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
190
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
191
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
192
+ <i class="fas fa-shield-alt text-2xl"></i>
193
+ </div>
194
+ <h3 class="text-xl font-bold mb-3">HIPAA-Compliant Processing</h3>
195
+ <p class="text-gray-600 mb-4">
196
+ Fully compliant payment solutions that meet all healthcare privacy requirements, with end-to-end encryption and secure tokenization.
197
+ </p>
198
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
199
+ Learn more <i class="fas fa-chevron-right ml-1 text-sm"></i>
200
+ </a>
201
+ </div>
202
+
203
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
204
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
205
+ <i class="fas fa-percent text-2xl"></i>
206
+ </div>
207
+ <h3 class="text-xl font-bold mb-3">Lowest Rates Guaranteed</h3>
208
+ <p class="text-gray-600 mb-4">
209
+ Our direct relationships with card networks and banks mean we pass the savings to you. Average 20-30% lower fees than competitors.
210
+ </p>
211
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
212
+ Get your rate <i class="fas fa-chevron-right ml-1 text-sm"></i>
213
+ </a>
214
+ </div>
215
+
216
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
217
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
218
+ <i class="fas fa-calendar-check text-2xl"></i>
219
+ </div>
220
+ <h3 class="text-xl font-bold mb-3">Flexible Payment Plans</h3>
221
+ <p class="text-gray-600 mb-4">
222
+ Customizable installment options that work for both one-time visits and recurring therapy sessions. No rigid schedules or hidden fees.
223
+ </p>
224
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
225
+ See options <i class="fas fa-chevron-right ml-1 text-sm"></i>
226
+ </a>
227
+ </div>
228
+
229
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
230
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
231
+ <i class="fas fa-bolt text-2xl"></i>
232
+ </div>
233
+ <h3 class="text-xl font-bold mb-3">Same-Day Approvals</h3>
234
+ <p class="text-gray-600 mb-4">
235
+ Get your merchant account approved within hours, not days or weeks. Our streamlined underwriting process is designed for healthcare.
236
+ </p>
237
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
238
+ Apply now <i class="fas fa-chevron-right ml-1 text-sm"></i>
239
+ </a>
240
+ </div>
241
+
242
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
243
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
244
+ <i class="fas fa-plug text-2xl"></i>
245
+ </div>
246
+ <h3 class="text-xl font-bold mb-3">Seamless Integration</h3>
247
+ <p class="text-gray-600 mb-4">
248
+ Easy API connections with all major telehealth platforms. Our developers will handle the technical details for you.
249
+ </p>
250
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
251
+ Integration docs <i class="fas fa-chevron-right ml-1 text-sm"></i>
252
+ </a>
253
+ </div>
254
+
255
+ <div class="feature-card bg-white p-8 rounded-xl shadow-md">
256
+ <div class="w-14 h-14 bg-blue-50 rounded-full flex items-center justify-center text-primary mb-6">
257
+ <i class="fas fa-headset text-2xl"></i>
258
+ </div>
259
+ <h3 class="text-xl font-bold mb-3">Dedicated Support</h3>
260
+ <p class="text-gray-600 mb-4">
261
+ 24/7 US-based support with payment experts who understand telehealth. No automated systems or endless transfers.
262
+ </p>
263
+ <a href="#contact" class="text-primary font-semibold inline-flex items-center">
264
+ Contact support <i class="fas fa-chevron-right ml-1 text-sm"></i>
265
+ </a>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </section>
270
+
271
+ <!-- Stats Section -->
272
+ <section class="py-16 bg-primary text-white">
273
+ <div class="max-w-7xl mx-auto px-4">
274
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 text-center">
275
+ <div class="p-6">
276
+ <div class="text-4xl font-bold mb-2">98%</div>
277
+ <div class="text-lg">Approval Rate</div>
278
+ <p class="text-blue-100 mt-2 text-sm">Highest in the industry for telehealth providers</p>
279
+ </div>
280
+ <div class="p-6">
281
+ <div class="text-4xl font-bold mb-2">24h</div>
282
+ <div class="text-lg">Average Approval Time</div>
283
+ <p class="text-blue-100 mt-2 text-sm">Fastest onboarding with our direct bank relationships</p>
284
+ </div>
285
+ <div class="p-6">
286
+ <div class="text-4xl font-bold mb-2">1.8%</div>
287
+ <div class="text-lg">Average Processing Fee</div>
288
+ <p class="text-blue-100 mt-2 text-sm">Significantly lower than industry standard</p>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </section>
293
+
294
+ <!-- Comparison Table -->
295
+ <section id="compare" class="py-16 bg-white">
296
+ <div class="max-w-7xl mx-auto px-4">
297
+ <div class="text-center mb-12">
298
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">How We Compare to Klarna & Others</h2>
299
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
300
+ See why leading telehealth providers choose our TUA payment solutions over Klarna and traditional processors.
301
+ </p>
302
+ </div>
303
+
304
+ <div class="overflow-x-auto shadow-lg rounded-xl">
305
+ <table class="comparison-table w-full border-collapse">
306
+ <thead class="bg-gray-100">
307
+ <tr>
308
+ <th class="p-4 font-semibold text-gray-700 text-left">Features</th>
309
+ <th class="p-4 font-semibold text-primary text-center">TUA (Our Solution)</th>
310
+ <th class="p-4 font-semibold text-gray-700 text-center">Klarna</th>
311
+ <th class="p-4 font-semibold text-gray-700 text-center">Traditional Processors</th>
312
+ </tr>
313
+ </thead>
314
+ <tbody>
315
+ <tr>
316
+ <td class="p-4 font-medium">Direct Bank Relationships</td>
317
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-check-circle text-green-500 mr-1"></i> Yes</td>
318
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-times-circle text-red-400 mr-1"></i> No</td>
319
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-times-circle text-red-400 mr-1"></i> Rarely</td>
320
+ </tr>
321
+ <tr>
322
+ <td class="p-4 font-medium">HIPAA Compliance</td>
323
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-check-circle text-green-500 mr-1"></i> Built-in</td>
324
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-exclamation-triangle text-yellow-500 mr-1"></i> Partial</td>
325
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-exclamation-triangle text-yellow-500 mr-1"></i> Additional Cost</td>
326
+ </tr>
327
+ <tr>
328
+ <td class="p-4 font-medium">Average Processing Fee</td>
329
+ <td class="p-4 text-center text-primary font-semibold">1.5% - 2.2%</td>
330
+ <td class="p-4 text-center text-gray-600">2.9% + $0.30</td>
331
+ <td class="p-4 text-center text-gray-600">2.5% - 3.5%</td>
332
+ </tr>
333
+ <tr>
334
+ <td class="p-4 font-medium">Approval Time</td>
335
+ <td class="p-4 text-center text-primary font-semibold">Same Day</td>
336
+ <td class="p-4 text-center text-gray-600">2-5 Days</td>
337
+ <td class="p-4 text-center text-gray-600">3-7 Days</td>
338
+ </tr>
339
+ <tr>
340
+ <td class="p-4 font-medium">Recurring Billing</td>
341
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-check-circle text-green-500 mr-1"></i> Flexible Options</td>
342
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> Limited</td>
343
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> Available</td>
344
+ </tr>
345
+ <tr>
346
+ <td class="p-4 font-medium">Chargeback Protection</td>
347
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-check-circle text-green-500 mr-1"></i> Advanced</td>
348
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> Basic</td>
349
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-exclamation-triangle text-yellow-500 mr-1"></i> Varies</td>
350
+ </tr>
351
+ <tr>
352
+ <td class="p-4 font-medium">Integration Support</td>
353
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-check-circle text-green-500 mr-1"></i> Dedicated Team</td>
354
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> Documentation</td>
355
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-exclamation-triangle text-yellow-500 mr-1"></i> Additional Cost</td>
356
+ </tr>
357
+ <tr>
358
+ <td class="p-4 font-medium">Monthly Fees</td>
359
+ <td class="p-4 text-center text-primary font-semibold"><i class="fas fa-times-circle text-red-400 mr-1"></i> None</td>
360
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> $20+</td>
361
+ <td class="p-4 text-center text-gray-600"><i class="fas fa-check-circle text-green-500 mr-1"></i> $10-$30</td>
362
+ </tr>
363
+ </tbody>
364
+ </table>
365
+ </div>
366
+
367
+ <div class="mt-12 text-center">
368
+ <a href="#contact" class="btn-primary px-8 py-4 rounded-lg font-semibold text-white shadow-lg text-lg inline-flex items-center">
369
+ Get Your Custom Quote <i class="fas fa-arrow-right ml-3"></i>
370
+ </a>
371
+ </div>
372
+ </div>
373
+ </section>
374
+
375
+ <!-- Testimonials -->
376
+ <section id="testimonials" class="py-16 bg-gray-50">
377
+ <div class="max-w-7xl mx-auto px-4">
378
+ <div class="text-center mb-12">
379
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">What Our Clients Say</h2>
380
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">
381
+ Telehealth providers across the country trust our payment solutions for their practices.
382
+ </p>
383
+ </div>
384
+
385
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
386
+ <div class="testimonial-card p-8">
387
+ <div class="flex items-center mb-4">
388
+ <div class="text-yellow-400 mr-2">
389
+ <i class="fas fa-star"></i>
390
+ <i class="fas fa-star"></i>
391
+ <i class="fas fa-star"></i>
392
+ <i class="fas fa-star"></i>
393
+ <i class="fas fa-star"></i>
394
+ </div>
395
+ </div>
396
+ <p class="text-gray-700 mb-6">
397
+ "Switching to Merchant Processing Pros saved us over $1,200/month in fees. Their direct Visa partnership made all the difference, and the integration with our telehealth platform was seamless."
398
+ </p>
399
+ <div class="flex items-center">
400
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center text-primary mr-4">
401
+ <span class="font-bold">JD</span>
402
+ </div>
403
+ <div>
404
+ <h4 class="font-bold">Dr. Jennifer Dawson</h4>
405
+ <p class="text-gray-500 text-sm">Telepsychiatry Practice, California</p>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ <div class="testimonial-card p-8">
411
+ <div class="flex items-center mb-4">
412
+ <div class="text-yellow-400 mr-2">
413
+ <i class="fas fa-star"></i>
414
+ <i class="fas fa-star"></i>
415
+ <i class="fas fa-star"></i>
416
+ <i class="fas fa-star"></i>
417
+ <i class="fas fa-star"></i>
418
+ </div>
419
+ </div>
420
+ <p class="text-gray-700 mb-6">
421
+ "After being denied by two other processors, Merchant Processing Pros got us approved in 6 hours. Their understanding of telehealth regulations is unmatched in the industry."
422
+ </p>
423
+ <div class="flex items-center">
424
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center text-primary mr-4">
425
+ <span class="font-bold">MR</span>
426
+ </div>
427
+ <div>
428
+ <h4 class="font-bold">Michael Roberts</h4>
429
+ <p class="text-gray-500 text-sm">Online Therapy Network, Texas</p>
430
+ </div>
431
+ </div>
432
+ </div>
433
+
434
+ <div class="testimonial-card p-8">
435
+ <div class="flex items-center mb-4">
436
+ <div class="text-yellow-400 mr-2">
437
+ <i class="fas fa-star"></i>
438
+ <i class="fas fa-star"></i>
439
+ <i class="fas fa-star"></i>
440
+ <i class="fas fa-star"></i>
441
+ <i class="fas fa-star"></i>
442
+ </div>
443
+ </div>
444
+ <p class="text-gray-700 mb-6">
445
+ "The flexible payment plans have increased our patient retention by 35%. Our clients love the options, and we love the transparent pricing and reliable deposits."
446
+ </p>
447
+ <div class="flex items-center">
448
+ <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center text-primary mr-4">
449
+ <span class="font-bold">SL</span>
450
+ </div>
451
+ <div>
452
+ <h4 class="font-bold">Sarah Lin</h4>
453
+ <p class="text-gray-500 text-sm">Nutrition Counseling LLC, New York</p>
454
+ </div>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ </section>
460
+
461
+ <!-- CTA Section -->
462
+ <section id="contact" class="py-16 bg-primary text-white">
463
+ <div class="max-w-4xl mx-auto px-4 text-center">
464
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Upgrade Your Payment Processing?</h2>
465
+ <p class="text-xl mb-8 max-w-3xl mx-auto">
466
+ Schedule your free consultation with our payment experts today. We'll analyze your current processing and show you exactly how much you could save.
467
+ </p>
468
+
469
+ <div class="bg-white rounded-xl shadow-2xl p-8 max-w-2xl mx-auto">
470
+ <h3 class="text-2xl font-bold text-gray-900 mb-6">Get Your Free Quote</h3>
471
+
472
+ <form class="space-y-4 text-left">
473
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
474
+ <div>
475
+ <label for="name" class="block text-gray-700 font-medium mb-1">Full Name</label>
476
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
477
+ </div>
478
+ <div>
479
+ <label for="email" class="block text-gray-700 font-medium mb-1">Email</label>
480
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
481
+ </div>
482
+ </div>
483
+
484
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
485
+ <div>
486
+ <label for="phone" class="block text-gray-700 font-medium mb-1">Phone</label>
487
+ <input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
488
+ </div>
489
+ <div>
490
+ <label for="practice" class="block text-gray-700 font-medium mb-1">Practice Type</label>
491
+ <select id="practice" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
492
+ <option>Select your specialty</option>
493
+ <option>Psychiatry/Therapy</option>
494
+ <option>Primary Care</option>
495
+ <option>Specialty Care</option>
496
+ <option>Nutrition/Dietetics</option>
497
+ <option>Other</option>
498
+ </select>
499
+ </div>
500
+ </div>
501
+
502
+ <div>
503
+ <label for="volume" class="block text-gray-700 font-medium mb-1">Monthly Processing Volume</label>
504
+ <select id="volume" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
505
+ <option>Select your volume</option>
506
+ <option>Under $10,000</option>
507
+ <option>$10,000 - $50,000</option>
508
+ <option>$50,000 - $100,000</option>
509
+ <option>Over $100,000</option>
510
+ </select>
511
+ </div>
512
+
513
+ <div>
514
+ <label for="current" class="block text-gray-700 font-medium mb-1">Current Processor (if any)</label>
515
+ <input type="text" id="current" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-primary">
516
+ </div>
517
+
518
+ <div class="pt-2">
519
+ <button type="submit" class="btn-primary w-full py-4 rounded-lg font-semibold text-white shadow-lg text-lg">
520
+ Get My Custom Quote <i class="fas fa-arrow-right ml-2"></i>
521
+ </button>
522
+ </div>
523
+
524
+ <p class="text-gray-500 text-sm text-center">
525
+ By submitting this form, you agree to our <a href="#" class="text-primary hover:underline">Privacy Policy</a>. We'll never share your information without your permission.
526
+ </p>
527
+ </form>
528
+ </div>
529
+
530
+ <div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-8 text-left max-w-5xl mx-auto">
531
+ <div class="flex items-start">
532
+ <div class="bg-white bg-opacity-20 rounded-full p-
533
+ </html>
prompts.txt ADDED
File without changes