$ cd ../home

const privacyPolicy = {

// Last updated: July 15, 2025

# Introduction

const commitment = "Your privacy is our priority"

// This Privacy Policy explains how CursorFit collects, uses, and protects your information.

# Data We Collect

const dataTypes = [

"account_info", // Email, username

"usage_analytics", // Exercise completion, timing

"preferences", // Settings, customizations

"device_info" // Browser type, OS version

]

// We only collect data necessary to provide and improve our service

# How We Use Your Data

function useData(userData) {

provideService(userData.preferences)

improveExperience(userData.analytics)

sendNotifications(userData.settings)

preventAbuse(userData.activity)

}

// We never sell your data to third parties

# Data Security

const security = {

encryption: "end-to-end",

storage: "secure_servers",

access: "limited_personnel",

monitoring: "24/7"

}

// Your data is protected with industry-standard security measures

# Your Rights

const userRights = [

"access_data", // View your data

"update_data", // Correct inaccuracies

"delete_data", // Request deletion

"export_data", // Download your data

"opt_out" // Withdraw consent

]

// Contact us at privacy@cursorfit.app to exercise these rights

# Contact Us

const contact = "privacy@cursorfit.app"

// Questions about this policy? We're here to help.

} # End of privacyPolicy