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