|
| 1 | +import type { Metadata } from "next"; |
| 2 | + |
| 3 | +export const metadata: Metadata = { |
| 4 | + title: "Terms of Service", |
| 5 | + description: "Terms of Service for L.A.P - Docs", |
| 6 | +}; |
| 7 | + |
| 8 | +export default function TermsOfService() { |
| 9 | + return ( |
| 10 | + <main className="flex flex-col min-h-screen max-w-4xl mx-auto px-6 py-12 w-full text-white"> |
| 11 | + <h1 className="text-4xl font-bold mb-8">Terms of Service</h1> |
| 12 | + <p className="mb-4 text-gray-300"> |
| 13 | + Last updated:{" "} |
| 14 | + {new Date().toLocaleDateString("en-US", { |
| 15 | + month: "long", |
| 16 | + day: "numeric", |
| 17 | + year: "numeric", |
| 18 | + })} |
| 19 | + </p> |
| 20 | + |
| 21 | + <section className="mb-8"> |
| 22 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 23 | + 1. Acceptance of Terms |
| 24 | + </h2> |
| 25 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 26 | + By accessing this website, we assume you accept these terms of service |
| 27 | + in full. Do not continue to use L.A.P - Docs if you do not accept all |
| 28 | + of the terms of service stated on this page. Our site provides |
| 29 | + technical documentation, guides, and tutorials for informational |
| 30 | + purposes. |
| 31 | + </p> |
| 32 | + </section> |
| 33 | + |
| 34 | + <section className="mb-8"> |
| 35 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 36 | + 2. Informational Purposes Only |
| 37 | + </h2> |
| 38 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 39 | + The tutorials, code snippets, and general information provided on |
| 40 | + L.A.P - Docs are for educational and informational purposes only. |
| 41 | + While we strive to keep technical information as accurate and |
| 42 | + up-to-date as possible, technology changes rapidly. We do not |
| 43 | + guarantee the accuracy, completeness, or usefulness of this |
| 44 | + information. Proceeding with our guides is at your own risk. |
| 45 | + </p> |
| 46 | + </section> |
| 47 | + |
| 48 | + <section className="mb-8"> |
| 49 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 50 | + 3. License and Use of Content |
| 51 | + </h2> |
| 52 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 53 | + The documentation, guides, and articles (excluding user-submitted |
| 54 | + comments or third-party code libraries) are the intellectual property |
| 55 | + of L.A.P. You may view and print pages for your own personal, |
| 56 | + non-commercial use. |
| 57 | + </p> |
| 58 | + <p className="mb-4 text-gray-300 leading-relaxed font-semibold"> |
| 59 | + You must not: |
| 60 | + </p> |
| 61 | + <ul className="list-disc pl-6 mb-4 text-gray-300 space-y-2"> |
| 62 | + <li> |
| 63 | + Republish material from https://lap.onl without proper attribution. |
| 64 | + </li> |
| 65 | + <li>Sell or rent material from https://lap.onl.</li> |
| 66 | + <li> |
| 67 | + Reproduce, duplicate, or copy material from https://lap.onl for |
| 68 | + commercial gain. |
| 69 | + </li> |
| 70 | + </ul> |
| 71 | + <p className="mb-4 text-gray-300 leading-relaxed mt-4"> |
| 72 | + Code snippets provided in our tutorials may generally be freely used |
| 73 | + in your own projects unless stated otherwise in the specific tutorial. |
| 74 | + </p> |
| 75 | + </section> |
| 76 | + |
| 77 | + <section className="mb-8"> |
| 78 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 79 | + 4. Disclaimer of Warranties |
| 80 | + </h2> |
| 81 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 82 | + The materials on L.A.P - Docs's website are provided on an |
| 83 | + 'as is' basis. L.A.P makes no warranties, expressed or |
| 84 | + implied, and hereby disclaims and negates all other warranties |
| 85 | + including, without limitation, implied warranties or conditions of |
| 86 | + merchantability, fitness for a particular purpose, or non-infringement |
| 87 | + of intellectual property or other violation of rights. |
| 88 | + </p> |
| 89 | + </section> |
| 90 | + |
| 91 | + <section className="mb-8"> |
| 92 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 93 | + 5. Limitations of Liability |
| 94 | + </h2> |
| 95 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 96 | + In no event shall L.A.P or its contributors be liable for any damages |
| 97 | + (including, without limitation, damages for loss of data or profit, |
| 98 | + server downtime, or due to business interruption) arising out of the |
| 99 | + use or inability to use the materials on L.A.P - Docs's website |
| 100 | + or out of following any provided tutorials, even if L.A.P or a L.A.P |
| 101 | + authorized representative has been notified orally or in writing of |
| 102 | + the possibility of such damage. |
| 103 | + </p> |
| 104 | + </section> |
| 105 | + |
| 106 | + <section className="mb-8"> |
| 107 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 108 | + 6. Links to Third-Party Sites |
| 109 | + </h2> |
| 110 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 111 | + Our tutorials frequently link to third-party tools, repositories, or |
| 112 | + documentation. L.A.P has not reviewed the totality of these external |
| 113 | + sites and is not responsible for their contents or privacy policies. |
| 114 | + The inclusion of any link does not imply endorsement by L.A.P. Use of |
| 115 | + any linked tool or website is at the user's own risk. |
| 116 | + </p> |
| 117 | + </section> |
| 118 | + |
| 119 | + <section className="mb-8"> |
| 120 | + <h2 className="text-2xl font-semibold mb-4 text-[#8a2be2]"> |
| 121 | + 7. Revisions |
| 122 | + </h2> |
| 123 | + <p className="mb-4 text-gray-300 leading-relaxed"> |
| 124 | + L.A.P may revise these terms of service for its website at any time |
| 125 | + without notice. By using this website you are agreeing to be bound by |
| 126 | + the then-current version of these terms of service. |
| 127 | + </p> |
| 128 | + </section> |
| 129 | + </main> |
| 130 | + ); |
| 131 | +} |
0 commit comments