diff --git a/src/hbs/partials/components/hero.hbs b/src/hbs/partials/components/hero.hbs index ed26656..1b8592d 100644 --- a/src/hbs/partials/components/hero.hbs +++ b/src/hbs/partials/components/hero.hbs @@ -1,9 +1,9 @@
-
+
{{ hero.canvas.info.desktop }}
-
+
{{ hero.canvas.info.mobile }}
@@ -19,19 +19,21 @@
- {{ hero.counterText }} +
{{ hero.counterText }}
-

{{ hero.eventsLabel }}

- {{#each hero.events as |event|}} -

- {{ event.text }}, - {{ event.city }} -

- {{/each}} +

{{ hero.eventsLabel }}

+
+ {{#each hero.events as |event|}} +

+ {{ event.text }}, + {{ event.city }} +

+ {{/each}} +
{{> components/button @@ -43,9 +45,11 @@
- {{svg 'images/arrow-down.svg' class="hero__scroll__icon"}} -
- {{ hero.nextSectionLink.text }} +
+ {{svg 'images/arrow-down.svg' class="hero__scroll__icon"}} +
+ {{ hero.nextSectionLink.text }} +
diff --git a/src/scripts/reveal.js b/src/scripts/reveal.js index 8e456eb..69c06fd 100644 --- a/src/scripts/reveal.js +++ b/src/scripts/reveal.js @@ -23,7 +23,7 @@ class Reveal { ScrollReveal().reveal('.js-sr', { scale: 1, distance: '30px', - duration: 600, + duration: 1500, viewOffset: { bottom: 50 }, }); }