// @flow import * as React from "react"; import { Page, Grid, PricingCard } from "tabler-react"; import SiteWrapper from "../SiteWrapper.react"; function PricingCardsPage(): React.Node { return ( {"Free"} {"$0"} 3 {"Users"} {"Sharing Tools"} {"Design Tools"} {"Private Messages"} {"Twitter API"} {"Choose plan"} {"Premium"} {"$49"} 10 {"Users"} {"Sharing Tools"} {"Design Tools"} {"Private Messages"} {"Twitter API"} {"Choose plan"} {"Enterprise"} {"$99"} 100 {"Users"} {"Sharing Tools"} {"Design Tools"} {"Private Messages"} {"Twitter API"} {"Choose plan"} {"Unlimited"} {"$139"} Unlimited {"Users"} {"Sharing Tools"} {"Design Tools"} {"Private Messages"} {"Twitter API"} {"Choose plan"} ); } export default PricingCardsPage;