/* global React */ function PrivacyPage({ navigate }) { return (
Legal

Privacy Policy

Last updated: 21 May 2026

1. Who we are

This website is operated by Peoplecake Consulting Limited{" "} ("Peoplecake", "we", "us", "our"), a company registered in England and Wales.

  • Company number: 16672320
  • Registered address: 71–75 Shelton Street, Covent Garden, London, WC2H 9JQ
  • Nature of business: Human Resources Consulting
  • Contact: sarah@peoplecake.com

2. Information we collect

We collect only the most basic of visitor information needed to operate and improve this website. Specifically, we use standard analytics technologies (such as Google Analytics or equivalent) which may record anonymised data such as:

  • Pages visited and the time spent on each page
  • Approximate geographic region (country / city level)
  • Device type, browser type and operating system
  • Referring website or search source

No other information is requested from users by this website. We do not run account sign-ups, registration forms, or persistent user profiles. If you contact us directly (for example, by emailing{" "} sarah@peoplecake.com), the information you choose to share with us will be used only to respond to your enquiry.

3. Cookies

Cookies are small text files stored on your device. We use them only to support the basic analytics described above. When you first visit the site, you will be asked to accept this tracking, or to decline and leave the website. You can withdraw consent at any time by clearing your browser cookies for this domain.

4. How we use your information

The analytics data we collect is used solely to understand which content is useful to visitors and to improve the website. It is not combined with any personally identifying information held by us.

5. Sharing your information

We do not sell your data to third parties. The only third parties who process site data on our behalf are the analytics providers themselves (e.g. Google), acting as data processors under their own published terms.

6. Data retention

Analytics data is retained for the standard retention period set by our analytics provider (typically up to 14 months). Email correspondence is kept only for as long as needed to respond and for reasonable business records.

7. Your rights

Under UK GDPR you have the right to access, correct, or request deletion of any personal data we hold about you, and to lodge a complaint with the Information Commissioner's Office (ICO). To exercise any of these rights, email{" "} sarah@peoplecake.com.

8. Changes to this policy

We may update this policy from time to time. Material changes will be reflected by updating the date at the top of this page.

9. Contact

Any questions about this policy or how we handle data can be sent to{" "} sarah@peoplecake.com.

); } const privacyPageStyle = document.createElement("style"); privacyPageStyle.textContent = ` .privacy-doc { max-width: 760px; margin: 0 auto; } .privacy-doc h2.t-h2 { font-size: 28px; margin-top: 56px; margin-bottom: 16px; } .privacy-doc h2.t-h2:first-child { margin-top: 0; } .privacy-doc p { font-size: 17px; line-height: 1.7; color: var(--color-black); margin-bottom: 16px; } .privacy-doc a { color: var(--color-purple); border-bottom: 1px solid currentColor; } .privacy-list { margin: 0 0 16px 0; padding-left: 20px; } .privacy-list li { font-size: 17px; line-height: 1.7; margin-bottom: 6px; } .privacy-back { margin-top: 64px; } `; document.head.appendChild(privacyPageStyle); window.PrivacyPage = PrivacyPage;