+
+
+ {t("upcoming-event.upcoming-events")}
+
+
+
+
+ );
+}
+
+export default LumaEvents;
diff --git a/src/locales/en.json b/src/locales/en.json
index fb9216b..51fd8f0 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -144,6 +144,7 @@
},
"upcoming-event": {
"upcoming-event": "Upcoming event",
+ "upcoming-events": "Upcoming events",
"at": "at",
"venue": "Venue",
"get-tickets": "Get tickets",
diff --git a/src/locales/es.json b/src/locales/es.json
index 39ffe49..a5a1fc6 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -144,6 +144,7 @@
},
"upcoming-event": {
"upcoming-event": "Próximo evento",
+ "upcoming-events": "Próximos eventos",
"at": "a las",
"venue": "Sitio",
"get-tickets": "Obtén tu boleto",
diff --git a/src/pages/index.js b/src/pages/index.js
index 71f20be..5efbeba 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -4,6 +4,7 @@ import { useTranslation } from "react-i18next";
import {
SEO,
Layout,
+ LumaEvents,
PageSection,
CallToAction,
PageHighlight,
@@ -46,7 +47,9 @@ function IndexPage() {
venue={event.venue}
participants={event.participants}
/>
- ) : null}
+ ) : (
+