From eefdc5b89412a741384a34600973e2727b0ddfd3 Mon Sep 17 00:00:00 2001 From: Parna Roy Chowdhury <123104247+ParnaRoyChowdhury777@users.noreply.github.com> Date: Fri, 5 Jul 2024 04:35:12 +0530 Subject: [PATCH 1/2] Issue#132 fixed. added terms and conditions page --- app/termsconditions/page.tsx | 196 +++++++++++++++++++++++++++++++++++ components/Footer.tsx | 52 ++++++++-- package-lock.json | 172 ++++++++++++++++++------------ 3 files changed, 341 insertions(+), 79 deletions(-) create mode 100644 app/termsconditions/page.tsx diff --git a/app/termsconditions/page.tsx b/app/termsconditions/page.tsx new file mode 100644 index 0000000..f4ac38a --- /dev/null +++ b/app/termsconditions/page.tsx @@ -0,0 +1,196 @@ +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's 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. +
+Welcome to ScrapQuest! These Terms and Conditions outline the - rules and regulations for the use of ScrapQuest's website and + 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. @@ -26,15 +26,16 @@ const TermsAndConditions = () => {
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 + 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.