// Invisible spam trap: real visitors never see or fill this field, so any // submission with it filled in is almost certainly a bot. Server actions // check `formData.get(HONEYPOT_FIELD_NAME)` and silently no-op if it's set. export const HONEYPOT_FIELD_NAME = 'website_url' export default function HoneypotField() { return ( ) }