From 017dfabb4c5bc0693710cea06fa031ec48ddcc1c Mon Sep 17 00:00:00 2001 From: JStaRFilms Date: Sat, 3 Jan 2026 04:55:02 +0100 Subject: [PATCH] feat: add Privacy Policy and Terms of Service pages for Google OAuth verification --- src/app/privacy-policy/page.tsx | 171 ++++++++++++++++++++++++ src/app/terms/page.tsx | 218 +++++++++++++++++++++++++++++++ src/components/layout/Footer.tsx | 4 +- 3 files changed, 391 insertions(+), 2 deletions(-) create mode 100644 src/app/privacy-policy/page.tsx create mode 100644 src/app/terms/page.tsx diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx new file mode 100644 index 0000000..49e54fe --- /dev/null +++ b/src/app/privacy-policy/page.tsx @@ -0,0 +1,171 @@ +import { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Privacy Policy", + description: "Privacy Policy for J StaR Films Studios - Learn how we collect, use, and protect your data.", +}; + +export default function PrivacyPolicyPage() { + const lastUpdated = "January 3, 2026"; + + return ( +
+
+ {/* Header */} +
+

+ Privacy Policy +

+

Last updated: {lastUpdated}

+
+ + {/* Content */} +
+ {/* Introduction */} +
+

+ J StaR Films Studios ("JStar Studios," "we," "us," or "our") respects your privacy and is committed to protecting your personal data. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our website and services at{" "} + + www.jstarstudios.com + . +

+
+ + {/* Data Collection */} +
+

1. Data Collection

+

We collect information that you provide directly to us, including:

+
    +
  • Account Information: When you create an account using Google Sign-In, we collect your email address, name, and profile picture as provided by Google.
  • +
  • Contact Information: When you submit inquiries through our contact form, we collect your name, email address, and message content.
  • +
  • Newsletter Subscription: If you subscribe to our newsletter, we collect your email address.
  • +
  • Usage Data: We automatically collect information about how you interact with our services, including pages visited, features used, and time spent on the platform.
  • +
+
+ + {/* Purpose of Processing */} +
+

2. Purpose of Data Processing

+

We use the information we collect for the following purposes:

+
    +
  • Account Creation: To create and manage your user account on our platform.
  • +
  • Service Personalization: To personalize your experience and provide tailored content and recommendations.
  • +
  • Communication: To send you updates, newsletters (if subscribed), and respond to your inquiries.
  • +
  • Service Improvement: To analyze usage patterns and improve our services, features, and user experience.
  • +
  • Security: To protect against unauthorized access, maintain data integrity, and ensure the security of our services.
  • +
+
+ + {/* Data Sharing */} +
+

3. Data Sharing

+

+ We do not sell your personal data to third parties. +

+

We may share your information only in the following circumstances:

+
    +
  • Service Providers: With trusted third-party vendors who assist us in operating our website and providing our services (e.g., hosting, analytics).
  • +
  • Legal Requirements: When required by law, legal process, or government request.
  • +
  • Business Transfers: In connection with a merger, acquisition, or sale of assets, your data may be transferred to the acquiring entity.
  • +
+
+ + {/* Data Retention & Deletion */} +
+

4. Data Retention & Deletion

+

+ We retain your personal data only for as long as necessary to fulfill the purposes for which it was collected, typically for the duration of your account's active status plus an additional 30 days for backup and recovery purposes. +

+

+ Your Rights: You have the right to request deletion of your personal data at any time. To request data deletion, please contact us at{" "} + + privacy@jstarstudios.com + {" "} + or use the account settings in your dashboard. We will process your request within 30 days. +

+
+ + {/* Google API Disclosure */} +
+

5. Google API Services Disclosure

+

+ JStar Studios' use of information received from Google APIs will adhere to the{" "} + + Google API Services User Data Policy + + , including the Limited Use requirements. +

+

+ Specifically, we limit our use of Google user data to providing and improving our services. We do not use Google user data for advertising purposes or sell this data to third parties. +

+
+ + {/* Data Security */} +
+

6. Data Security

+

+ We implement industry-standard security measures to protect your personal data, including encryption in transit (TLS/SSL) and at rest. However, no method of transmission over the Internet is 100% secure, and we cannot guarantee absolute security. +

+
+ + {/* Cookies */} +
+

7. Cookies & Tracking Technologies

+

+ We use cookies and similar tracking technologies to enhance your experience on our website. These include: +

+
    +
  • Essential Cookies: Required for the basic functionality of our website.
  • +
  • Analytics Cookies: Help us understand how visitors interact with our website.
  • +
  • Preference Cookies: Remember your settings and preferences.
  • +
+
+ + {/* Children's Privacy */} +
+

8. Children's Privacy

+

+ Our services are not directed to individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected personal data from a child under 13, we will take steps to delete that information. +

+
+ + {/* Changes to Policy */} +
+

9. Changes to This Privacy Policy

+

+ We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date. We encourage you to review this Privacy Policy periodically. +

+
+ + {/* Contact */} +
+

10. Contact Us

+

+ If you have any questions about this Privacy Policy or our data practices, please contact us at: +

+
+

J StaR Films Studios

+

+ Email:{" "} + + privacy@jstarstudios.com + +

+

+ Website:{" "} + + www.jstarstudios.com/contact + +

+
+
+
+
+
+ ); +} diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx new file mode 100644 index 0000000..53f5011 --- /dev/null +++ b/src/app/terms/page.tsx @@ -0,0 +1,218 @@ +import { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Terms of Service", + description: "Terms of Service for J StaR Films Studios - Review the rules and guidelines for using our platform.", +}; + +export default function TermsOfServicePage() { + const lastUpdated = "January 3, 2026"; + const effectiveDate = "January 3, 2026"; + + return ( +
+
+ {/* Header */} +
+

+ Terms of Service +

+

Last updated: {lastUpdated}

+

Effective date: {effectiveDate}

+
+ + {/* Content */} +
+ {/* Introduction */} +
+

+ Welcome to J StaR Films Studios. These Terms of Service ("Terms") govern your access to and use of our website, products, and services at{" "} + + www.jstarstudios.com + {" "} + (collectively, the "Services"). Please read these Terms carefully before using our Services. +

+
+ + {/* Acceptance of Terms */} +
+

1. Acceptance of Terms

+

+ By accessing or using our Services, you agree to be bound by these Terms and our{" "} + + Privacy Policy + + . If you do not agree to these Terms, you may not access or use our Services. +

+

+ We may update these Terms from time to time. Your continued use of the Services after any changes indicates your acceptance of the updated Terms. +

+
+ + {/* Eligibility */} +
+

2. Eligibility

+

+ You must be at least 13 years of age to use our Services. By using our Services, you represent and warrant that you meet this age requirement and have the legal capacity to enter into these Terms. +

+
+ + {/* Account Registration */} +
+

3. Account Registration

+

+ To access certain features of our Services, you may be required to create an account. When you create an account, you agree to: +

+
    +
  • Provide accurate, current, and complete information
  • +
  • Maintain and promptly update your account information
  • +
  • Maintain the security of your account credentials
  • +
  • Accept responsibility for all activities that occur under your account
  • +
  • Notify us immediately of any unauthorized use of your account
  • +
+
+ + {/* User Conduct */} +
+

4. User Conduct

+

+ When using our Services, you agree NOT to: +

+
    +
  • Violate any applicable laws, regulations, or third-party rights
  • +
  • Use the Services for any illegal, harmful, or fraudulent purposes
  • +
  • Upload, transmit, or distribute any viruses, malware, or other harmful code
  • +
  • Attempt to gain unauthorized access to our systems or other users' accounts
  • +
  • Interfere with or disrupt the integrity or performance of the Services
  • +
  • Harass, abuse, threaten, or intimidate other users
  • +
  • Impersonate any person or entity or misrepresent your affiliation
  • +
  • Engage in any activity that could damage, disable, or impair our Services
  • +
  • Use automated means (bots, scrapers, etc.) to access the Services without our permission
  • +
  • Circumvent any access or usage restrictions implemented by us
  • +
+
+ + {/* Intellectual Property */} +
+

5. Intellectual Property

+

+ Our Content: All content, features, and functionality of our Services—including but not limited to text, graphics, logos, icons, images, audio clips, video clips, software, and the "J StaR Films Studios" brand—are owned by J StaR Films Studios or our licensors and are protected by international copyright, trademark, patent, and other intellectual property laws. +

+

+ Your Content: You retain ownership of any content you submit, post, or display through our Services. By submitting content, you grant us a worldwide, non-exclusive, royalty-free license to use, reproduce, modify, and display such content in connection with providing our Services. +

+

+ Restrictions: You may not copy, modify, distribute, sell, or lease any part of our Services or included software, nor may you reverse engineer or attempt to extract the source code of any software. +

+
+ + {/* Third-Party Services */} +
+

6. Third-Party Services

+

+ Our Services may contain links to third-party websites or integrate with third-party services (such as Google Sign-In). We are not responsible for the content, privacy policies, or practices of any third-party services. Your use of such services is at your own risk and subject to their respective terms and conditions. +

+
+ + {/* Termination */} +
+

7. Termination

+

+ By You: You may terminate your account at any time by contacting us or using the account deletion feature in your dashboard. +

+

+ By Us: We reserve the right to suspend or terminate your access to our Services at any time, with or without cause and with or without notice, including if we believe you have violated these Terms. +

+

+ Upon termination, your right to use the Services will immediately cease. All provisions of these Terms that should survive termination will survive, including ownership provisions, warranty disclaimers, and limitations of liability. +

+
+ + {/* Disclaimers */} +
+

8. Disclaimers

+
+

+ THE SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. +

+

+ We do not warrant that the Services will be uninterrupted, error-free, or secure. We disclaim all warranties, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement. +

+

+ Any content or materials downloaded or otherwise obtained through the Services are accessed at your own risk, and you will be solely responsible for any damage or loss resulting from such access. +

+
+
+ + {/* Limitation of Liability */} +
+

9. Limitation of Liability

+
+

+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, J STAR FILMS STUDIOS AND ITS OFFICERS, DIRECTORS, EMPLOYEES, AND AGENTS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES. +

+

+ This includes, but is not limited to, damages for loss of profits, goodwill, data, or other intangible losses resulting from: (a) your use or inability to use the Services; (b) unauthorized access to or alteration of your data; (c) statements or conduct of any third party; or (d) any other matter relating to the Services. +

+
+
+ + {/* Indemnification */} +
+

10. Indemnification

+

+ You agree to indemnify, defend, and hold harmless J StaR Films Studios and its officers, directors, employees, and agents from and against any claims, liabilities, damages, losses, costs, or expenses (including reasonable attorneys' fees) arising out of or in any way connected with your access to or use of the Services, your violation of these Terms, or your infringement of any third-party rights. +

+
+ + {/* Governing Law */} +
+

11. Governing Law

+

+ These Terms shall be governed by and construed in accordance with the laws of Nigeria, without regard to its conflict of law principles. Any disputes arising under these Terms shall be subject to the exclusive jurisdiction of the courts located in Nigeria. +

+
+ + {/* Severability */} +
+

12. Severability

+

+ If any provision of these Terms is found to be unenforceable or invalid, that provision shall be limited or eliminated to the minimum extent necessary, and the remaining provisions of these Terms shall remain in full force and effect. +

+
+ + {/* Entire Agreement */} +
+

13. Entire Agreement

+

+ These Terms, together with our Privacy Policy, constitute the entire agreement between you and J StaR Films Studios regarding your use of the Services and supersede all prior agreements and understandings. +

+
+ + {/* Contact */} +
+

14. Contact Us

+

+ If you have any questions about these Terms, please contact us at: +

+
+

J StaR Films Studios

+

+ Email:{" "} + + legal@jstarstudios.com + +

+

+ Website:{" "} + + www.jstarstudios.com/contact + +

+
+
+
+
+
+ ); +} diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 0f50df3..7177f35 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -65,8 +65,8 @@ const Footer = () => {

© {currentYear} J StaR Films. All rights reserved.

- Privacy Policy - Terms of Service + Privacy Policy + Terms of Service