diff --git a/app/termsconditions/page.tsx b/app/termsconditions/page.tsx new file mode 100644 index 0000000..1d1429f --- /dev/null +++ b/app/termsconditions/page.tsx @@ -0,0 +1,197 @@ +import { Nav } from "@/components/Nav"; +import React from "react"; + +const TermsAndConditions = () => { + return ( + <> + +
+ Welcome to ScrapQuest! These Terms and Conditions outline the + rules and regulations for the use of ScrapQuest website and + services. By accessing and using our website, you accept and agree + to comply with these terms. If you do not agree with any part of + these terms, you should not use our website or services. +
++ You must be at least 18 years old to use our services. By using + our services, you represent and warrant that you are at least 18 + years old and have the legal capacity to enter into these Terms + and Conditions. +
+ ++ To access certain features of our services, you may need to create + an account. You agree to provide accurate and complete information + when creating your account and to update this information as + necessary. You are responsible for maintaining the confidentiality + of your account credentials and for all activities that occur + under your account. +
+ ++ When using our services, you agree not to: +
++ All content, trademarks, logos, and intellectual property + displayed on our website are the property of ScrapQuest or its + licensors. You may not use, reproduce, distribute, or create + derivative works from any content without our prior written + consent. +
++ We value your privacy and are committed to protecting your + personal information. Please review our{" "} + + Privacy Policy + {" "} + to understand how we collect, use, and protect your data. +
++ To the fullest extent permitted by law, ScrapQuest shall not be + liable for any indirect, incidental, special, consequential, or + punitive damages, or any loss of profits or revenues, whether + incurred directly or indirectly, or any loss of data, use, + goodwill, or other intangible losses resulting from: +
++ You agree to indemnify and hold harmless ScrapQuest, its + affiliates, officers, agents, and employees, from any claim or + demand, including reasonable attorneys" fees, made by any + third party due to or arising out of your use of our services, + your violation of these terms, or your violation of any rights of + another. +
++ We reserve the right to modify or discontinue our services at any + time, with or without notice. We also reserve the right to modify + these Terms and Conditions at any time. Your continued use of our + services after any such changes constitutes your acceptance of the + new terms. +
++ These Terms and Conditions are governed by and construed in + accordance with the laws of the jurisdiction in which ScrapQuest + operates, without regard to its conflict of law principles. +
++ If you have any questions or concerns about these Terms and + Conditions, please contact us: +
+
+ Email:{" "}
+
+ support@scrapquest.com
+
+
+ Phone: +1 234 567 89
+
+ By using our website and services, you acknowledge that you have + read, understood, and agree to be bound by these Terms and + Conditions. +
+