
# dependencies
ItemGrid = require './ItemGrid'

# template
module.exports = (options) ->
  ItemGrid {
    title: 'The most comprehensive suite of tools to help you engage and grow your audience'
    items: [
      {
        link: 'https://sharebuttonz.com'
        image: 'https://sharebuttonz.com/img/sharebuttonz.jpg'
        title: 'Share Buttonz'
        subtitle: "Increase your social reach"
      }
      {
        link: 'https://followbuttonz.com'
        image: 'https://followbuttonz.com/img/followbuttonz.jpg'
        title: 'Follow Buttonz'
        subtitle: "Build your social audience"
      }
      {
        link: 'https://calendarbuttonz.com'
        image: 'https://calendarbuttonz.com/img/calendarbuttonz.jpg'
        title: 'Calendar Buttonz'
        subtitle: "Get on your user's calendars"
      }
      {
        link: 'https://videoplayerz.com'
        image: 'https://videoplayerz.com/img/videoplayerz.jpg'
        title: 'Video Playerz'
        subtitle: "Cross-device, simple video embeds"
      }
    ]
  }
