Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Terms & Conditions | TechTreasureDraw</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800 bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i data-feather="cpu" class="h-8 w-8 text-blue-600"></i> | |
| <span class="ml-2 text-xl font-bold text-blue-600">TechTreasureDraw</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="/index.html" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">Home</a> | |
| <a href="/index.html#how-it-works" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">How It Works</a> | |
| <a href="/index.html#prize" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">The Prize</a> | |
| <a href="/index.html#faq" class="text-gray-700 hover:text-blue-600 px-3 py-2 text-sm font-medium">FAQ</a> | |
| <a href="/dashboard.html" class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition duration-300">My Tickets</a> | |
| </div> | |
| <div class="-mr-2 flex items-center md:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Terms Content --> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="bg-white shadow-sm rounded-lg overflow-hidden"> | |
| <div class="px-6 py-4 border-b border-gray-200 bg-gray-50"> | |
| <h1 class="text-2xl font-bold text-gray-900">Terms & Conditions</h1> | |
| </div> | |
| <div class="px-6 py-8"> | |
| <div class="prose max-w-none"> | |
| <h2 class="text-xl font-bold mb-4">1. General Terms</h2> | |
| <p class="mb-6"> | |
| By entering the TechTreasureDraw raffle, you agree to be bound by these Terms and Conditions. The raffle is open to individuals aged 18 years or older. Employees of TechTreasureDraw and their immediate family members are not eligible to participate. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">2. How to Enter</h2> | |
| <p class="mb-6"> | |
| To enter the raffle, you must purchase one or more tickets through our official website. Each ticket costs $2 or ₦2000. There is no limit to the number of tickets you may purchase, though we reserve the right to impose limits at our discretion. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">3. The Prize</h2> | |
| <p class="mb-6"> | |
| The prize is one (1) brand new MacBook Pro 14" as described on our website. The prize is non-transferable and cannot be exchanged for cash or other alternatives. TechTreasureDraw reserves the right to substitute the prize with an item of equal or greater value if necessary. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">4. The Draw</h2> | |
| <p class="mb-6"> | |
| The draw will take place when all tickets are sold or on the specified draw date, whichever comes first. The winner will be selected using Random.org's verified random number generator to ensure complete fairness. The draw may be recorded and published for transparency. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">5. Winner Notification</h2> | |
| <p class="mb-6"> | |
| The winner will be notified by email and phone within 24 hours of the draw. If the winner cannot be contacted or does not claim the prize within 7 days of notification, we reserve the right to withdraw the prize and select an alternative winner. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">6. Delivery</h2> | |
| <p class="mb-6"> | |
| The prize will be delivered to the winner's provided address within 30 days of the draw. TechTreasureDraw will cover standard shipping costs to most locations. Additional shipping fees may apply for remote areas, which will be the responsibility of the winner. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">7. Privacy</h2> | |
| <p class="mb-6"> | |
| Your personal information will be used solely for the purpose of administering this raffle and will not be shared with third parties without your consent, except as required by law. By entering, you agree to the use of your name and likeness for promotional purposes if you win. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">8. Limitation of Liability</h2> | |
| <p class="mb-6"> | |
| TechTreasureDraw is not responsible for any lost, late, incomplete, invalid, unintelligible, or misdirected entries, which will be disqualified. TechTreasureDraw shall not be liable for any technical malfunctions or other problems that may affect the operation of the raffle. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">9. Changes to Terms</h2> | |
| <p class="mb-6"> | |
| TechTreasureDraw reserves the right to modify these Terms and Conditions at any time. Any changes will be posted on this page and will be effective immediately upon posting. | |
| </p> | |
| <h2 class="text-xl font-bold mb-4">10. Governing Law</h2> | |
| <p> | |
| These Terms and Conditions shall be governed by and construed in accordance with the laws of the Federal Republic of Nigeria. Any disputes shall be subject to the exclusive jurisdiction of the Nigerian courts. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white mt-12"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">TechTreasureDraw</h3> | |
| <p class="text-gray-400"> | |
| The fairest and most transparent tech raffle platform. Win amazing gadgets at unbelievable prices. | |
| </p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Quick Links</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="/index.html#how-it-works" class="text-gray-400 hover:text-white">How It Works</a></li> | |
| <li><a href="/index.html#prize" class="text-gray-400 hover:text-white">The Prize</a></li> | |
| <li><a href="/index.html#faq" class="text-gray-400 hover:text-white">FAQ</a></li> | |
| <li><a href="/terms.html" class="text-gray-400 hover:text-white">Terms & Conditions</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Contact</h3> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="mail" class="h-4 w-4 mr-2"></i> | |
| <span class="text-gray-400">support@techtreasuredraw.com</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="h-4 w-4 mr-2"></i> | |
| <span class="text-gray-400">+234 123 456 7890</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Follow Us</h3> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400 text-sm"> | |
| <p>© 2023 TechTreasureDraw. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize AOS | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Initialize feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |