import * as React from "react"; const HowItWorks: React.VoidFunctionComponent = () => { return (

How it works

It's simple!

Create a poll

Choose options you would like your participants to choose from.

Share your link

Share your unique link with your participants to give them access to the page.

Vote

Participants vote for the dates they prefer. The option with the most votes wins!

); }; export default HowItWorks;