+
+
+ Go Conferenceとは
+
+ Go Conference はプログラミング言語 ”Go” ユーザーのためのカンファレンスです。
+
+
+
+
+
+
+
+
2026年9月11日(金)
10:00 - 19:00 (開場 9:00)
+
+
+
+
+
+
東京都中野区中野4丁目10番2号
中野セントラルパークサウス1,B1F
+
+
+
+
+
+
diff --git a/src/components/top/SponsorRecruitment.astro b/src/components/top/SponsorRecruitment.astro
new file mode 100644
index 0000000..8299cd4
--- /dev/null
+++ b/src/components/top/SponsorRecruitment.astro
@@ -0,0 +1,47 @@
+---
+import Button from "../ui/Button.astro";
+import SectionTitle from "../ui/SectionTitle.astro";
+
+---
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index cca371b..8e285c4 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,35 +1,14 @@
---
+import About from "../components/top/About.astro";
import MainVisual from "../components/top/MainVisual.astro";
+import SponsorRecruitment from "../components/top/SponsorRecruitment.astro";
import Layout from "../layouts/Layout.astro";
---
-
-