-
UPCOMING EVENTS
- {{#each data.heroSection.events as |event|}}
+
{{ hero.eventsLabel }}
+ {{#each hero.events as |event|}}
{{ event.text }},
{{ event.city }}
@@ -20,15 +19,17 @@
{{> components/button
- label="Telegram Community"
+ label=hero.button.label
outlineColor="#FFF"
class="hero__button"
- icon=(svg 'images/telegram-logo.svg' width="24px" height="24px")
+ icon=(svg hero.button.icon width="24px" height="24px")
}}
+
+