diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 989f1cd..17836c3 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -33,7 +33,8 @@ const navigation = { ], legal: [ { name: 'Privacy Policy', href: 'privacy-policy' }, - { name: 'Terms & Conditions', href: 'terms-conditions' }, + { name: 'Terms of Service', href: 'terms-of-service' }, + { name: 'Data Processing Addendum', href: 'data-processing' }, ], social: [ { diff --git a/src/components/TextSection.jsx b/src/components/TextSection.jsx new file mode 100644 index 0000000..da980fe --- /dev/null +++ b/src/components/TextSection.jsx @@ -0,0 +1,77 @@ +export default function TextSection(props) { + return ( +
+ Thank you for using services rendered by our site, www.gappblocks.com including linked domains integrated within the site (hereinafter together referred to as the “Site” or “Website”). These terms and conditions govern your access to and use of the Site and the services we offer (together “Services”). Please read them carefully before availing any of the Service we provide. The terms “we”, “us” or “our”, refer to the Site. +
++ {text} +
+ ))} ++ GAPP Blocks is firmly committed to protecting the privacy of your personal information and the personal information of your customers. By using the Service, you acknowledge and agree that GAPP Blocks collection, usage and disclosure of this personal information is governed by our privacy policy +
++ We are in compliance with the additional requirements for the restricted scope with Google Cloud Platform through which the App’s use of information received from Gmail APIs will adhere to Google's Limited Use Requirements. +
++ Additionally, if: (a) you are established in the European Economic Area (EEA); (b) you provide goods or services to customers in the EEA; or (c) you are otherwise subject to the requirements of the EU General Data Protection Regulation, GAPP Blocks collection and use of personal information of any European residents is also subject to our Data Processing Addendum. +
+