"use client"; import { useState } from "react"; export function ContactSection() { const [status, setStatus] = useState(""); const onSubmit = (event: React.FormEvent) => { event.preventDefault(); setStatus("Thanks! We will reach out within 1 business day."); }; return (

Contact us

Let's talk about your ledger.

Tell us about your workflow and we will suggest the best LedgerOne setup.