nextgensolutions8 commited on
Commit
34fbc07
·
verified ·
1 Parent(s): fc5b685

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +533 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Yourimagesearch V22
3
- emoji: 🏆
4
- colorFrom: gray
5
- colorTo: yellow
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: yourimagesearch-v22
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: blue
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>YourImageSearch.com | Protect Your Digital Identity</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
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Space Grotesk', sans-serif;
14
+ background-color: #0f172a;
15
+ color: #e2e8f0;
16
+ }
17
+
18
+ .gradient-bg {
19
+ background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
20
+ }
21
+
22
+ .scan-animation {
23
+ position: relative;
24
+ overflow: hidden;
25
+ }
26
+
27
+ .scan-animation::before {
28
+ content: '';
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ width: 100%;
33
+ height: 5px;
34
+ background: linear-gradient(90deg, transparent, #3b82f6, transparent);
35
+ animation: scan 2s linear infinite;
36
+ }
37
+
38
+ @keyframes scan {
39
+ 0% { transform: translateY(0); }
40
+ 100% { transform: translateY(100vh); }
41
+ }
42
+
43
+ .pulse {
44
+ animation: pulse 2s infinite;
45
+ }
46
+
47
+ @keyframes pulse {
48
+ 0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
49
+ 70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
50
+ 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
51
+ }
52
+
53
+ .ai-chatbot {
54
+ position: fixed;
55
+ bottom: 20px;
56
+ right: 20px;
57
+ z-index: 1000;
58
+ transition: all 0.3s ease;
59
+ }
60
+
61
+ .ai-chatbot.expanded {
62
+ width: 350px;
63
+ height: 500px;
64
+ }
65
+
66
+ .tos-checkbox:checked {
67
+ background-color: #3b82f6;
68
+ }
69
+
70
+ .camera-container {
71
+ position: relative;
72
+ width: 100%;
73
+ max-width: 500px;
74
+ margin: 0 auto;
75
+ border-radius: 12px;
76
+ overflow: hidden;
77
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
78
+ }
79
+
80
+ .camera-view {
81
+ width: 100%;
82
+ height: 400px;
83
+ background-color: #1e293b;
84
+ display: flex;
85
+ flex-direction: column;
86
+ justify-content: center;
87
+ align-items: center;
88
+ }
89
+
90
+ .capture-btn {
91
+ width: 60px;
92
+ height: 60px;
93
+ border-radius: 50%;
94
+ background-color: #ef4444;
95
+ border: 4px solid white;
96
+ cursor: pointer;
97
+ transition: all 0.2s;
98
+ }
99
+
100
+ .capture-btn:hover {
101
+ transform: scale(1.05);
102
+ }
103
+
104
+ .capture-btn:active {
105
+ transform: scale(0.95);
106
+ }
107
+
108
+ .result-grid {
109
+ display: grid;
110
+ grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
111
+ gap: 20px;
112
+ }
113
+
114
+ .loading-dots::after {
115
+ content: '.';
116
+ animation: dots 1.5s steps(5, end) infinite;
117
+ }
118
+
119
+ @keyframes dots {
120
+ 0%, 20% { content: '.'; }
121
+ 40% { content: '..'; }
122
+ 60% { content: '...'; }
123
+ 80%, 100% { content: ''; }
124
+ }
125
+
126
+ .ad-image {
127
+ border-radius: 12px;
128
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
129
+ transition: transform 0.3s ease;
130
+ }
131
+
132
+ .ad-image:hover {
133
+ transform: translateY(-5px);
134
+ }
135
+
136
+ .scanning-header {
137
+ position: relative;
138
+ overflow: hidden;
139
+ height: 80px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ background: linear-gradient(90deg, #1e3a8a, #0f172a);
144
+ }
145
+
146
+ .scanning-bar {
147
+ position: absolute;
148
+ top: 0;
149
+ left: 0;
150
+ width: 100%;
151
+ height: 3px;
152
+ background: linear-gradient(90deg, transparent, #3b82f6, transparent);
153
+ animation: scanning 2s linear infinite;
154
+ }
155
+
156
+ @keyframes scanning {
157
+ 0% { transform: translateX(-100%); }
158
+ 100% { transform: translateX(100%); }
159
+ }
160
+ </style>
161
+ </head>
162
+ <body class="min-h-screen">
163
+ <!-- Scanning Header -->
164
+ <div class="scanning-header">
165
+ <div class="scanning-bar"></div>
166
+ <div class="text-center z-10">
167
+ <h2 class="text-xl md:text-2xl font-bold text-white">YourImageSearch.com - Scanning the Internet for Your Images</h2>
168
+ <p class="text-blue-300 text-sm">Protecting your digital identity 24/7</p>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Navigation -->
173
+ <nav class="gradient-bg border-b border-gray-800 py-4 px-6">
174
+ <div class="max-w-7xl mx-auto flex justify-between items-center">
175
+ <div class="flex items-center space-x-2">
176
+ <div class="w-10 h-10 bg-blue-500 rounded-full flex items-center justify-center">
177
+ <i class="fas fa-search text-white text-xl"></i>
178
+ </div>
179
+ <span class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-blue-600">YourImageSearch.com</span>
180
+ </div>
181
+ <div class="hidden md:flex space-x-8">
182
+ <a href="#features" class="text-gray-300 hover:text-white transition">Features</a>
183
+ <a href="#how-it-works" class="text-gray-300 hover:text-white transition">How It Works</a>
184
+ <a href="#pricing" class="text-gray-300 hover:text-white transition">Pricing</a>
185
+ <a href="#blog" class="text-gray-300 hover:text-white transition">Blog</a>
186
+ <a href="#contact" class="text-gray-300 hover:text-white transition">Contact</a>
187
+ </div>
188
+ <div class="flex items-center space-x-4">
189
+ <button class="px-4 py-2 rounded-full bg-blue-600 hover:bg-blue-700 text-white font-medium transition">
190
+ Sign In
191
+ </button>
192
+ <button class="md:hidden text-gray-300">
193
+ <i class="fas fa-bars text-xl"></i>
194
+ </button>
195
+ </div>
196
+ </div>
197
+ </nav>
198
+
199
+ <!-- Hero Section -->
200
+ <section class="gradient-bg py-20 px-6">
201
+ <div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-12 items-center">
202
+ <div>
203
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
204
+ Take Back Control of Your <span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-blue-600">Digital Identity</span>
205
+ </h1>
206
+ <p class="text-xl text-gray-300 mb-8">
207
+ Our advanced biometric search scans the entire internet to find images of you, helping you identify and remove non-consensual content with our free DMCA takedown service.
208
+ </p>
209
+ <div class="flex flex-col sm:flex-row gap-4">
210
+ <button id="start-sscan-btn" class="px-8 py-4 rounded-full bg-blue-600 hover:bg-blue-700 text-white font-bold text-lg transition flex items-center justify-center">
211
+ <i class="fas fa-search mr-2"></i> Start Your Search - $9.99
212
+ </button>
213
+ <button class="px-8 py-4 rounded-full bg-gray-800 hover:bg-gray-700 text-white font-bold text-lg transition">
214
+ Learn More
215
+ </button>
216
+ </div>
217
+ <div class="mt-8 flex items-center space-x-4">
218
+ <div class="flex -space-x-2">
219
+ <img src="https://randomuser.me/api/portraits/women/12.jpg" class="w-10 h-10 rounded-full border-2 border-gray-800">
220
+ <img src="https://randomuser.me/api/portraits/women/24.jpg" class="w-10 h-10 rounded-full border-2 border-gray-800">
221
+ <img src="https://randomuser.me/api/portraits/women/33.jpg" class="w-10 h-10 rounded-full border-2 border-gray-800">
222
+ </div>
223
+ <div>
224
+ <p class="text-sm text-gray-300">Trusted by <span class="font-bold text-white">5,000+</span> users</p>
225
+ <div class="flex items-center">
226
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
227
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
228
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
229
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
230
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
231
+ <span class="text-sm ml-1">4.9/5</span>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ <div class="scan-animation rounded-xl overflow-hidden shadow-2xl">
237
+ <div class="bg-gray-900 p-6">
238
+ <div class="flex justify-between items-center mb-4">
239
+ <div class="flex space-x-2">
240
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
241
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
242
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
243
+ </div>
244
+ <div class="text-sm text-gray-400">YourImageSearch Scan v2.4</div>
245
+ </div>
246
+ <div class="bg-black p-4 rounded-lg">
247
+ <div class="text-green-400 font-mono text-sm mb-2">> Initializing biometric search...</div>
248
+ <div class="text-green-400 font-mono text-sm mb-2">> Connecting to secure database...</div>
249
+ <div class="text-green-400 font-mono text-sm mb-2">> Searching 12.7M+ indexed images...</div>
250
+ <div class="text-blue-400 font-mono text-sm mb-2">> Analyzing facial recognition patterns...</div>
251
+ <div class="text-green-400 font-mono text-sm">> Preparing results visualization...</div>
252
+ </div>
253
+ <div class="mt-4 grid grid-cols-3 gap-2">
254
+ <div class="bg-gray-800 rounded p-2 text-center">
255
+ <div class="text-xs text-gray-400">Social Media</div>
256
+ <div class="text-blue-400 font-bold">87%</div>
257
+ </div>
258
+ <div class="bg-gray-800 rounded p-2 text-center">
259
+ <div class="text-xs text-gray-400">Dating Sites</div>
260
+ <div class="text-blue-400 font-bold">63%</div>
261
+ </div>
262
+ <div class="bg-gray-800 rounded p-2 text-center">
263
+ <div class="text-xs text-gray-400">Forums</div>
264
+ <div class="text-blue-400 font-bold">42%</div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </section>
271
+
272
+ <!-- Take Back Control Ad Section -->
273
+ <section class="py-16 px-6 bg-gray-900">
274
+ <div class="max-w-7xl mx-auto">
275
+ <div class="flex flex-col md:flex-row items-center gap-12">
276
+ <div class="md:w-1/2">
277
+ <img src="https://i.postimg.cc/Z0tPNRK4/yourimagesaerch-take-back-control-image.png" alt="Take Back Control" class="w-full h-auto ad-image">
278
+ </div>
279
+ <div class="md:w-1/2">
280
+ <h2 class="text-3xl font-bold mb-6">Reclaim Your Online Presence</h2>
281
+ <p class="text-gray-400 mb-6">
282
+ Every day, thousands of people discover their images being used without consent across the internet.
283
+ Our powerful search technology helps you find where your images appear online and gives you the tools
284
+ to take them down permanently.
285
+ </p>
286
+ <ul class="space-y-4 mb-8">
287
+ <li class="flex items-start">
288
+ <div class="flex-shrink-0 mt-1">
289
+ <div class="w-6 h-6 rounded-full bg-blue-600 flex items-center justify-center">
290
+ <i class="fas fa-check text-white text-xs"></i>
291
+ </div>
292
+ </div>
293
+ <span class="ml-3 text-gray-300">Comprehensive deep web search</span>
294
+ </li>
295
+ <li class="flex items-start">
296
+ <div class="flex-shrink-0 mt-1">
297
+ <div class="w-6 h-6 rounded-full bg-blue-600 flex items-center justify-center">
298
+ <i class="fas fa-check text-white text-xs"></i>
299
+ </div>
300
+ </div>
301
+ <span class="ml-3 text-gray-300">Free DMCA takedown service</span>
302
+ </li>
303
+ <li class="flex items-start">
304
+ <div class="flex-shrink-0 mt-1">
305
+ <div class="w-6 h-6 rounded-full bg-blue-600 flex items-center justify-center">
306
+ <i class="fas fa-check text-white text-xs"></i>
307
+ </div>
308
+ </div>
309
+ <span class="ml-3 text-gray-300">24/7 monitoring for new appearances</span>
310
+ </li>
311
+ </ul>
312
+ <button class="px-8 py-3 bg-blue-600 hover:bg-blue-700 rounded-full font-bold">
313
+ Start Protecting Your Images Today
314
+ </button>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </section>
319
+
320
+ <!-- Features Section -->
321
+ <section id="features" class="py-20 px-6 bg-gray-800">
322
+ <div class="max-w-7xl mx-auto">
323
+ <div class="text-center mb-16">
324
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Protect Your Digital Footprint</h2>
325
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
326
+ Our comprehensive suite of tools helps you monitor and control how your image appears online.
327
+ </p>
328
+ </div>
329
+ <div class="grid md:grid-cols-3 gap-8">
330
+ <div class="bg-gray-900 rounded-xl p-8 hover:bg-gray-700 transition">
331
+ <div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6">
332
+ <i class="fas fa-search text-blue-400 text-2xl"></i>
333
+ </div>
334
+ <h3 class="text-xl font-bold mb-3">Deep Web Search</h3>
335
+ <p class="text-gray-400">
336
+ Our proprietary algorithm searches through millions of images across social media, dating sites, forums, and more to find matches of your face.
337
+ </p>
338
+ </div>
339
+ <div class="bg-gray-900 rounded-xl p-8 hover:bg-gray-700 transition">
340
+ <div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6">
341
+ <i class="fas fa-gavel text-blue-400 text-2xl"></i>
342
+ </div>
343
+ <h3 class="text-xl font-bold mb-3">DMCA Takedowns</h3>
344
+ <p class="text-gray-400">
345
+ We handle the entire legal process of removing non-consensual images at no additional cost to you.
346
+ </p>
347
+ </div>
348
+ <div class="bg-gray-900 rounded-xl p-8 hover:bg-gray-700 transition">
349
+ <div class="w-16 h-16 bg-blue-900 rounded-full flex items-center justify-center mb-6">
350
+ <i class="fas fa-shield-alt text-blue-400 text-2xl"></i>
351
+ </div>
352
+ <h3 class="text-xl font-bold mb-3">Ongoing Protection</h3>
353
+ <p class="text-gray-400">
354
+ Our subscription service continuously monitors for new appearances of your image and alerts you immediately.
355
+ </p>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </section>
360
+
361
+ <!-- DMCA Takedown Section -->
362
+ <section class="py-16 px-6 bg-gray-900">
363
+ <div class="max-w-7xl mx-auto">
364
+ <div class="flex flex-col md:flex-row items-center gap-12">
365
+ <div class="md:w-1/2">
366
+ <h2 class="text-3xl font-bold mb-6">Free DMCA Takedown Service</h2>
367
+ <p class="text-gray-400 mb-6">
368
+ When we find unauthorized use of your images, we handle the entire DMCA takedown process for you at no cost.
369
+ Our legal team drafts and submits all necessary documentation to have your images removed from websites, social
370
+ media platforms, and search engine results.
371
+ </p>
372
+ <div class="bg-gray-800 rounded-lg p-6 mb-6">
373
+ <h3 class="text-xl font-bold mb-3 text-blue-400">How Our DMCA Process Works:</h3>
374
+ <ol class="list-decimal list-inside space-y-2 text-gray-300">
375
+ <li>We identify unauthorized use of your images</li>
376
+ <li>Our legal team prepares the takedown notice</li>
377
+ <li>We submit to the website and their hosting provider</li>
378
+ <li>We follow up until content is removed</li>
379
+ <li>We monitor to prevent reposting</li>
380
+ </ol>
381
+ </div>
382
+ <button class="px-8 py-3 bg-blue-600 hover:bg-blue-700 rounded-full font-bold">
383
+ Learn More About DMCA
384
+ </button>
385
+ </div>
386
+ <div class="md:w-1/2">
387
+ <img src="https://i.postimg.cc/tgCcJrMD/youriagesearch-com-landing-page-ideas.png" alt="DMCA Takedown Process" class="w-full h-auto ad-image">
388
+ </div>
389
+ </div>
390
+ </div>
391
+ </section>
392
+
393
+ <!-- How It Works Section -->
394
+ <section id="how-it-works" class="py-20 px-6 bg-gray-800">
395
+ <div class="max-w-7xl mx-auto">
396
+ <div class="text-center mb-16">
397
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">How YourImageSearch Works</h2>
398
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
399
+ A simple three-step process to reclaim your digital privacy.
400
+ </p>
401
+ </div>
402
+ <div class="grid md:grid-cols-3 gap-8">
403
+ <div class="relative">
404
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold mb-4">
405
+ 1
406
+ </div>
407
+ <h3 class="text-xl font-bold mb-3">Upload Your Photo</h3>
408
+ <p class="text-gray-400">
409
+ Use our secure selfie capture tool or upload a clear photo of yourself. We'll verify your identity with a government-issued ID.
410
+ </p>
411
+ <div class="absolute top-0 right-0 text-gray-600 text-6xl font-bold -z-10">01</div>
412
+ </div>
413
+ <div class="relative">
414
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold mb-4">
415
+ 2
416
+ </div>
417
+ <h3 class="text-xl font-bold mb-3">Deep Biometric Search</h3>
418
+ <p class="text-gray-400">
419
+ Our system scans the entire internet using advanced facial recognition to find all images matching your biometric profile.
420
+ </p>
421
+ <div class="absolute top-0 right-0 text-gray-600 text-6xl font-bold -z-10">02</div>
422
+ </div>
423
+ <div class="relative">
424
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold mb-4">
425
+ 3
426
+ </div>
427
+ <h3 class="text-xl font-bold mb-3">Review & Take Action</h3>
428
+ <p class="text-gray-400">
429
+ View all matches and request takedowns with one click. We handle all legal communications with platforms.
430
+ </p>
431
+ <div class="absolute top-0 right-0 text-gray-600 text-6xl font-bold -z-10">03</div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ </section>
436
+
437
+ <!-- Pricing Section -->
438
+ <section id="pricing" class="py-20 px-6 bg-gray-900">
439
+ <div class="max-w-7xl mx-auto">
440
+ <div class="text-center mb-16">
441
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Simple, Transparent Pricing</h2>
442
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
443
+ Choose the protection plan that works for you. Cancel anytime.
444
+ </p>
445
+ </div>
446
+ <div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
447
+ <div class="bg-gray-800 rounded-xl p-8 border-2 border-gray-700">
448
+ <h3 class="text-2xl font-bold mb-4">One-Time Search</h3>
449
+ <div class="mb-6">
450
+ <span class="text-4xl font-bold">$9.99</span>
451
+ <span class="text-gray-400">/ one time</span>
452
+ </div>
453
+ <ul class="space-y-3 mb-8">
454
+ <li class="flex items-center">
455
+ <i class="fas fa-check text-green-500 mr-2"></i>
456
+ <span>Deep internet search for your images</span>
457
+ </li>
458
+ <li class="flex items-center">
459
+ <i class="fas fa-check text-green-500 mr-2"></i>
460
+ <span>Detailed report of all matches</span>
461
+ </li>
462
+ <li class="flex items-center">
463
+ <i class="fas fa-check text-green-500 mr-2"></i>
464
+ <span>Free DMCA takedown requests</span>
465
+ </li>
466
+ <li class="flex items-center text-gray-500">
467
+ <i class="fas fa-times text-red-500 mr-2"></i>
468
+ <span>Ongoing monitoring</span>
469
+ </li>
470
+ <li class="flex items-center text-gray-500">
471
+ <i class="fas fa-times text-red-500 mr-2"></i>
472
+ <span>Alerts for new matches</span>
473
+ </li>
474
+ </ul>
475
+ <button class="w-full py-3 bg-gray-700 hover:bg-gray-600 rounded-lg font-bold">
476
+ Get Started
477
+ </button>
478
+ </div>
479
+ <div class="bg-gray-800 rounded-xl p-8 border-2 border-blue-600 relative">
480
+ <div class="absolute top-0 right-0 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">
481
+ MOST POPULAR
482
+ </div>
483
+ <h3 class="text-2xl font-bold mb-4">Annual Protection</h3>
484
+ <div class="mb-6">
485
+ <span class="text-4xl font-bold">$48</span>
486
+ <span class="text-gray-400">/ year</span>
487
+ <div class="text-sm text-gray-400">($4/month, billed annually)</div>
488
+ </div>
489
+ <ul class="space-y-3 mb-8">
490
+ <li class="flex items-center">
491
+ <i class="fas fa-check text-green-500 mr-2"></i>
492
+ <span>Everything in One-Time Search</span>
493
+ </li>
494
+ <li class="flex items-center">
495
+ <i class="fas fa-check text-green-500 mr-2"></i>
496
+ <span>Continuous monthly monitoring</span>
497
+ </li>
498
+ <li class="flex items-center">
499
+ <i class="fas fa-check text-green-500 mr-2"></i>
500
+ <span>Immediate alerts for new matches</span>
501
+ </li>
502
+ <li class="flex items-center">
503
+ <i class="fas fa-check text-green-500 mr-2"></i>
504
+ <span>Priority takedown processing</span>
505
+ </li>
506
+ <li class="flex items-center">
507
+ <i class="fas fa-check text-green-500 mr-2"></i>
508
+ <span>24/7 support</span>
509
+ </li>
510
+ </ul>
511
+ <button class="w-full py-3 bg-blue-600 hover:bg-blue-700 rounded-lg font-bold">
512
+ Subscribe Now
513
+ </button>
514
+ </div>
515
+ </div>
516
+ </div>
517
+ </section>
518
+
519
+ <!-- Blog Section -->
520
+ <section id="blog" class="py-20 px-6 bg-gray-800">
521
+ <div class="max-w-7xl mx-auto">
522
+ <div class="text-center mb-16">
523
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Latest Updates</h2>
524
+ <p class="text-xl text-gray-400 max-w-3xl mx-auto">
525
+ Stay informed about digital privacy and our latest features.
526
+ </p>
527
+ </div>
528
+
529
+ <div class="grid md:grid-cols-2 gap-8 mb-16">
530
+ <div class="bg-gray-900 rounded-xl overflow-hidden">
531
+ <div class="aspect-w-16 aspect-h-9">
532
+ <iframe width="100%" height="315" src="https://www.youtube.com/embed/auX3M7UX40U?si=24kFMB1UJBab35Jo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe
533
+ </html>