/*********************************************************************************************************************************************************************** * File Name: PrivacyPolicy.jsx * Type of Program: Frontend Page * Description: Public privacy policy page. Required by Google as the Privacy Policy URL * for OAuth sensitive-scope verification (Gmail API gmail.send usage). * Module: Public * Author: Kenneth Obsequio * Date Created: Aug. 4, 2026 ***********************************************************************************************************************************************************************/ const LAST_UPDATED = 'August 4, 2026' function Section({ title, children }) { return (

{title}

{children}
) } export default function PrivacyPolicy() { return (

Privacy Policy

Last updated: {LAST_UPDATED}

STARR ("we", "our", "us") is a learning management system operated by Philproperties International Corporation. This policy explains what information we collect through starr.philproperties.orij.space, how we use it, and how it is protected.

When you register or use an account on STARR, we collect the information you provide directly, such as your name, email address, and contact details, along with information generated by your use of the platform, such as course enrollment, progress, and quiz results.

If you make a purchase, payment is processed by PayPal. We do not collect or store your payment card details ourselves.

If you choose to sign in with Google, we receive only your name, email address, and profile picture from your Google account, used solely to create and authenticate your STARR account. We do not request or receive access to any other Google data through this sign-in.

STARR uses the Gmail API, specifically the gmail.send scope, solely to send transactional system emails — such as one-time passcodes (OTP) for login and account notifications — from our own service mailbox. This scope only permits sending mail; it does not grant access to read, collect, or share the content of any Gmail account, including our own.

STARR's use and transfer of information received from Google APIs adheres to the{' '} Google API Services User Data Policy , including the Limited Use requirements.

We use industry-standard measures, including encryption in transit, to protect the information you provide. Access to user data within STARR is restricted to personnel who need it to operate the platform.

We retain account and course-activity information for as long as your account remains active, or as needed to comply with legal obligations, resolve disputes, and enforce our agreements.

We may update this policy from time to time. Material changes will be reflected by updating the "Last updated" date above.

If you have questions about this policy or how your information is handled, contact us at{' '} services.philpro@gmail.com .

) }