import Bell from "@/components/icons/bell.svg"; import Chat from "@/components/icons/chat.svg"; import Clock from "@/components/icons/clock.svg"; import DeviceMobile from "@/components/icons/device-mobile.svg"; import * as React from "react"; const Features: React.VoidFunctionComponent = () => { return (

Features

Everything you need to get the job done

Time slots New

If you need more granular options, Rallly lets you choose time slots as options. If your participants are international, they can see times in on their own time zone.

Mobile friendly design

Rallly is optimized to look and work great on mobile devices so you and your participants can use it on the go.

Notifications

Need help staying on top of things? Rallly can send you an email whenever participants vote or comment on your poll.

Comments

Got a question or just have something to say? You and your participants can comment on polls to start a discussion.

); }; export default Features;