import Link from "next/link"; import ContactForm from "@/components/ContactForm"; import { CtaBand, PageHead, SPLIT_PAD, SiteNav, body, h3, kicker, small, wrap } from "@/components/site"; export const metadata = { title: "Contact", description: "Ask a question about ThreadCount, book a walkthrough, or raise a security review. One person answers.", alternates: { canonical: "/contact" }, }; export default function Contact() { return ( <>
Book a walkthrough

Twenty minutes, on real screens.

Bring your own questions and your own room. No slides unless you want them.

{/* No direction: below 900px this panel stacks under the form, so there is no left. */}

Pick “Book a walkthrough” on the form and say when suits — I’ll work around your shift rather than the other way round.

Who replies

One person, the one who built it.

Usually within a working day. It’s maintained alongside a day job, so nights and weekends aren’t covered — Support sets out what that means honestly.

Prefer email? hello@threadcount.tech for questions, privacy@ for privacy requests, security@ for security reports.
Open the working demo Read the FAQ first
); }