On the About Lumikiza page section or footer, ensure the following links are working correctly: Benefits
12ae991 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Terms of Service | Lumikiza</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <custom-navbar></custom-navbar> | |
| <main class="py-20"> | |
| <section class="container mx-auto px-4 max-w-4xl"> | |
| <div class="text-center mb-16"> | |
| <h1 class="text-4xl font-bold text-gray-900 mb-4">Terms of Service</h1> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">The rules and guidelines for using our platform</p> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-sm p-8 md:p-10"> | |
| <h2 class="text-2xl font-bold text-gray-900 mb-6">Agreement to Terms</h2> | |
| <p class="text-gray-700 mb-6">By using Lumikiza, you agree to these terms and conditions.</p> | |
| <div class="space-y-4"> | |
| <div class="border-b border-gray-200 pb-4"> | |
| <h3 class="font-semibold text-lg mb-2">User Responsibilities</h3> | |
| <p class="text-gray-600">Users are responsible for maintaining the accuracy of their profiles and conducting due diligence before entering into advisory relationships.</p> | |
| </div> | |
| <div class="border-b border-gray-200 pb-4"> | |
| <h3 class="font-semibold text-lg mb-2">Platform Usage</h3> | |
| <p class="text-gray-600">Lumikiza provides a platform for connection but does not guarantee specific outcomes from advisory relationships.</p> | |
| </div> | |
| <div> | |
| <h3 class="font-semibold text-lg mb-2">Dispute Resolution</h3> | |
| <p class="text-gray-600">Any disputes arising from advisory relationships should be resolved directly between the parties involved.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <p class="text-gray-600">Users must comply with all applicable laws and regulations in their advisory activities.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="components/notification-bell.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |