
# dependencies
FeatureGrid = require './FeatureGrid'

# template
module.exports = (options) ->

  FeatureGrid {
    title: "We build the tools. You build your audience."
    features: [
      {
        icon: 'gear'
        title: '100% Customizable'
        description: "Use our pre-built customization options or create your own custom look to match the design of your site."
      }
      {
        icon: 'phone'
        title: 'Mobile Optimized'
        description: "Responsive design and retina display friendly. Looks and works great on all devices, big and small."
      }
      {
        icon: 'telegram'
        title: 'Fast and Lightweight'
        description: "Highly optimized and perfectly engineered code that never slows down or blocks your pages from loading."
      }
      {
        icon: 'heart'
        title: 'Easy to Install'
        description: "Just one line of code to manage each plugin. Customize, Copy, Paste, Done. The easiest install around."
      }
      {
        icon: 'trophy'
        title: 'Fantastic Customer Support'
        description: "Our support team is here 24/7, night and day, to answer your questions. Never be left in the dark again."
      }
      {
        icon: 'globe'
        title: 'Built for Scale'
        description: "Have a million users? Have a billion pageviews? No need to worry. Rest assured. We scale as you scale."
      }
    ]
  }
