import React from "react"; import { Flex } from "rebass/styled-components"; import FeaturesItem from "./FeaturesItem"; import { ColCenterH } from "./Layout"; import { Colors } from "../consts"; import { H3 } from "./Text"; const Features = () => (

Kutting edge features.

Create, protect and delete your links and monitor them with detailed statistics. Use custom domains for your links. Add or remove them for free. Use the provided API to create, delete, and get URLs from anywhere. Completely open source and free. You can host it on your own server.
); export default Features;