import { Legal59 } from "@/components/beste/block/legal59";
export default function Page() {
return (
<Legal59
eyebrow="Privacy"
heading="What we keep, and what we never do with it."
updated="Last revised August 2026"
intro="This is written to be read, not scrolled past."
sections={[
{
title: "What we collect",
paragraphs: [
"Your name, an email address and, if you give it, a phone number.",
"We do not record sessions, in the room or online.",
],
},
{
title: "Your choices",
paragraphs: ["You can read, correct or ask us to delete anything we hold, at any time."],
},
]}
button={{ label: "Ask a privacy question", href: "mailto:hello@beste.co", tone: "outline" }}
labels={{ contents: "On this page" }}
/>
);
}