Spaces:
Running
Running
File size: 31,379 Bytes
e67f09b |
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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ContactLists.com | Curated Business & Consumer Data</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.sale-badge {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header/Navigation -->
<header class="gradient-bg text-white">
<div class="container mx-auto px-4 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-address-book text-2xl"></i>
<h1 class="text-2xl font-bold">ContactLists.com</h1>
</div>
<nav class="hidden md:flex space-x-6">
<a href="#" class="hover:text-indigo-200 font-medium">Home</a>
<a href="#" class="hover:text-indigo-200 font-medium">B2B Data</a>
<a href="#" class="hover:text-indigo-200 font-medium">B2C Data</a>
<a href="#" class="hover:text-indigo-200 font-medium">Pricing</a>
<a href="#" class="hover:text-indigo-200 font-medium">Blog</a>
<a href="#" class="hover:text-indigo-200 font-medium">Contact</a>
</nav>
<div class="flex items-center space-x-4">
<a href="#" class="hidden md:block hover:text-indigo-200"><i class="fas fa-user"></i> My Account</a>
<button class="md:hidden text-white">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="gradient-bg text-white py-16">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-8 md:mb-0">
<h2 class="text-4xl md:text-5xl font-bold mb-4">Curated Business & Consumer Data</h2>
<p class="text-xl mb-6">The most trusted and up-to-date contact lists for email and direct mail marketing</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="bg-white text-indigo-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold text-center">Browse B2B Data</a>
<a href="#" class="bg-indigo-800 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-bold text-center">Explore B2C Data</a>
</div>
</div>
<div class="md:w-1/2">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Data analytics" class="rounded-lg shadow-xl">
</div>
</div>
</div>
</section>
<!-- Key Features -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Why Choose Our Data?</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Seasoned sales professionals regard our email lists and business contact lists as the best quality of leads available.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 text-center">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-check-circle text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">Most Trusted</h3>
<p class="text-gray-600">Our comprehensive business email lists contact database is unparalleled in its depth of information and accuracy.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 text-center">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-clock text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">Up-to-Date</h3>
<p class="text-gray-600">We continuously update our databases to ensure you're working with the most current contact information available.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-200 text-center">
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-chart-line text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">High Performance</h3>
<p class="text-gray-600">Sales teams can tell the difference between our data and competitors' - ours delivers better results.</p>
</div>
</div>
</div>
</section>
<!-- B2B Data Section -->
<section class="py-12 bg-gray-50">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">B2B Contact Data</h2>
<a href="#" class="text-indigo-600 font-medium hover:text-indigo-800">View All 105 Lists →</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- B2B List Item 1 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">Marijuana Growers List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Comprehensive contact information for marijuana growers across the US.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$395</span>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
<!-- B2B List Item 2 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">Hotels Contact List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Email and direct mail contacts for hotels nationwide.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$395</span>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
<!-- B2B List Item 3 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">CEOs Contact List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Direct access to executive leadership across industries.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$395</span>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- B2C Data Section -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-3xl font-bold text-gray-800">B2C Contact Data</h2>
<a href="#" class="text-indigo-600 font-medium hover:text-indigo-800">View All 7 Lists →</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- B2C List Item 1 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">USA Consumers List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Comprehensive database of US consumers for direct marketing.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold">$395</span>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
<!-- B2C List Item 2 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">AirBnB Hosts List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Contact information for short-term rental property owners.</p>
<div class="flex justify-between items-center">
<div>
<span class="text-sm line-through text-gray-500">$395</span>
<span class="text-2xl font-bold ml-2">$199</span>
</div>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
<!-- B2C List Item 3 -->
<div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition duration-300">
<div class="p-6">
<div class="flex justify-between items-start">
<h3 class="text-xl font-bold mb-2">Home Owners List</h3>
<span class="sale-badge bg-red-500 text-white text-xs font-bold px-2 py-1 rounded-full">SALE</span>
</div>
<p class="text-gray-600 mb-4">Targeted contact information for residential property owners.</p>
<div class="flex justify-between items-center">
<div>
<span class="text-sm line-through text-gray-500">$595</span>
<span class="text-2xl font-bold ml-2">$459</span>
</div>
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-lg font-medium">Details</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing Comparison -->
<section class="py-12 bg-gray-50">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12">Simple, Transparent Pricing</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Basic Plan -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden">
<div class="px-6 py-8 border-b border-gray-200">
<h3 class="text-2xl font-bold text-center">Single List</h3>
<div class="mt-6 text-center">
<span class="text-4xl font-bold">$395</span>
<span class="text-gray-600">/list</span>
</div>
<p class="mt-4 text-gray-600 text-center">Perfect for targeted campaigns</p>
</div>
<div class="p-6">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1 Targeted Contact List</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Email & Direct Mail Data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited Usage Rights</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>CSV Format</span>
</li>
</ul>
<div class="mt-8 text-center">
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-bold w-full block">Get Started</a>
</div>
</div>
</div>
<!-- Popular Plan -->
<div class="bg-white rounded-lg shadow-xl overflow-hidden transform scale-105">
<div class="gradient-bg px-6 py-8 text-white">
<h3 class="text-2xl font-bold text-center">Bundle Deal</h3>
<div class="mt-6 text-center">
<span class="text-4xl font-bold">$999</span>
<span class="opacity-80">/3 lists</span>
</div>
<p class="mt-4 opacity-90 text-center">Save 15% on multiple lists</p>
</div>
<div class="p-6">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>3 Targeted Contact Lists</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Email & Direct Mail Data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited Usage Rights</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>CSV + Excel Formats</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Priority Support</span>
</li>
</ul>
<div class="mt-8 text-center">
<a href="#" class="gradient-bg hover:opacity-90 text-white px-6 py-3 rounded-lg font-bold w-full block">Get Started</a>
</div>
</div>
</div>
<!-- Enterprise Plan -->
<div class="bg-white rounded-lg shadow-lg overflow-hidden">
<div class="px-6 py-8 border-b border-gray-200">
<h3 class="text-2xl font-bold text-center">Custom Package</h3>
<div class="mt-6 text-center">
<span class="text-4xl font-bold">Custom</span>
</div>
<p class="mt-4 text-gray-600 text-center">For large volume needs</p>
</div>
<div class="p-6">
<ul class="space-y-3">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>5+ Targeted Contact Lists</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Email & Direct Mail Data</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Unlimited Usage Rights</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Multiple Formats</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Dedicated Account Manager</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Custom Data Fields</span>
</li>
</ul>
<div class="mt-8 text-center">
<a href="#" class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-lg font-bold w-full block">Contact Sales</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center mb-12">What Our Customers Say</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-gray-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"The CEO contact list helped us secure meetings with 5 Fortune 500 companies in our first month. The data quality is exceptional."</p>
<div class="flex items-center">
<div class="bg-indigo-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<span class="font-bold text-indigo-600">JD</span>
</div>
<div>
<h4 class="font-bold">John D.</h4>
<p class="text-sm text-gray-500">Sales Director, Tech Solutions Inc.</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-gray-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"Our direct mail campaign to homeowners saw a 12% response rate using ContactLists.com data. Worth every penny."</p>
<div class="flex items-center">
<div class="bg-indigo-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<span class="font-bold text-indigo-600">SM</span>
</div>
<div>
<h4 class="font-bold">Sarah M.</h4>
<p class="text-sm text-gray-500">Marketing Manager, Home Services Co.</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-gray-50 p-6 rounded-lg">
<div class="flex items-center mb-4">
<div class="text-yellow-400 mr-2">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<p class="text-gray-600 mb-4">"The restaurant email list helped us expand our food distribution business into 3 new states. Conversion rates exceeded expectations."</p>
<div class="flex items-center">
<div class="bg-indigo-100 w-10 h-10 rounded-full flex items-center justify-center mr-3">
<span class="font-bold text-indigo-600">RK</span>
</div>
<div>
<h4 class="font-bold">Robert K.</h4>
<p class="text-sm text-gray-500">CEO, Gourmet Foods LLC</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="gradient-bg text-white py-16">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Boost Your Marketing Results?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of businesses that trust our data to power their marketing campaigns.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-lg font-bold text-lg">Browse All Lists</a>
<a href="#" class="border-2 border-white hover:bg-white hover:text-indigo-600 px-8 py-4 rounded-lg font-bold text-lg">Contact Our Team</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-12 pb-6">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
<!-- Company Info -->
<div>
<div class="flex items-center mb-4">
<i class="fas fa-address-book text-2xl mr-2"></i>
<h3 class="text-xl font-bold">ContactLists.com</h3>
</div>
<p class="text-gray-400 mb-4">The most trusted and up-to-date contact list databases for email and direct mail marketing.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
</div>
</div>
<!-- Quick Links -->
<div>
<h4 class="text-lg font-bold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">B2B Data</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">B2C Data</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li>
</ul>
</div>
<!-- Resources -->
<div>
<h4 class="text-lg font-bold mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">GDPR Compliance</a></li>
</ul>
</div>
<!-- Contact -->
<div>
<h4 class="text-lg font-bold mb-4">Contact Us</h4>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-map-marker-alt mr-2 text-gray-400"></i>
<span class="text-gray-400">123 Data Street, Suite 100<br>San Francisco, CA 94107</span>
</li>
<li class="flex items-center">
<i class="fas fa-phone-alt mr-2 text-gray-400"></i>
<span class="text-gray-400">(800) 555-1234</span>
</li>
<li class="flex items-center">
<i class="fas fa-envelope mr-2 text-gray-400"></i>
<span class="text-gray-400">[email protected]</span>
</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-6">
<p class="text-gray-400 text-center">© 2023 ContactLists.com. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Mobile Menu (hidden by default) -->
<div class="fixed inset-0 bg-black bg-opacity-75 z-50 hidden" id="mobileMenu">
<div class="absolute top-0 right-0 p-4">
<button id="closeMenu" class="text-white text-3xl">
<i class="fas fa-times"></i>
</button>
</div>
<div class="flex flex-col items-center justify-center h-full">
<nav class="text-white text-center space-y-6 text-xl">
<a href="#" class="block hover:text-indigo-300">Home</a>
<a href="#" class="block hover:text-indigo-300">B2B Data</a>
<a href="#" class="block hover:text-indigo-300">B2C Data</a>
<a href="#" class="block hover:text-indigo-300">Pricing</a>
<a href="#" class="block hover:text-indigo-300">Blog</a>
<a href="#" class="block hover:text-indigo-300">Contact</a>
<a href="#" class="block hover:text-indigo-300">My Account</a>
</nav>
</div>
</div>
<script>
// Mobile menu toggle
document.querySelector('header button').addEventListener('click', function() {
document.getElementById('mobileMenu').classList.remove('hidden');
});
document.getElementById('closeMenu').addEventListener('click', function() {
document.getElementById('mobileMenu').classList.add('hidden');
});
</script>
<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-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=panderso/contact-data" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |