@@ -8,28 +8,26 @@ export const metadata: Metadata = {
88
99const Privacy = ( ) => {
1010 return (
11- < >
12- < div className = "min-h-screen bg-gray-100 flex flex-col items-center py-12 px-4 sm:px-6 lg:px-8 text-gray-700" >
13- < h1 className = "text-center text-2xl" > Privacy Policy</ h1 >
14- < div className = "pt-4 pl-8 pr-8 leading-8" >
15- This site uses Google Analytics, a traffic analysis tool by Google.
16- This tool uses cookies to collect information on how site visitors use
17- our site. This information includes IP address, browser type, referrer
18- information, language used, and time of visit. This information is
19- stored on servers provided by Google. Google will not disclose this
20- information to third parties. However, Google may be required to
21- disclose this information if required to do so by law; by using Google
22- Analytics, you consent to the collection and use of this information
23- by Google for the purposes described above. If you do not wish to
24- allow the collection of information by cookies, you may refuse the use
25- of cookies by changing the settings on your browser. However, if you
26- do so, you may not be able to use all of the features of this site.
27- The privacy policy of this site is subject to change. You can check
28- this page periodically to ensure that you are aware of the latest
29- version of our privacy policy.
30- </ div >
11+ < div className = "min-h-screen bg-gray-100 flex flex-col items-center py-12 px-4 sm:px-6 lg:px-8 text-gray-700" >
12+ < h1 className = "text-center text-2xl" > Privacy Policy</ h1 >
13+ < div className = "pt-4 pl-8 pr-8 leading-8" >
14+ This site uses Google Analytics, a traffic analysis tool by Google. This
15+ tool uses cookies to collect information on how site visitors use our
16+ site. This information includes IP address, browser type, referrer
17+ information, language used, and time of visit. This information is
18+ stored on servers provided by Google. Google will not disclose this
19+ information to third parties. However, Google may be required to
20+ disclose this information if required to do so by law; by using Google
21+ Analytics, you consent to the collection and use of this information by
22+ Google for the purposes described above. If you do not wish to allow the
23+ collection of information by cookies, you may refuse the use of cookies
24+ by changing the settings on your browser. However, if you do so, you may
25+ not be able to use all of the features of this site. The privacy policy
26+ of this site is subject to change. You can check this page periodically
27+ to ensure that you are aware of the latest version of our privacy
28+ policy.
3129 </ div >
32- </ >
30+ </ div >
3331 ) ;
3432} ;
3533
0 commit comments