import React from 'react'; import LegalLayout from '../components/legal/LegalLayout'; import { LEGAL_LAST_UPDATED } from '../constants/legal'; import SEO from '../components/seo/SEO'; const Privacy: React.FC = () => { const toc = [ { label: 'What Information We Collect', href: '#collect' }, { label: 'How GPS Tracking Works', href: '#gps' }, { label: 'Why We Collect This Information', href: '#why' }, { label: 'What Courses Can See', href: '#courses-see' }, { label: 'How We Use Anonymised and Aggregated Data', href: '#anonymised' }, { label: 'How Long We Keep Information', href: '#retention' }, { label: 'When We Share Information', href: '#sharing' }, { label: 'Where Data Is Stored', href: '#storage' }, { label: 'Security', href: '#security' }, { label: 'Your Rights (NZ Privacy Act)', href: '#rights' }, { label: 'Children', href: '#children' }, { label: 'Changes to This Policy', href: '#changes' }, { label: 'Contact Us', href: '#contact' }, ]; return ( <>

Last updated: {LEGAL_LAST_UPDATED}

View all previous versions of this document.

This Privacy Policy explains what information WayFairer collects, why we collect it, how we use it, and the choices you have. We wrote this in plain English so course staff and players can understand it without needing a lawyer.

"WayFairer", "we", "us", and "our" means WayFairer Labs Ltd, a New Zealand company. "You" means a golf course, a marshal, staff member, or player who uses our services.

If you have questions, email privacy@wayfairerlabs.com.

1. What Information We Collect

We collect different types of information depending on how you use WayFairer.

Players (using the app):

We collect:

We do not collect:

Courses, staff, and marshals (dashboard users):

We collect:

Website visitors:

We may collect:

All data we collect is used to operate, improve, or secure the service.

2. How GPS Tracking Works

GPS tracking is only active during a round of golf.

Tracking turns on when:

Tracking turns off when:

We do not track players off-course.

3. Why We Collect This Information

We collect data to:

We do not sell personal information.

4. What Courses Can See

Courses can see:

Courses cannot see:

5. How We Use Anonymised and Aggregated Data

We anonymise data by removing anything that identifies a specific person or course.

We use anonymised and aggregated information to:

This type of data does not identify you or your course.

We may keep anonymised data indefinitely.

6. How Long We Keep Information

Different types of information have different retention periods:

If a course stops using WayFairer, we securely archive or anonymise data where appropriate.

7. When We Share Information

We do not sell your information. We only share it when necessary to run and improve the service.

We may share data with:

These providers follow strict data protection standards.

We may also share information if:

We never share identifiable player information with other courses.

8. Where Data Is Stored

Data is stored on secure servers. We operate regional servers (NZ, Australia, and others as needed). Early on, data for nearby regions may be processed on a shared server (for example, Australian courses may temporarily use the NZ region).

We will always protect your data under this Policy, regardless of the region used.

9. Security

We use industry-standard practices to keep your information secure.

However, no online system is completely safe. If someone gains unauthorised access due to hacking or criminal activity, we cannot guarantee absolute protection (see our Terms of Service for details).

If a data breach occurs, we will:

10. Your Rights (NZ Privacy Act)

Under New Zealand law, you have the right to:

Players can contact us directly, even if their course set up their session.

We may need to verify your identity before releasing data.

11. Children

WayFairer is not designed for children under 13. If a junior player uses the app, the course is responsible for ensuring appropriate consent is obtained from a parent or guardian.

12. Changes to This Policy

We may update this Privacy Policy from time to time. Significant changes will be noted on our website.

Using the service after changes means you accept the updated Policy.

13. Contact Us

WayFairer Labs Ltd
Email: privacy@wayfairerlabs.com
Website: https://wayfairerlabs.com

); }; export default Privacy;