> ## Documentation Index
> Fetch the complete documentation index at: https://v1.amanmeherally.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contact

## A Robot's Carrier Pigeon

Ready to build something together? Let's connect!

<form action="https://formspree.io/f/xandwkow" method="POST">
  <Columns cols={2}>
    <div className="mb-4">
      <label className="block mb-2">Name</label>

      <input name="name" required className="text-white/80 rounded-xl bg-[--background-dark] border-2 outline-none border-[#252527] px-3.5 py-1 w-full focus-visible:border-white" />
    </div>

    <div className="mb-4">
      <label className="block mb-2">Email</label>

      <input name="email" type="email" autoComplete="email" required className="text-white/80 rounded-xl bg-[--background-dark] border-2 outline-none border-[#252527] px-3.5 py-1 w-full focus-visible:border-white" />
    </div>
  </Columns>

  <div className="mb-4">
    <label className="block mb-2">Message</label>

    <input name="message" required className="text-white/80 rounded-xl bg-[--background-dark] border-2 outline-none border-[#252527] px-3.5 py-1 w-full focus-visible:border-white" />
  </div>

  <button type="submit" className="bg-white hover:bg-white/90 transition-colors px-5 py-2 mt-2 text-black rounded-xl">
    Send
  </button>
</form>
