diff --git a/src/App/Page/Home.purs b/src/App/Page/Home.purs index ad9bd6b..928983d 100644 --- a/src/App/Page/Home.purs +++ b/src/App/Page/Home.purs @@ -75,15 +75,19 @@ render _ = HH.div_ render_no_housing = b [ title "No housing, just a name" , p """ - We don't provide housing for your services or websites, - just a name. + We don't host your services or websites. + We just provide a name. + You can host your websites anywhere you want: at home for example. """ ] render_updates = b [ title "Automatic updates" - , p "Update your current address with a simple script." + , p "Update your records with a single, stupidly simple command. For example:" + , expl [ Bulma.strong "wget https://beta.netlib.re/token-update/" ] + , p "Every A and AAAA records have tokens for easy updates!" ] + expl content = Bulma.div_content [ Bulma.explanation content ] render_why_and_contact = Bulma.columns_ [ render_why, render_contact ] render_why = b [ title "Why?"