class StaticPagesController < ApplicationController
  def home
  end

  def buy
  end

  def info
  end
end
