"use client"

import { useGetSettingPage } from "@/hook/useCommon"
import { Link } from "@/i18n/routing"
import { useEffect, useState } from "react"

export default function PrivacyPolicyContainer() {
  const { data: dataSetting } = useGetSettingPage()
  const [dataPage, setDataPage] = useState<any>(null)

  useEffect(() => { 
    if (dataSetting && dataSetting?.data) {
      const page = dataSetting?.data?.find((item: any) => item.name === "Policy")
      setDataPage(page)
    }
  }, [dataSetting])

  return (
    <div
      className="container pt-6 pb-8 mx-auto"
      dangerouslySetInnerHTML={{ __html: dataPage?.content || "" }}>
      {/* <h2 className="text-center text-4xl font-bold mb-4">Privacy Policy</h2>
      <h3 className="font-bold mb-3">PRIVACY POLICY</h3>
      <p>
        We care about the privacy of our users. Please review the Company Privacy Policy. By using the Website or Company Services, you are consenting to have
        your personal data transferred to and processed in the United States. By using the Website or the Company Services, you are consenting to the terms of
        our Privacy Policy. We do not sell personal information. The data we do collect is for true identification upon registration. Other data that we may
        collect pertains to services that we provide and how well they may be performing within certain areas identified by postal codes. This data will not be
        sold to or shared with third parties. Third parties are defined as those outside of Sidepatch, LLC, and users of Wizzor, and Wizzorchat. We have
        developed an Analytics service for our members. The data here will show how many people, from what postal code, and how many times they may click on an
        ad you place in the market. Such data <strong>does not include</strong> name, gender, personal address, or date of birth. No personal data will show up
        in Wizzor Analytics. The data should prove useful to you, as it will show what areas of Wizzor you use most.
      </p>
      <h3 className="font-bold mb-3 mt-2">DIGITAL MILLENNIUM COPYRIGHT ACT (DMCA) NOTICE AND POLICY</h3>
      <h4 className="font-bold mb-3 mt-2">Notifications</h4>
      <p>
        If you believe that content available on or through our Website infringes one or more of your copyrights, please immediately notify our Designated
        Copyright Agent by mail, email or faxed notice (“Notification”) providing the information described below, which Notification is pursuant to DMCA 17
        U.S.C. § 512(c)(3). A copy of your Notification will be sent to the person who posted or stored the material addressed in the Notification. Please be
        advised that pursuant to federal law you may be held liable for damages if you make material misrepresentations in a Notification. Thus, if you are not
        sure that content located on or linked to by our Website infringes your copyright, you should consider first contacting an attorney. Our Website has a
        policy of terminating repeat infringers in appropriate circumstances.
      </p>
      <p>All Notifications should include the following:</p>
      <ul className="list-decimal list-inside">
        <li>A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li>
        <li>
          Identification of the copyrighted work claimed to have been infringed, or, if multiple copyrighted works at a single online website are covered by a
          single notification, a representative list of such works at that website.
        </li>
        <li>
          Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to
          which is to be disabled, and information reasonably sufficient to permit us to locate the material.
        </li>
        <li>
          Information reasonably sufficient to permit us to contact the complaining party, such as an address, telephone number, and, if available, an
          electronic mail address at which the complaining party may be contacted.
        </li>
        <li>
          A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright
          owner, its agent, or the law.
        </li>
        <li>
          A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on
          behalf of the owner of an exclusive right that is allegedly infringed.
        </li>
      </ul>
      <p>Notifications should be sent to our Designated Copyright Agent as follows:</p>
      <h4 className="font-bold mb-3 mt-2">Designated Copyright Agent</h4>
      <p>
        Legalinc Services, Inc (“Company”) 1900 Campus Common Dr, Ste 100 Reston, VA 20191 <br />
        Email: info@legalinc.com <br />
        Phone: (844) 386-0178 <br />
        We also will advise the alleged infringer of the DMCA statutory Counter Notification procedure described below by which the alleged infringer may
        respond to your claim and request that we restore this material.
      </p>
      <h4 className="font-bold mb-3 mt-2">Counter Notification</h4>
      <p>
        If you believe your own copyrighted material has been removed from our Website and/or our service as a result of mistake or misidentification, you may
        submit a written counter notification (“Counter Notification”) to our Designated Copyright Agent pursuant to DMCA 17 U.S.C. § 512(g)(2) and (3). To be
        an effective Counter Notification under the DMCA, your Counter Notification must include substantially the following:
      </p>
      <ul className="list-decimal list-inside">
        <li>
          Identification of the material that has been removed or disabled and the location at which the material appeared before it was removed or disabled.
        </li>
        <li>
          A statement that you consent to the jurisdiction of the Federal District Court in which your address is located, or if your address is outside the
          United States, for any judicial district in which our Company is located.
        </li>
        <li>A statement that you will accept service of process from the party that filed the Notification or the party's agent.</li>
        <li>Your name, address and telephone number.</li>
        <li>
          A statement under penalty of perjury that you have a good faith belief that the material in question was removed or disabled as a result of mistake or
          misidentification of the material to be removed or disabled.
        </li>
        <li>Your physical or electronic signature.</li>
      </ul>
      <p>
        You may submit your Counter Notification to our Designated Copyright Agent by fax, mail, or email as set forth above. If you send us a valid, written
        Counter Notification meeting the requirements described above, we will restore your removed or disabled material after ten (10) business days but no
        later than fourteen (14) business days from the date we receive your Counter Notification, unless our Designated Copyright Agent first receives notice
        from the party filing the original Notification informing us that such party has filed a court action to restrain you from engaging in infringing
        activity related to the material in question. Please note that if you materially misrepresent that the disabled or removed content was removed by
        mistake or misidentification, you may be liable for damages, including costs and attorney's fees. Filing a false Counter Notification constitutes
        perjury.
      </p>
      <h3 className="font-bold mb-3 mt-2">TERM AND TERMINATION</h3>
      <p>
        This Agreement shall remain in full force and effect while you use the Website or are otherwise a user or member of the Website, as applicable. You may
        terminate your use or participation at any time, for any reason, by following the instructions for terminating user accounts in your account settings,
        if available, or by contacting us using the contact information below.
        <br />
        WITHOUT LIMITING ANY OTHER PROVISION OF THIS AGREEMENT, COMPANY RESERVES THE RIGHT TO, IN COMPANY’S SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY,
        DENY ACCESS TO AND USE OF THE WEBSITE AND THE COMPANY SERVICES, TO ANY PERSON FOR ANY REASON OR FOR NO REASON AT ALL, INCLUDING WITHOUT LIMITATION FOR
        BREACH OF ANY REPRESENTATION, WARRANTY OR COVENANT CONTAINED IN THIS AGREEMENT, OR OF ANY APPLICABLE LAW OR REGULATION, AND COMPANY MAY TERMINATE YOUR
        USE OR PARTICIPATION IN THE WEBSITE AND THE COMPANY SERVICES, DELETE YOUR PROFILE AND ANY CONTENT OR INFORMATION THAT YOU HAVE POSTED AT ANY TIME,
        WITHOUT WARNING, IN COMPANY’S SOLE DISCRETION.
        <br />
        In order to protect the integrity of the Website and Company Services, Company reserves the right at any time in its sole discretion to block certain IP
        addresses from accessing the Website and Company Services.
        <br />
        Any provisions of this Agreement that, in order to fulfill the purposes of such provisions, need to survive the termination or expiration of this
        Agreement, shall be deemed to survive for as long as necessary to fulfill such purposes.
        <br />
        YOU UNDERSTAND THAT CERTAIN STATES ALLOW YOU TO CANCEL THIS AGREEMENT, WITHOUT ANY PENALTY OR OBLIGATION, AT ANY TIME PRIOR TO MIDNIGHT OF COMPANY’S
        THIRD BUSINESS DAY FOLLOWING THE DATE OF THIS AGREEMENT, EXCLUDING SUNDAYS AND HOLIDAYS. TO CANCEL, CALL A COMPANY CUSTOMER CARE REPRESENTATIVE DURING
        NORMAL BUSINESS HOURS USING THE CONTACT INFORMATION LISTING BELOW IN THIS AGREEMENT OR BY ACCESSING YOUR ACCOUNT SETTINGS. THIS SECTION APPLIES ONLY TO
        INDIVIDUALS RESIDING IN STATES WITH SUCH LAWS.
        <br />
        If Company terminates or suspends your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or
        borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your
        account, Company reserves the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.
      </p>
      <h3 className="font-bold mb-3 mt-2">MODIFICATIONS</h3>
      <h4 className="font-bold mb-3 mt-2">To Agreement</h4>
      <p>
        Company may modify this Agreement from time to time. Any and all changes to this Agreement will be posted on the Website and revisions will be indicated
        by date. You agree to be bound to any changes to this Agreement when you use the Company Services after any such modification becomes effective. Company
        may also, in its discretion, choose to alert all users with whom it maintains email information of such modifications by means of an email to their most
        recently provided email address. It is therefore important that you regularly review this Agreement and keep your contact information current in your
        account settings to ensure you are informed of changes. You agree that you will periodically check the Website for updates to this Agreement and you
        will read the messages we send you to inform you of any changes. Modifications to this Agreement shall be effective after posting.
      </p>
      <h4 className="font-bold mb-3 mt-2">To Services</h4>
      <p>
        Company reserves the right at any time to modify or discontinue, temporarily or permanently, the Company Services (or any part thereof) with or without
        notice. You agree that Company shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Company
        Services.
      </p>
      <h3 className="font-bold mb-3 mt-2">DISPUTES</h3>
      <h4 className="font-bold mb-3 mt-2">Between Users</h4>
      <p>
        If there is a dispute between users of the Website, or between users and any third party, you understand and agree that Company is under no obligation
        to become involved. In the event that you have a dispute with one or more other users, you hereby release Company, its officers, employees, agents and
        successors in rights from claims, demands and damages (actual and consequential) of every kind or nature, known or unknown, suspected and unsuspected,
        disclosed and undisclosed, arising out of or in any way related to such disputes and/or the Company Services.
      </p>
      <h4 className="font-bold mb-3 mt-2">With Company</h4>
      <ul className="list-decimal list-inside">
        <li>
          <strong>Governing Law; Jurisdiction</strong>. This Agreement and all aspects of the Website and Company Services shall be governed by and construed in
          accordance with the internal laws of the Commonwealth of Virginia, without regard to conflict of law provisions. With respect to any disputes or
          claims not subject to informal dispute resolution or arbitration (as set forth below), you agree not to commence or prosecute any action in connection
          therewith other than in the state and federal courts located in Loudon County, Commonwealth of Virginia, and you hereby consent to, and waive all
          defenses of lack of personal jurisdiction and forum non convenience with respect to, venue and jurisdiction in such state and federal courts.
          Application of the United Nations Convention on Contracts for the International Sale of Goods is excluded from this Agreement. Additionally,
          application of the Uniform Computer Information Transaction Act (UCITA) is excluded from this Agreement. In no event shall any claim, action or
          proceeding by you related in any way to the Website or Company Services be instituted more than two (2) years after the cause of action arose.
        </li>
        <li>
          <strong>Informal Resolution</strong>. To expedite resolution and control the cost of any dispute, controversy or claim related to this Agreement
          ("Dispute"), you and Company agree to first attempt to negotiate any Dispute (except those Disputes expressly provided below) informally for at least
          zero (0)days before initiating any arbitration or court proceeding. Such informal negotiations commence upon written notice from one person to the
          other.
        </li>
        <li>
          <strong>Binding Arbitration</strong>. If you and Company are unable to resolve a Dispute through informal negotiations, either you or Company may
          elect to have the Dispute (except those Disputes expressly excluded below) finally and exclusively resolved by binding arbitration. Any election to
          arbitrate by one party shall be final and binding on the other. YOU UNDERSTAND THAT ABSENT THIS PROVISION, YOU WOULD HAVE THE RIGHT TO SUE IN COURT
          AND HAVE A JURY TRIAL. The arbitration shall be commenced and conducted under the Commercial Arbitration Rules of the American Arbitration Association
          ("AAA") and, where appropriate, the AAA’s Supplementary Procedures for Consumer Related Disputes ("AAA Consumer Rules"), both of which are available
          at the AAA website www.adr.org. The determination of whether a Dispute is subject to arbitration shall be governed by the Federal Arbitration Act and
          determined by a court rather than an arbitrator. Your arbitration fees and your share of arbitrator compensation shall be governed by the AAA Consumer
          Rules and, where appropriate, limited by the AAA Consumer Rules. If such costs are determined by the arbitrator to be excessive, Company will pay all
          arbitration fees and expenses. The arbitration may be conducted in person, through the submission of documents, by phone or online. The arbitrator
          will make a decision in writing, but need not provide a statement of reasons unless requested by a party. The arbitrator must follow applicable law,
          and any award may be challenged if the arbitrator fails to do so. Except where otherwise required by the applicable AAA rules or applicable law, the
          arbitration will take place in Loudon County, Commonwealth of Virginia. Except as otherwise provided in this Agreement, you and Company may litigate
          in court to compel arbitration, stay proceedings pending arbitration, or to confirm, modify, vacate or enter judgment on the award entered by the
          arbitrator.
        </li>
        <li>
          <strong>Restrictions</strong>. You and Company agree that any arbitration shall be limited to the Dispute between Company and you individually. To the
          full extent permitted by law, (1) no arbitration shall be joined with any other; (2) there is no right or authority for any Dispute to be arbitrated
          on a class-action basis or to utilize class action procedures; and (3) there is no right or authority for any Dispute to be brought in a purported
          representative capacity on behalf of the general public or any other persons.
        </li>
        <li>
          <strong>Exceptions to Informal Negotiations and Arbitration</strong>.You and Company agree that the following Disputes are not subject to the above
          provisions concerning informal negotiations and binding arbitration: (1) any Disputes seeking to enforce or protect, or concerning the validity of any
          of your or Company’s intellectual property rights; (2) any Dispute related to, or arising from, allegations of theft, piracy, invasion of privacy or
          unauthorized use; and (3) any claim for injunctive relief. If this Section is found to be illegal or unenforceable then neither you nor Company will
          elect to arbitrate any Dispute falling within that portion of this Section found to be illegal or unenforceable and such Dispute shall be decided by a
          court of competent jurisdiction within the courts listed for jurisdiction above, and you and Company agree to submit to the personal jurisdiction of
          that court.
        </li>
      </ul>
      <h3 className="font-bold mb-3 mt-2">CORRECTIONS</h3>
      <p>
        Occasionally there may be information on the Website that contains typographical errors, inaccuracies or omissions that may relate to service
        descriptions, pricing, availability, and various other information. Company reserves the right to correct any errors, inaccuracies or omissions and to
        change or update the information at any time, without prior notice.
      </p>
      <h3 className="font-bold mb-3 mt-2">DISCLAIMERS</h3>
      <p>
        Company cannot control the nature of all of the content available on the Website. By operating the Website, Company does not represent or imply that
        Company endorses any blogs, contributions or other content available on or linked to by the Website, including without limitation content hosted on
        third party websites or provided by third party applications, or that Company believes contributions, blogs or other content to be accurate, useful or
        non-harmful. We do not control and are not responsible for unlawful or otherwise objectionable content you may encounter on the Website or in connection
        with any contributions. The Company is not responsible for the conduct, whether online or offline, of any user of the Website or Company Services.
        <br />
        YOU AGREE THAT YOUR USE OF THE WEBSITE AND COMPANY SERVICES WILL BE AT YOUR SOLE RISK. TO THE FULLEST EXTENT PERMITTED BY LAW, COMPANY, ITS OFFICERS,
        DIRECTORS, EMPLOYEES, AND AGENTS DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, IN CONNECTION WITH THE WEBSITE AND THE COMPANY SERVICES AND YOUR USE
        THEREOF, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. COMPANY MAKES
        NO WARRANTIES OR REPRESENTATIONS ABOUT THE ACCURACY OR COMPLETENESS OF THE WEBSITE’S CONTENT OR THE CONTENT OF ANY WEBSITES LINKED TO THIS WEBSITE AND
        ASSUMES NO LIABILITY OR RESPONSIBILITY FOR ANY (A) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (B) PERSONAL INJURY OR PROPERTY DAMAGE,
        OF ANY NATURE WHATSOEVER, RESULTING FROM YOUR ACCESS TO AND USE OF OUR WEBSITE, (C) ANY UNAUTHORIZED ACCESS TO OR USE OF OUR SECURE SERVERS AND/OR ANY
        AND ALL PERSONAL INFORMATION AND/OR FINANCIAL INFORMATION STORED THEREIN, (D) ANY INTERRUPTION OR CESSATION OF TRANSMISSION TO OR FROM THE WEBSITE OR
        COMPANY SERVICES, (E) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH MAY BE TRANSMITTED TO OR THROUGH THE WEBSITE BY ANY THIRD PARTY, AND/OR (F)
        ANY ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED,
        TRANSMITTED, OR OTHERWISE MADE AVAILABLE VIA THE WEBSITE. COMPANY DOES NOT WARRANT, ENDORSE, GUARANTEE, OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR
        SERVICE ADVERTISED OR OFFERED BY A THIRD PARTY THROUGH THE WEBSITE OR ANY HYPERLINKED WEBSITE OR FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND
        COMPANY WILL NOT BE A PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU AND THIRD-PARTY PROVIDERS OF PRODUCTS OR
        SERVICES. AS WITH THE PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION
        WHERE APPROPRIATE.
      </p>
      <h3 className="font-bold mb-3 mt-2">LIMITATIONS OF LIABILITY</h3>
      <p>
        IN NO EVENT SHALL COMPANY OR ITS DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY,
        INCIDENTAL, SPECIAL OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA OR OTHER DAMAGES ARISING FROM YOUR USE OF THE WEBSITE OR
        COMPANY SERVICES, EVEN IF COMPANY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN,
        COMPANY’S LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE AMOUNT PAID, IF ANY,
        BY YOU TO COMPANY FOR THE COMPANY SERVICES DURING THE PERIOD OF THREE (3) MONTHS PRIOR TO ANY CAUSE OF ACTION ARISING.
        <br />
        CERTAIN STATE LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR
        ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.
        <br />
        IF YOU ARE A CALIFORNIA RESIDENT, YOU WAIVE CALIFORNIA CIVIL CODE SECTION 1542, WHICH SAYS: "A GENERAL RELEASE DOES NOT EXTEND TO CLAIMS WHICH THE
        CREDITOR DOES NOT KNOW OR SUSPECT TO EXIST IN HIS FAVOR AT THE TIME OF EXECUTING THE RELEASE, WHICH, IF KNOWN BY HIM MUST HAVE MATERIALLY AFFECTED HIS
        SETTLEMENT WITH THE DEBTOR."
      </p>
      <h3 className="font-bold mb-3 mt-2">INDEMNITY</h3>
      <p>
        You agree to defend, indemnify and hold Company, its subsidiaries, and affiliates, and their respective officers, agents, partners and employees,
        harmless from and against, any loss, damage, liability, claim, or demand, including reasonable attorneys’ fees and expenses, made by any third party due
        to or arising out of your contributed content, use of the Company Services, and/or arising from a breach of this Agreement and/or any breach of your
        representations and warranties set forth above. Notwithstanding the foregoing, Company reserves the right, at your expense, to assume the exclusive
        defense and control of any matter for which you are required to indemnify Company, and you agree to cooperate, at your expense, with Company’s defense
        of such claims. Company will use reasonable efforts to notify you of any such claim, action, or proceeding, which is subject to this indemnification
        upon becoming aware of it.
      </p>
      <h3 className="font-bold mb-3 mt-2">NOTICES</h3>
      <p>
        Except as explicitly stated otherwise, any notices given to Company shall be given by email to the address listed in the contact information below. Any
        notices given to you shall be given to the email address you provided during the registration process, or such other address as each party may specify.
        Notice shall be deemed to be given twenty-four (24) hours after the email is sent, unless the sending party is notified that the email address is
        invalid. We may also choose to send notices by regular mail.
      </p>
      <h3 className="font-bold mb-3 mt-2">USER DATA</h3>
      <p>
        Our Website will maintain certain data that you transfer to the Website for the purpose of the performance of the Company Services, as well as data
        relating to your use of the Company Services. Although we perform regular routine backups of data, you are primarily responsible for all data that you
        have transferred or that relates to any activity you have undertaken using the Company Services. You agree that Company shall have no liability to you
        for any loss or corruption of any such data, and you hereby waive any right of action against Company arising from any such loss or corruption of such
        data. We have provided a method in settings for download of your data. This data is yours alone. No one else can retrieve your data. Using the website
        at https://Wizzor.net, you can download and save data on your laptop, desktop, and to the cloud. This data includes information from the following
        areas: FC3, Docs, Photos, MyKuisine, Wizzor Market, News, and Analytics
      </p>
      <h3 className="font-bold mb-3 mt-2">ELECTRONIC CONTRACTING</h3>
      <p>
        Your use of the Company Services includes the ability to enter into agreements and/or to make transactions electronically. YOU ACKNOWLEDGE THAT YOUR
        ELECTRONIC SUBMISSIONS CONSTITUTE YOUR AGREEMENT AND INTENT TO BE BOUND BY AND TO PAY FOR SUCH AGREEMENTS AND TRANSACTIONS. YOUR AGREEMENT AND INTENT TO
        BE BOUND BY ELECTRONIC SUBMISSIONS APPLIES TO ALL RECORDS RELATING TO ALL TRANSACTIONS YOU ENTER INTO RELATING TO THE COMPANY SERVICES, INCLUDING
        NOTICES OF CANCELLATION, POLICIES, CONTRACTS, AND APPLICATIONS. In order to access and retain your electronic records, you may be required to have
        certain hardware and software, which are your sole responsibility.
      </p>
      <h3 className="font-bold mb-3 mt-2">ELECTRONIC SIGNATURES</h3>
      <p>
        Users are allowed on Sidepatch.com to transmit and receive valid electronic signatures in the United States under the Electronic Signatures in Global
        and National Commerce Act (E-Sign Act) of 2000 and the Uniform Electronic Transactions Act (UETA) of 1999 as adopted by individual states. Users’
        signatures and identities are not authenticated on Sidepatch.com.
      </p>
      <h3 className="font-bold mb-3 mt-2">SMS MESSAGING</h3>
      <p>
        The Wizzor and Wizzorchat applications contain a Short Message/Messaging Service (SMS Messaging) for communications. In using this application you agree
        with the transmission and receiving of messages via SMS standardized communications protocols within the following guidelines:
        <br />
        Wizzorchat can be used for person-to-person communications or to a group and persons contained within that group. No hate speech.
        <br />
        No solicitation of member users to join a group. A member user can ask to join a group and can be added by the group’s administrator. Individuals,
        Businesses and other organizations that have asked a user to join Wizzor, using their own device’s contact list, and or via a referral number may
        contact those members as a relationship, (Friend, Client, Contact, or Customer), already exists.
      </p>
      <h3 className="font-bold mb-3 mt-2">MISCELLANEOUS</h3>
      <p>
        This Agreement constitutes the entire agreement between you and Company regarding the use of the Company Services. The failure of Company to exercise or
        enforce any right or provision of this Agreement shall not operate as a waiver of such right or provision. The section titles in this Agreement are for
        convenience only and have no legal or contractual effect. This Agreement operates to the fullest extent permissible by law. This Agreement, and your
        account may not be assigned by you without our express written consent. Company may assign any or all of its rights and obligations to others at any
        time. Company shall not be responsible or liable for any loss, damage, delay or failure to act caused by any cause beyond Company's reasonable control.
        If any provision or part of a provision of this Agreement is unlawful, void or unenforceable, that provision or part of the provision is deemed
        severable from this Agreement and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership,
        employment or agency relationship created between you and Company as a result of this Agreement or use of the Website and Company Services. Upon
        Company’s request, you will furnish Company any documentation, substantiation or releases necessary to verify your compliance with this Agreement. You
        agree that this Agreement will not be construed against Company by virtue of having drafted them. You hereby waive any and all defenses you may have
        based on the electronic form of this Agreement and the lack of signing by the parties hereto to execute this Agreement.
      </p>
      <h3 className="font-bold mb-3 mt-2">CONTACT US</h3>
      <p>
        In order to resolve a complaint regarding the Company Services or to receive further information regarding use of the Company Services, please contact
        Company as set forth below or, if any complaint with us is not satisfactorily resolved, and you are a California resident, you can contact the Complaint
        Assistance Unit of the Division of Consumer Services of the Department of Consumer Affairs in writing at 400 "R" Street, Sacramento, California 95814 or
        by telephone at 1-916-445-1254. <br />
        Sidepatch, LLC, P O Box 2182, Middleburg, VA 20118 <br />
        Email:{" "}
        <Link
          href="mailTo:Administrator@wizzor.net"
          scroll={false}
          className="underline">
          Administrator@wizzor.net
        </Link>{" "}
        Phone: Phone: (888) 391-3054
      </p> */}
    </div>
  )
}
