+
+
+ {schedule.map(day => (
+
+ ))}
+
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 89fe9a4b3..587937f6d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,6 +3,7 @@ import Layout from "@layouts/Layout.astro";
import Hero from "@sections/hero/hero.astro";
// import Updates from "@sections/updates/updates.astro";
import Week from "@sections/updates/week.astro";
+import ScheduleDays from "@sections/schedule.astro";
import Keynoters from "@sections/keynoters/keynoters.astro";
import Speakers from "@sections/speakers.astro";
import Prague from "@sections/prague.astro";
@@ -16,6 +17,7 @@ import Subscribe from "@sections/subscribe.astro";
>