Changed hero and start messages
This commit is contained in:
parent
c927aeed6d
commit
85af815d99
|
@ -20,7 +20,9 @@ $p = [
|
|||
<div class="row">
|
||||
<div class="one-half column">
|
||||
<h4 class="hero-heading"><?php l('home.hero', 'You are a <b>Real Fan</b> when you want your content creators to get the highest cut.') ?></h4>
|
||||
<a class="button button-primary" href="/login"><?php l('home.register', 'Sign up') ?></a>
|
||||
<a class="button button-primary" href="/login"><?php l('home.get_started_as_creator', 'Start as a creator') ?></a>
|
||||
<br>
|
||||
<a class="button" href="/discover"><?php l('home.discover_content', 'Discover content') ?></a>
|
||||
</div>
|
||||
<div class="one-half column phones">
|
||||
<img class="phone" src="https://getskeleton.com/examples/landing/images/iphone.png">
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
},
|
||||
"home": {
|
||||
"register": "Regístrate",
|
||||
"get_started_as_creator": "Empezar como creador",
|
||||
"discover_content": "Descubrir contenido",
|
||||
"hero": "Eres un <b>Real Fan</b> cuando deseas que tus creadores de contenido se lleven la mayor parte.",
|
||||
"_": ""
|
||||
},
|
||||
"_": ""
|
||||
|
|
Loading…
Reference in New Issue