返回 AiToEarn
page.tsx
1 /**
2 * PrivacyPolicyPage - 隐私政策页面
3 * 展示 AiToEarn 平台隐私政策和数据保护说明
4 */
5 import type { Metadata } from 'next'
6 import { useTranslation } from '@/app/i18n'
7 import { fallbackLng, languages } from '@/app/i18n/settings'
8 import { getMetadata } from '@/utils/metadata'
9 import styles from '../websit.module.scss'
10
11 export async function generateMetadata({
12 params,
13 }: {
14 params: Promise<{ lng: string }>
15 }): Promise<Metadata> {
16 let { lng } = await params
17 if (!languages.includes(lng))
18 lng = fallbackLng
19
20 const { t } = await useTranslation(lng, 'websit')
21
22 return getMetadata(
23 {
24 title: t('privacyPolicy.title'),
25 description: t('privacyPolicy.description'),
26 keywords: t('privacyPolicy.keywords'),
27 },
28 lng,
29 '/websit/privacy-policy',
30 )
31 }
32
33 export default function PrivacyPolicyPage() {
34 return (
35 <div className={styles.websitPage}>
36 <main className={styles.main}>
37 <div className={styles.container}>
38 <div className={styles.header}>
39 <h1 className={styles.title}>Privacy Policy</h1>
40 <p className={styles.lastUpdated}>Last Updated: 2024-12-26</p>
41 </div>
42
43 <div className={styles.content}>
44 <section className={styles.section}>
45 <p className={styles.introduction}>
46 Aitoearn provides this Privacy Policy to inform you of our policies and procedures
47 regarding the collection, use, protection, and disclosure of Personal Information
48 received from your use of this website, located at https://aitoearn.ai (“Site”), as
49 well as all related websites including our subdomains, applications, browser
50 extensions, and other services provided by us (collectively, together with the Site,
51 our “Service”), and in connection with our customer, vendor, and partner
52 relationships. This Privacy Policy also tells you about your rights and choices with
53 respect to your Personal Information, and how you can reach us to update your
54 contact information or get answers to questions you may have about our privacy
55 practices.
56 </p>
57 <p className={styles.sectionContent}>
58 In addition to the activities described in this Privacy Policy, we may process
59 Personal Information on behalf of our commercial customers when they use the
60 Service. We process such Personal Information as a data processor of our commercial
61 customers, which are the entities responsible for the data processing. To understand
62 how a commercial customer processes your Personal Information, please refer to that
63 customer’s privacy policy.
64 </p>
65 <p className={styles.sectionContent}>
66 Registration with, use of, and access to the Service is subject to this Privacy
67 Policy and our Terms of Use located at
68 https://aitoearn.ai/en/websit/terms-of-service.
69 </p>
70 </section>
71
72 <section className={styles.section}>
73 <h2 className={styles.sectionTitle}>Table of Contents</h2>
74 <ul className={styles.listContent}>
75 <li>
76 <a href="#section1">1. Personal Information We May Collect</a>
77 </li>
78 <li>
79 <a href="#section2">2. Personal Information Provided by You</a>
80 </li>
81 <li>
82 <a href="#section2a">
83 2a. Personal Information Collected from Connected Social Media Accounts
84 </a>
85 </li>
86 <li>
87 <a href="#section2b">
88 2b. Personal Information Automatically Obtained from Your Interactions with the
89 Service
90 </a>
91 </li>
92 <li>
93 <a href="#section3">3. How We May Use Your Personal Information</a>
94 </li>
95 <li>
96 <a href="#section4">4. How We Share Your Personal Information</a>
97 </li>
98 <li>
99 <a href="#section5">5. How We Protect Your Personal Information</a>
100 </li>
101 <li>
102 <a href="#section6">6. Your Rights and Choices</a>
103 </li>
104 <li>
105 <a href="#section7">7. Data Transfers</a>
106 </li>
107 <li>
108 <a href="#section8">8. Children's Privacy</a>
109 </li>
110 <li>
111 <a href="#section9">9. Updates to this Privacy Policy</a>
112 </li>
113 <li>
114 <a href="#section11">10. How to Contact Us</a>
115 </li>
116 </ul>
117 </section>
118
119 <section className={styles.section} id="section1">
120 <h2 className={styles.sectionTitle}>1. Personal Information We May Collect</h2>
121 <p className={styles.sectionContent}>
122 For the purpose of this Privacy Policy, "Personal Information" means any information
123 relating to an identified or identifiable individual. We obtain Personal Information
124 relating to you from various sources described below.
125 </p>
126 <p className={styles.sectionContent}>
127 Where applicable, we indicate whether and why you must provide us with your Personal
128 Information, as well as the consequences of failing to do so. If you do not provide
129 Personal Information when requested, you may not be able to benefit from our Service
130 if that information is necessary to provide you with the service or if we are
131 legally required to collect it.
132 </p>
133 </section>
134
135 <section className={styles.section} id="section2">
136 <h2 className={styles.sectionTitle}>2. Personal Information Provided by You</h2>
137
138 <h3 className={styles.subSectionTitle}>Registration</h3>
139 <p className={styles.sectionContent}>
140 If you desire to have access to certain restricted sections of the Site or request
141 to receive marketing materials, you may be required to become a registered user, and
142 to submit the following types of Personal Information to Aitoearn: your name, email
143 address, phone number, full user name, password, city, and time zone.
144 </p>
145
146 <h3 className={styles.subSectionTitle}>Customer Support</h3>
147 <p className={styles.sectionContent}>
148 We may collect information through your communications with our customer support
149 team or other communications that you may send us and their contents.
150 </p>
151
152 <h3 className={styles.subSectionTitle}>Making a Purchase</h3>
153 <p className={styles.sectionContent}>
154 When you make payments through the Service, you will need to provide Personal
155 Information such as your credit card number and billing address.
156 </p>
157
158 <h3 className={styles.subSectionTitle}>Social Media</h3>
159 <p className={styles.sectionContent}>
160 In order to allow you to post to your social media platforms, we may ask you to
161 provide your username, account ids, social handle, timezones, and email address.
162 </p>
163 </section>
164
165 <section className={styles.section} id="section2a">
166 <h2 className={styles.sectionTitle}>
167 2a. Personal Information Collected from Connected Social Media Accounts
168 </h2>
169 <p className={styles.sectionContent}>
170 If you connect your third party social media account to your Aitoearn account, we
171 may collect certain information stored in your social media account such as:
172 </p>
173
174 <h3 className={styles.subSectionTitle}>Facebook</h3>
175 <p className={styles.sectionContent}>
176 Aitoearn may allow you to connect a Facebook page or profile to your Aitoearn
177 account, in which case we will access certain information from Facebook regarding
178 your account. In particular, we may collect profile image, display name, username /
179 page ID or profile ID, access tokens, sent posts. This includes the content of your
180 post and engagement data (such as click rates, likes, re-shares, impressions, as
181 well as general engagement counts), to the extent permitted by applicable law.
182 </p>
183
184 <h3 className={styles.subSectionTitle}>Twitter</h3>
185 <p className={styles.sectionContent}>
186 Aitoearn may allow you to connect a Twitter profile to your Aitoearn account, in
187 which case we will access certain information from Twitter regarding your account.
188 In particular, we may collect profile image, display name, username / profile ID,
189 access tokens, and sent posts. This includes the content of your post and engagement
190 data (such as click rates, likes, retweets, re-shares, impressions, as well as
191 general engagement counts), to the extent permitted by applicable law.
192 </p>
193
194 <h3 className={styles.subSectionTitle}>Instagram</h3>
195 <p className={styles.sectionContent}>
196 Aitoearn may allow you to connect an Instagram profile to your Aitoearn account, in
197 which case we will access certain information from Instagram regarding your account.
198 In particular, we may collect profile image, display name, username / profile ID,
199 access tokens, and sent posts.
200 </p>
201
202 <h3 className={styles.subSectionTitle}>LinkedIn</h3>
203 <p className={styles.sectionContent}>
204 Aitoearn may allow you to connect a LinkedIn profile to your Aitoearn account, in
205 which case we will access certain information from LinkedIn regarding your account.
206 In particular, we may collect profile image, display name, username / profile ID,
207 access tokens, and sent posts.
208 </p>
209
210 <h3 className={styles.subSectionTitle}>TikTok</h3>
211 <p className={styles.sectionContent}>
212 Aitoearn may allow you to connect a TikTok profile to your Aitoearn account, in
213 which case we will access certain information from TikTok regarding your account. In
214 particular, we may collect profile image, display name, username / profile ID,
215 access tokens, and sent posts.
216 </p>
217
218 <h3 className={styles.subSectionTitle}>YouTube</h3>
219 <p className={styles.sectionContent}>
220 Aitoearn may allow you to connect a YouTube channel to your Aitoearn account, in
221 which case we will access certain information from Google and YouTube regarding your
222 account. In particular, we may collect profile image, display name, profile ID,
223 access tokens, existing videos. Aitoearn uses YouTube API Services and by using the
224 YouTube integration via Aitoearn, you agree to be bound by the YouTube Terms of
225 Service.
226 </p>
227 </section>
228
229 <section className={styles.section} id="section2b">
230 <h2 className={styles.sectionTitle}>
231 2b. Personal Information Automatically Obtained from Your Interactions with the
232 Service
233 </h2>
234
235 <h3 className={styles.subSectionTitle}>Log Data</h3>
236 <p className={styles.sectionContent}>
237 When you use our Service, our servers automatically record information that your
238 browser sends whenever you visit a website ("Log Data"). This Log Data may include
239 information such as your IP address, browser type or the domain from which you are
240 visiting, the web-pages you visit, the search terms you use, and any advertisements
241 on which you click.
242 </p>
243
244 <h3 className={styles.subSectionTitle}>Cookies and Similar Technologies</h3>
245 <p className={styles.sectionContent}>
246 Like many websites, we also use "cookie" technology to collect additional website
247 usage data and to improve the Site and our Service. A cookie is a small data file
248 that we transfer to your computer's hard disk. Aitoearn may use both session cookies
249 and persistent cookies to better understand how you interact with the Site and our
250 Service.
251 </p>
252 <p className={styles.sectionContent}>
253 You can instruct your browser, by editing its options, to stop accepting cookies or
254 to prompt you before accepting a cookie from the websites you visit. Please note
255 that if you delete, or choose not to accept, cookies from the Service, you may not
256 be able to utilize the features of the Service to their fullest potential.
257 </p>
258 </section>
259
260 <section className={styles.section} id="section3">
261 <h2 className={styles.sectionTitle}>3. How We May Use Your Personal Information</h2>
262 <p className={styles.sectionContent}>
263 We may use the Personal Information we obtain about you to:
264 </p>
265 <ul className={styles.listContent}>
266 <li>
267 create and manage your account, provide our Service, process payments, and respond
268 to your inquiries;
269 </li>
270 <li>manage account authentication such as two-factor authentication;</li>
271 <li>
272 communicate with you to verify your account and for informational and operational
273 purposes;
274 </li>
275 <li>
276 tailor our Service (e.g., we may use cookies and similar technologies to remember
277 your preferences);
278 </li>
279 <li>publish your content, comments or messages on social media platforms;</li>
280 <li>provide tailored advertising, for Aitoearn services, via Google AdWords;</li>
281 <li>aggregate your Personal Information for analytical purposes;</li>
282 <li>provide customer support;</li>
283 <li>operate, evaluate and improve our business;</li>
284 <li>
285 send you marketing communications about products, services, offers, programs and
286 promotions;
287 </li>
288 <li>ensure the security of our Service;</li>
289 <li>enforce our agreements related to our Service and our other legal rights;</li>
290 <li>
291 comply with applicable legal requirements, industry standards and our policies.
292 </li>
293 </ul>
294 </section>
295
296 <section className={styles.section} id="section4">
297 <h2 className={styles.sectionTitle}>4. How We Share Your Personal Information</h2>
298 <p className={styles.sectionContent}>
299 We may disclose the Personal Information we collect about you as described below or
300 otherwise disclosed to you at the time the data is collected.
301 </p>
302
303 <h3 className={styles.subSectionTitle}>Service Providers</h3>
304 <p className={styles.sectionContent}>
305 We engage certain trusted third parties to perform functions and provide services to
306 us, including hosting and maintenance, error monitoring, debugging, performance
307 monitoring, billing, customer relationship, database storage and management, and
308 direct marketing campaigns. We may share your personal information with these third
309 parties, but only to the extent necessary to perform these functions and provide
310 such services.
311 </p>
312
313 <h3 className={styles.subSectionTitle}>Compliance with Laws and Law Enforcement</h3>
314 <p className={styles.sectionContent}>
315 Aitoearn cooperates with government and law enforcement officials or private parties
316 to enforce and comply with the law. To the extent permitted under applicable law, we
317 may disclose any information about you to government or law enforcement officials or
318 private parties as we believe is necessary or appropriate to investigate, respond
319 to, and defend against claims.
320 </p>
321
322 <h3 className={styles.subSectionTitle}>Business Transfers</h3>
323 <p className={styles.sectionContent}>
324 Aitoearn may sell, transfer or otherwise share some or all of its assets, including
325 personal information, in connection with a merger, acquisition, reorganization, sale
326 of assets, or similar transaction, or in the event of insolvency or bankruptcy.
327 </p>
328 </section>
329
330 <section className={styles.section} id="section5">
331 <h2 className={styles.sectionTitle}>5. How We Protect Your Personal Information</h2>
332 <p className={styles.sectionContent}>
333 Aitoearn cares deeply about safeguarding the confidentiality of your personal
334 information. We employ administrative and electronic measures designed to
335 appropriately protect your personal information against accidental or unlawful
336 destruction, accidental loss, unauthorized alteration, unauthorized disclosure or
337 access, misuse, and any other unlawful form of processing of the personal
338 information in our possession.
339 </p>
340 <p className={styles.sectionContent}>
341 Please be aware that no security measures are perfect or impenetrable. We cannot
342 guarantee that information about you will not be accessed, viewed, disclosed,
343 altered, or destroyed by breach of any of our administrative, physical, and
344 electronic safeguards.
345 </p>
346 <p className={styles.sectionContent}>
347 We will make any legally-required disclosures of any breach of the security,
348 confidentiality, or integrity of your unencrypted electronically stored personal
349 information to you via email or conspicuous posting on our site in the most
350 expedient time possible and without unreasonable delay.
351 </p>
352 </section>
353
354 <section className={styles.section} id="section6">
355 <h2 className={styles.sectionTitle}>6. Your Rights and Choices</h2>
356 <p className={styles.sectionContent}>
357 If you decide at any time that you no longer wish to receive marketing
358 communications from us, please follow the unsubscribe instructions provided in any
359 of the communications. You may also opt out from receiving commercial email from us
360 by sending your request to us by email at hello@aitoearn.ai.
361 </p>
362 <p className={styles.sectionContent}>
363 In certain jurisdictions you have the right to request access and receive
364 information about the personal information we maintain about you, to update and
365 correct inaccuracies in your personal information, to restrict or object to the
366 processing of your personal information, to have the information blocked, anonymized
367 or deleted, as appropriate, or to exercise your right to data portability to
368 transfer your personal information to another company.
369 </p>
370 <p className={styles.sectionContent}>
371 Where required by law, we obtain your consent for the processing of certain personal
372 information collected by cookies or similar technologies, or used to send you direct
373 marketing communications, or when we carry out other processing activities for which
374 consent may be required.
375 </p>
376 </section>
377
378 <section className={styles.section} id="section7">
379 <h2 className={styles.sectionTitle}>7. Data Transfers</h2>
380 <p className={styles.sectionContent}>
381 Personal information that we collect may be transferred to, and stored at, any of
382 our affiliates, partners or service providers which may be inside or outside the
383 European Economic Area (EEA), the United Kingdom (UK) or Switzerland, including in
384 the US. Your personal information may be transferred to countries that do not have
385 the same data protection laws as the country in which you initially provided the
386 information.
387 </p>
388 <p className={styles.sectionContent}>
389 Aitoearn complies with the EU-U.S. Data Privacy Framework, the Swiss-U.S. Data
390 Privacy Framework, and the UK Extension to the Data Privacy Framework (the "DPFs")
391 to transfer personal information outside the EEA, the UK and Switzerland to the U.S.
392 </p>
393 </section>
394
395 <section className={styles.section} id="section8">
396 <h2 className={styles.sectionTitle}>8. Children's Privacy</h2>
397 <p className={styles.sectionContent}>
398 The site is not directed to persons under 16. If a parent or guardian becomes aware
399 that his or her child has provided us with personal information without their
400 consent, he or she should contact us at hello@aitoearn.ai. We do not knowingly
401 collect personal information from children under 16. If we become aware that a child
402 under 16 has provided us with personal information, we will delete such information
403 from our files.
404 </p>
405 </section>
406
407 <section className={styles.section} id="section9">
408 <h2 className={styles.sectionTitle}>9. Updates to this Privacy Policy</h2>
409 <p className={styles.sectionContent}>
410 This privacy policy may be updated from time to time for any reason; each version
411 will apply to information collected while it was in place. We will notify you of any
412 modifications to our privacy policy by posting the new privacy policy on our site
413 and indicating the date of the latest revision.
414 </p>
415 <p className={styles.sectionContent}>
416 In the event that the modifications materially alter your rights or obligations
417 hereunder, we will make reasonable efforts to notify you of the change. For example,
418 we may send a message to your email address or generate a pop-up or similar
419 notification when you access the service for the first time after such material
420 changes are made.
421 </p>
422 </section>
423
424 <section className={styles.section} id="section11">
425 <h2 className={styles.sectionTitle}>10. How to Contact Us</h2>
426 <div className={styles.contactInfo}>
427 <h3 className={styles.contactTitle}>Contact Information</h3>
428 <p className={styles.contactText}>
429 Aitoearn Inc. is the entity responsible for the processing of your personal
430 information. If you have any questions or comments regarding this privacy policy,
431 or if you would like to exercise your rights to your personal information, you may
432 contact us:
433 </p>
434 <p className={styles.contactText}>
435 <strong>Email:</strong>
436 {' '}
437 hello@aitoearn.ai
438 <br />
439 <strong>Privacy Questions:</strong>
440 {' '}
441 privacy@aitoearn.ai
442 </p>
443 <p className={styles.contactText}>
444 If you have any thoughts or questions about this privacy policy please let us know
445 at hello@aitoearn.ai
446 </p>
447 </div>
448 </section>
449 </div>
450 </div>
451 </main>
452 </div>
453 )
454 }
455
455 lines Plain Text