const home = require("./pages/home");
module.exports = {
accountName: "agenciamagma",
pages: [{ data: home, template: "gabriel-ferraz-home.html" }],
};