Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
1import { memo } from "react";
2import { Link } from "react-router";
3import PageHeader from "@/components/Pages/PageHeader";
4import PageLayout from "@/components/Shared/PageLayout";
5import { H4 } from "@/components/Shared/UI";
6
7const Privacy = () => {
8 const updatedAt = "October 30, 2023";
9
10 return (
11 <PageLayout title="Privacy Policy">
12 <PageHeader title="Privacy Policy" updatedAt={updatedAt} />
13 <div className="relative">
14 <div className="flex justify-center">
15 <div className="relative mx-auto rounded-lg">
16 <div className="!p-8 max-w-none text-gray-500 dark:text-gray-200">
17 {/* 1. Overview begins */}
18 <H4 className="mb-5">1. Overview</H4>
19 <div className="space-y-5">
20 <p className="leading-7">
21 By accessing the Site, you agree to not only this Privacy
22 Policy, but also to our Terms of Use and any other written
23 agreements for using the Site. And you agree to our collection
24 and use of any personal data (as described here) as well as
25 the features of public/permissionless blockchain technology.
26 </p>
27 <p className="leading-7">
28 This Privacy Policy (the “Privacy Policy”) provides a
29 comprehensive description of how Hey (“we,” “our,” or “us”)
30 collects, uses, and shares information about you in connection
31 with the website at "hey.xyz", as well as your rights and
32 choices regarding such information.
33 </p>
34 <p className="leading-7">
35 By accessing or using the Site, you accept and assume certain
36 inherent features related to engaging in recording the data on
37 the blockchain. Interactions with the Lens rely on smart
38 contracts stored on a publicly available blockchain,
39 cryptographic tokens generated by the smart contracts, and
40 other nascent software, applications and systems that interact
41 with blockchain-based networks. One of the defining features
42 of blockchain technology is that its entries are immutable,
43 which means, as a technical matter, they generally cannot be
44 deleted or modified by anyone. If you are not comfortable
45 assuming the inherently immutable and public nature of all
46 entries on the blockchain, you should not engage with our
47 Site.
48 </p>
49 </div>
50 {/* 1. Overview ends */}
51 {/* 2. Information Collection begins */}
52 <H4 className="mt-8 mb-5">2. Information Collection</H4>
53 <div className="space-y-5">
54 <p className="leading-7">
55 We may collect the following information about you when you
56 use the Site:
57 </p>
58 <ul className="list-inside list-disc">
59 <li className="leading-7">
60 Information you provide such as feedback, questions, and
61 issue reports.
62 </li>
63 </ul>
64 <p className="leading-7">
65 You may choose to voluntarily provide other information to us
66 that we have not solicited from you, and, in such instances,
67 you are solely responsible for such information.
68 </p>
69 <p className="leading-7">
70 We may use tracking technologies to automatically collect
71 information including the following:
72 </p>
73 <ul className="list-inside list-disc space-y-3">
74 <li className="leading-7">
75 <b>Log Files</b>, to record events or errors that occur when
76 using our Site.
77 </li>
78 <li className="leading-7">
79 <b>Cookies</b>, small data stored on your device that are
80 necessary for you to browse the Site.
81 </li>
82 <li className="leading-7">
83 <b>Public Information</b>, data from activity that is
84 publicly visible and/or accessible on blockchains. This may
85 include blockchain addresses and information regarding the
86 NFTs in wallets.
87 </li>
88 </ul>
89 </div>
90 {/* 2. Information Collection ends */}
91 {/* 3. Use of Information begins */}
92 <H4 className="mt-8 mb-5">3. Use of Information</H4>
93 <p className="leading-7">
94 We may need to use it to operate and manage the Services on this
95 Site (or other places), provide you support, ensure we comply
96 with laws and regulation, and enforce the security of the Site
97 or make other improvements.
98 </p>
99 {/* 3. Use of Information ends */}
100 {/* 4. Third-Parties begins */}
101 <H4 className="mt-8 mb-5">4. Third-Parties</H4>
102 <p className="leading-7">
103 This Privacy Policy does not apply to websites, apps, products,
104 or services that we do not own or control. For example, your
105 interactions with EVM wallet are governed by the applicable
106 privacy policies of that particular wallet.
107 </p>
108 {/* 4. Third-Parties ends */}
109 {/* 5. Analytics begins */}
110 <H4 className="mt-8 mb-5">5. Analytics</H4>
111 <div className="space-y-5">
112 <p className="leading-7">
113 We use <b>Simple Analytics</b> to collect various events from
114 user actions to analyse and make decisions for Site
115 improvements.
116 </p>
117 <p className="leading-7">
118 We collect account IDs to identify users and provide the best
119 experience.
120 </p>
121 <p className="leading-7">
122 We may switch to a different third-party analytics provider.
123 Each provider’s privacy policy governs its data practices, so
124 review those policies before using the Site.
125 </p>
126 </div>
127 {/* 5. Analytics ends */}
128 {/* 6. Your Rights and Choices begins */}
129 <H4 className="mt-8 mb-5">6. Your Rights and Choices</H4>
130 <div className="space-y-5">
131 <p className="leading-7">
132 We may collect the following information about you when you
133 use the Site:
134 </p>
135 <ul className="list-inside list-disc space-y-2">
136 <li className="leading-7">
137 <b>Cookies</b>. We will only use strictly necessary cookies.
138 These cookies are essential for you to browse the Site and
139 use its features, including accessing secure areas of the
140 Site.
141 </li>
142 <li className="linkify leading-7">
143 <b>Do Not Track</b>. Your browser settings may allow you to
144 automatically transmit a “Do Not Track” signal to the online
145 services you visit. Note, however, there is no industry
146 consensus as to what Site and app operators should do with
147 regard to these signals. Accordingly, unless and until the
148 law is interpreted to require us to do so, we do not monitor
149 or take action with respect to “Do Not Track” signals. For
150 more information on “Do Not Track,” visit{" "}
151 <Link
152 rel="noreferrer"
153 target="_blank"
154 to="https://allaboutdnt.com"
155 >
156 https://allaboutdnt.com
157 </Link>
158 .
159 </li>
160 </ul>
161 </div>
162 {/* 6. Your Rights and Choices ends */}
163 {/* 7. Data Security begins */}
164 <H4 className="mt-8 mb-5">7. Data Security</H4>
165 <p className="leading-7">
166 We implement and maintain reasonable administrative, physical,
167 and technical security safeguards to help protect information
168 about you from loss, theft, misuse, unauthorised access,
169 disclosure, alteration, and destruction. Nevertheless,
170 transmission via the internet is not completely secure and we
171 cannot guarantee the security of information about you.
172 </p>
173 {/* 7. Data Security ends */}
174 {/* 8. Children begins */}
175 <H4 className="mt-8 mb-5">8. Children</H4>
176 <p className="leading-7">
177 The Site is intended for general audiences and is not directed
178 at children. To use the Site, you must legally be able to enter
179 into the Agreement. We do not knowingly collect personal
180 information from children.
181 </p>
182 {/* 8. Children ends */}
183 {/* 9. Changes to Policy begins */}
184 <H4 className="mt-8 mb-5">9. Changes to Policy</H4>
185 <p className="leading-7">
186 We reserve the right to revise and reissue this Privacy Policy
187 at any time. Any changes will be effective immediately upon our
188 posting of the revised Privacy Policy. For the avoidance of
189 doubt, your continued use of the Site indicates your consent to
190 the revised Privacy Policy then posted.
191 </p>
192 {/* 9. Changes to Policy ends */}
193 {/* 10. Contact begins */}
194 <H4 className="mt-8 mb-5">10. Contact</H4>
195 <p className="leading-7">
196 If you have any questions or comments about this Privacy Policy,
197 our data practices, or our compliance with applicable law,
198 please contact us at support@hey.xyz
199 </p>
200 {/* 10. Contact ends */}
201 </div>
202 </div>
203 </div>
204 </div>
205 </PageLayout>
206 );
207};
208
209export default memo(Privacy);