I have integrated Better CMS in my MVC Website successfully, I have updated the route config so that i can see my own home page
routes.MapRoute("RootPage", "", new { controller = "Home", action = "Index", area = "" });
Now I want to change any text on my own home page, is this possible with better CMS, if so is there anyone who can guide me on this?
Thank you so much