All files / src/app/(site)/(pages)/terms-of-service page.tsx

0% Statements 0/223
100% Branches 0/0
0% Functions 0/1
0% Lines 0/223

Press n or j to go to the next uncovered block, b, p or k for the previous block.

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                                                                                                                                                                                                                                                                                                                                                                                                                                                               
import React from 'react';

export const metadata = {
  title: 'Terms of Service | Elite Events',
  description: 'Terms of Service for Elite Events - Read our terms and conditions for using our services.',
};

export default function TermsOfServicePage() {
  return (
    <div className="max-w-[1170px] mx-auto px-4 sm:px-8 xl:px-0 pt-[140px] pb-20 bg-white dark:bg-gray-900">
      <div className="max-w-[800px] mx-auto">
        <h1 className="text-3xl sm:text-4xl font-bold text-dark dark:text-white mb-8">
          Terms of Service
        </h1>

        <div className="prose prose-lg dark:prose-invert">
          <p className="text-body dark:text-gray-300 mb-6">
            Last updated: December 17, 2024
          </p>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              1. Agreement to Terms
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              By accessing or using Elite Events&apos; services, website, or mobile applications,
              you agree to be bound by these Terms of Service and all applicable laws and regulations.
              If you do not agree with any of these terms, you are prohibited from using or accessing our services.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              2. Description of Services
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              Elite Events provides an online marketplace for purchasing event tickets, merchandise,
              and related products. Our services include browsing products, creating user accounts,
              placing orders, and managing your purchases.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              3. User Accounts
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              To access certain features of our services, you must create an account. You agree to:
            </p>
            <ul className="list-disc pl-6 text-body dark:text-gray-300 mb-4 space-y-2">
              <li>Provide accurate, current, and complete information during registration</li>
              <li>Maintain and promptly update your account information</li>
              <li>Keep your password secure and confidential</li>
              <li>Accept responsibility for all activities under your account</li>
              <li>Notify us immediately of any unauthorized use of your account</li>
            </ul>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              4. Orders and Payments
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              When you place an order through our platform:
            </p>
            <ul className="list-disc pl-6 text-body dark:text-gray-300 mb-4 space-y-2">
              <li>All prices are displayed in USD unless otherwise specified</li>
              <li>We reserve the right to refuse or cancel any order for any reason</li>
              <li>Payment must be received in full before order processing</li>
              <li>You agree to provide valid payment information</li>
              <li>Prices and availability are subject to change without notice</li>
            </ul>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              5. Shipping and Delivery
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              Shipping times and costs vary based on your location and selected shipping method.
              Elite Events is not responsible for delays caused by shipping carriers, customs,
              or circumstances beyond our control. Risk of loss transfers to you upon delivery
              to the carrier.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              6. Returns and Refunds
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              Please refer to our Refund Policy for detailed information about returns,
              exchanges, and refunds. Event tickets may have specific non-refundable terms
              that will be clearly stated at the time of purchase.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              7. Prohibited Conduct
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              You agree not to:
            </p>
            <ul className="list-disc pl-6 text-body dark:text-gray-300 mb-4 space-y-2">
              <li>Use our services for any illegal purpose</li>
              <li>Violate any applicable laws or regulations</li>
              <li>Infringe upon the rights of others</li>
              <li>Attempt to gain unauthorized access to our systems</li>
              <li>Interfere with the proper functioning of our services</li>
              <li>Transmit viruses, malware, or other harmful code</li>
              <li>Engage in fraudulent activities or misrepresentation</li>
              <li>Resell products purchased through our platform without authorization</li>
            </ul>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              8. Intellectual Property
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              All content on our platform, including text, graphics, logos, images, software,
              and other materials, is the property of Elite Events or its licensors and is
              protected by copyright, trademark, and other intellectual property laws. You may
              not reproduce, distribute, or create derivative works without our express written permission.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              9. Disclaimer of Warranties
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              Our services are provided &quot;as is&quot; and &quot;as available&quot; without warranties
              of any kind, either express or implied. We do not warrant that our services will
              be uninterrupted, error-free, or secure. Your use of our services is at your own risk.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              10. Limitation of Liability
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              To the maximum extent permitted by law, Elite Events shall not be liable for any
              indirect, incidental, special, consequential, or punitive damages arising from
              your use of our services. Our total liability shall not exceed the amount you
              paid for the specific product or service giving rise to the claim.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              11. Indemnification
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              You agree to indemnify and hold harmless Elite Events, its officers, directors,
              employees, and agents from any claims, damages, losses, or expenses arising from
              your use of our services or violation of these Terms of Service.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              12. Changes to Terms
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              We reserve the right to modify these Terms of Service at any time. Changes will
              be effective immediately upon posting to our website. Your continued use of our
              services after any changes constitutes acceptance of the modified terms.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              13. Governing Law
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              These Terms of Service shall be governed by and construed in accordance with
              the laws of the United States, without regard to its conflict of law provisions.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              14. Dispute Resolution
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              Any disputes arising from these Terms of Service or your use of our services
              shall first be attempted to be resolved through good-faith negotiation. If
              negotiation fails, disputes shall be resolved through binding arbitration in
              accordance with applicable arbitration rules.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              15. Severability
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              If any provision of these Terms of Service is found to be unenforceable or
              invalid, that provision shall be limited or eliminated to the minimum extent
              necessary, and the remaining provisions shall remain in full force and effect.
            </p>
          </section>

          <section className="mb-8">
            <h2 className="text-2xl font-semibold text-dark dark:text-white mb-4">
              16. Contact Information
            </h2>
            <p className="text-body dark:text-gray-300 mb-4">
              If you have any questions about these Terms of Service, please contact us:
            </p>
            <ul className="list-none text-body dark:text-gray-300 mb-4 space-y-2">
              <li>Email: support@dcsuniverse.com</li>
              <li>Website: elite-events.dcsuniverse.com</li>
            </ul>
          </section>
        </div>
      </div>
    </div>
  );
}