spwotton commited on
Commit
43e8251
·
verified ·
1 Parent(s): d1c289f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +57 -161
index.html CHANGED
@@ -3,206 +3,102 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
- <title>Merchant Processing Pros - Telehealth TUA vs Klarna</title>
7
- <script src="https://cdn.tailwindcss.com"></script>
8
- <style>
9
- .hero-section {
10
- font-family: "Nunito Sans", sans-serif;
11
- font-size: 16px;
12
- font-weight: 300;
13
- line-height: 24px;
14
- word-spacing: 0px;
15
- height: 347.2px;
16
- width: 100%;
17
- margin-top: -182px;
18
- padding: 0 0 30px 0;
19
- position: relative;
20
- background-image: url('https://images.unsplash.com/photo-1581090763521-0ea28fe02f53?auto=format&fit=crop&w=1500&q=80');
21
- background-size: cover;
22
- background-position: center;
23
- background-repeat: no-repeat;
24
- color: white;
25
- display: flex;
26
- align-items: center;
27
- justify-content: center;
28
- text-align: center;
29
- transition: background 0.3s, border 0.3s;
30
- }
31
-
32
- .overlay-gradient {
33
- position: absolute;
34
- top: 0;
35
- left: 0;
36
- right: 0;
37
- bottom: 0;
38
- background: linear-gradient(135deg, rgba(107, 107, 107, 0.7), rgba(30, 41, 59, 0.8));
39
- z-index: 10;
40
- }
41
-
42
- .hero-content {
43
- position: relative;
44
- z-index: 20;
45
- }
46
-
47
- .comparison-table th, .comparison-table td {
48
- padding: 1rem;
49
- border-bottom: 1px solid #e5e7eb;
50
- }
51
-
52
- .comparison-table tr:nth-child(even) {
53
- background-color: #f9fafb;
54
- }
55
- </style>
56
  </head>
57
- <body class="bg-white text-gray-800 font-sans">
58
 
59
  <!-- Navigation -->
60
- <nav class="bg-white shadow-md fixed top-0 left-0 right-0 z-50">
61
- <div class="max-w-7xl mx-auto px-4 py-4 flex justify-between items-center">
62
- <div class="text-2xl font-bold text-blue-600">Merchant Processing Pros</div>
63
- <div class="space-x-6 hidden md:block">
64
- <a href="#hero" class="text-gray-700 hover:text-blue-600">Home</a>
65
- <a href="#compare" class="text-gray-700 hover:text-blue-600">Compare</a>
66
- <a href="#cta" class="text-gray-700 hover:text-blue-600">Contact</a>
67
  </div>
68
  </div>
69
  </nav>
70
-
71
- <!-- Hero Section -->
72
  <section id="hero" class="hero-section">
73
  <div class="overlay-gradient"></div>
74
- <div class="hero-content max-w-4xl mx-auto px-4">
75
- <h1 class="text-4xl md:text-5xl font-extrabold leading-tight mb-4">
76
- TUA Payment Plans for Telehealth Providers
77
- </h1>
78
- <p class="text-lg md:text-xl mb-6">
79
- Tailored. Transparent. Affordable. Compare how our payment solutions outperform Klarna and other processors.
80
  </p>
81
- <a href="#compare" class="inline-block bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold shadow hover:bg-blue-50 transition">
82
- Compare Now
83
- </a>
84
  </div>
85
  </section>
86
-
87
  <!-- Main Content -->
88
- <main class="max-w-7xl mx-auto px-4 py-16">
89
- <section class="mb-16">
90
- <h2 class="text-3xl font-bold text-gray-900 mb-4 text-center">Why Telehealth Providers Choose TUA</h2>
91
- <p class="text-lg text-gray-700 mb-6 text-center">
92
- Telehealth providers need flexible, compliant, and secure payment options. Our TUA (Third-Party User Agreement) plans are designed with HIPAA compliance, low fees, and seamless integration in mind.
93
  </p>
94
- <ul class="grid grid-cols-1 md:grid-cols-2 gap-4 text-gray-700">
95
- <li class="flex items-start space-x-2">
96
- <span class="text-blue-600 font-bold">✓</span>
97
- <span>Transparent pricing with no hidden fees</span>
98
- </li>
99
- <li class="flex items-start space-x-2">
100
- <span class="text-blue-600 font-bold">✓</span>
101
- <span>Custom payment schedules for recurring services</span>
102
- </li>
103
- <li class="flex items-start space-x-2">
104
- <span class="text-blue-600 font-bold">✓</span>
105
- <span>Secure, HIPAA-compliant transaction handling</span>
106
- </li>
107
- <li class="flex items-start space-x-2">
108
- <span class="text-blue-600 font-bold">✓</span>
109
- <span>Easy integration with existing telehealth platforms</span>
110
- </li>
111
  </ul>
112
  </section>
113
 
114
  <!-- Comparison Table -->
115
- <section id="compare" class="mb-16">
116
- <h2 class="text-3xl font-bold text-gray-900 mb-6 text-center">TUA vs Klarna vs Others</h2>
117
  <div class="overflow-x-auto">
118
- <table class="comparison-table w-full border-collapse text-left">
119
- <thead class="bg-gray-100">
120
  <tr>
121
- <th class="p-4">Features</th>
122
- <th class="p-4">TUA (Merchant Processing Pros)</th>
123
- <th class="p-4">Klarna</th>
124
- <th class="p-4">Other Processors</th>
125
  </tr>
126
  </thead>
127
  <tbody>
128
- <tr>
129
- <td class="p-4 font-medium">Transparent Pricing</td>
130
- <td class="p-4">✅ Yes</td>
131
- <td class="p-4">❌ No</td>
132
- <td class="p-4">❌ Varies</td>
133
- </tr>
134
- <tr>
135
- <td class="p-4 font-medium">HIPAA Compliance</td>
136
- <td class="p-4">✅ Yes</td>
137
- <td class="p-4">❌ No</td>
138
- <td class="p-4">❌ Not guaranteed</td>
139
- </tr>
140
- <tr>
141
- <td class="p-4 font-medium">Recurring Payments</td>
142
- <td class="p-4">✅ Built-in</td>
143
- <td class="p-4">❌ Limited</td>
144
- <td class="p-4">✅ Available</td>
145
- </tr>
146
- <tr>
147
- <td class="p-4 font-medium">Monthly Fees</td>
148
- <td class="p-4">✅ None</td>
149
- <td class="p-4">❌ Yes</td>
150
- <td class="p-4">❌ Yes</td>
151
- </tr>
152
- <tr>
153
- <td class="p-4 font-medium">Customer Support</td>
154
- <td class="p-4">✅ 24/7 Dedicated</td>
155
- <td class="p-4">✅ Limited</td>
156
- <td class="p-4">❌ Varies</td>
157
- </tr>
158
- <tr>
159
- <td class="p-4 font-medium">Integration</td>
160
- <td class="p-4">✅ Easy API</td>
161
- <td class="p-4">✅ Medium</td>
162
- <td class="p-4">❌ Often difficult</td>
163
- </tr>
164
- <tr>
165
- <td class="p-4 font-medium">Approval Time</td>
166
- <td class="p-4">✅ Same-day</td>
167
- <td class="p-4">❌ 2-5 Days</td>
168
- <td class="p-4">❌ 3-7 Days</td>
169
- </tr>
170
  </tbody>
171
  </table>
172
  </div>
173
  </section>
174
-
175
  <!-- CTA Section -->
176
- <section id="cta" class="bg-blue-600 text-white rounded-lg p-8 md:p-12 text-center mb-16">
177
- <h2 class="text-2xl md:text-3xl font-bold mb-4">Ready to Switch to a Better Payment Plan?</h2>
178
- <p class="mb-6 text-lg">
179
- Get started with TUA today and empower your telehealth practice with a payment solution that actually works for you.
180
- </p>
181
- <a href="#" class="inline-block bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold shadow hover:bg-blue-50 transition">
182
- Contact Us
183
- </a>
184
  </section>
185
  </main>
186
 
187
  <!-- Footer -->
188
- <footer class="bg-gray-900 text-white py-6 mt-16">
189
- <div class="max-w-7xl mx-auto px-4 text-center">
190
- <p>&copy; 2025 Merchant Processing Pros. All rights reserved.</p>
191
- </div>
192
  </footer>
193
 
194
- <!-- Smooth Scroll Script -->
195
  <script>
196
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
197
  anchor.addEventListener("click", function (e) {
198
  e.preventDefault();
199
  const target = document.querySelector(this.getAttribute("href"));
200
- if (target) {
201
- target.scrollIntoView({ behavior: "smooth" });
202
- }
203
  });
204
  });
205
  </script>
206
 
207
- <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-qwensite.hf.space/logo.svg" alt="qwensite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-qwensite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenSite</a> - 🧬 <a href="https://enzostvs-qwensite.hf.space?remix=spwotton/mpp5525" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
208
- </html>
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Merchant Processing Pros - TUA for Telehealth</title>
7
+ <meta name="description" content="Compare TUA with Klarna for your telehealth payment processing. HIPAA-compliant, transparent, fast approval.">
8
+ <meta name="theme-color" content="#1e293b" />
9
+ <link rel="stylesheet" href="css/base.css" />
10
+ <script>
11
+ // Auto dark mode
12
+ document.documentElement.classList.toggle('dark', window.matchMedia('(prefers-color-scheme: dark)').matches);
13
+ </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  </head>
15
+ <body class="dark:bg-gray-900 dark:text-white">
16
 
17
  <!-- Navigation -->
18
+ <nav class="bg-white dark:bg-gray-800 shadow-md fixed top-0 w-full z-50">
19
+ <div class="container flex justify-between items-center py-4">
20
+ <div class="text-xl font-bold text-blue-600 dark:text-white">Merchant Processing Pros</div>
21
+ <div class="space-x-4 hidden sm:block">
22
+ <a href="#hero" class="text-gray-700 dark:text-gray-300 hover:text-blue-600">Home</a>
23
+ <a href="#compare" class="text-gray-700 dark:text-gray-300 hover:text-blue-600">Compare</a>
24
+ <a href="#cta" class="text-gray-700 dark:text-gray-300 hover:text-blue-600">Contact</a>
25
  </div>
26
  </div>
27
  </nav>
28
+ <!-- Hero Section -->
 
29
  <section id="hero" class="hero-section">
30
  <div class="overlay-gradient"></div>
31
+ <div class="hero-content">
32
+ <h1 class="text-4xl font-bold leading-tight mb-4">TUA Payment Plans for Telehealth</h1>
33
+ <p class="text-lg mb-6">
34
+ Tailored. Transparent. Affordable. Compare TUA vs Klarna and others.
 
 
35
  </p>
36
+ <a href="#compare" class="btn btn-primary">Compare Now</a>
 
 
37
  </div>
38
  </section>
 
39
  <!-- Main Content -->
40
+ <main class="container section">
41
+ <section>
42
+ <h2 class="text-2xl font-bold text-center mb-4">Why Choose TUA</h2>
43
+ <p class="text-lg text-center mb-6">
44
+ TUA (Third-Party User Agreement) offers secure, flexible, HIPAA-compliant payment processing tailored for telehealth.
45
  </p>
46
+ <ul class="grid gap-4 text-left">
47
+ <li>✓ Transparent pricing with no hidden fees</li>
48
+ <li>✓ Custom recurring schedules</li>
49
+ <li>✓ Secure, HIPAA-compliant handling</li>
50
+ <li>✓ Easy integration with telehealth platforms</li>
 
 
 
 
 
 
 
 
 
 
 
 
51
  </ul>
52
  </section>
53
 
54
  <!-- Comparison Table -->
55
+ <section id="compare" class="section">
56
+ <h2 class="text-2xl font-bold text-center mb-6">TUA vs Klarna vs Others</h2>
57
  <div class="overflow-x-auto">
58
+ <table class="table">
59
+ <thead>
60
  <tr>
61
+ <th>Feature</th>
62
+ <th>TUA</th>
63
+ <th>Klarna</th>
64
+ <th>Others</th>
65
  </tr>
66
  </thead>
67
  <tbody>
68
+ <tr><td>Transparent Pricing</td><td>✅</td><td>❌</td><td>❌</td></tr>
69
+ <tr><td>HIPAA Compliance</td><td>✅</td><td>❌</td><td>❌</td></tr>
70
+ <tr><td>Recurring Payments</td><td>✅</td><td>❌</td><td>✅</td></tr>
71
+ <tr><td>Monthly Fees</td><td>❌</td><td>✅</td><td>✅</td></tr>
72
+ <tr><td>24/7 Support</td><td>✅</td><td>Limited</td><td>Varies</td></tr>
73
+ <tr><td>API Integration</td><td>Easy</td><td>Medium</td><td>Hard</td></tr>
74
+ <tr><td>Approval Time</td><td>Same-day</td><td>2–5 days</td><td>3–7 days</td></tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  </tbody>
76
  </table>
77
  </div>
78
  </section>
 
79
  <!-- CTA Section -->
80
+ <section id="cta" class="section bg-blue-600 text-white rounded text-center">
81
+ <h2 class="text-2xl font-bold mb-4">Ready to Upgrade Your Payments?</h2>
82
+ <p class="mb-6">Switch to TUA and simplify your telehealth billing experience today.</p>
83
+ <a href="#" class="btn btn-primary bg-white text-blue-600 hover:bg-blue-100">Contact Us</a>
 
 
 
 
84
  </section>
85
  </main>
86
 
87
  <!-- Footer -->
88
+ <footer class="footer">
89
+ <p>&copy; 2025 Merchant Processing Pros. All rights reserved.</p>
 
 
90
  </footer>
91
 
92
+ <!-- Smooth Scroll -->
93
  <script>
94
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
95
  anchor.addEventListener("click", function (e) {
96
  e.preventDefault();
97
  const target = document.querySelector(this.getAttribute("href"));
98
+ if (target) target.scrollIntoView({ behavior: "smooth" });
 
 
99
  });
100
  });
101
  </script>
102
 
103
+ </body>
104
+ </html>