diff --git a/src/content/keynoters/guido.jpg b/src/content/keynoters/guido.jpg
new file mode 100644
index 000000000..6eb439b31
Binary files /dev/null and b/src/content/keynoters/guido.jpg differ
diff --git a/src/content/keynoters/guido.md b/src/content/keynoters/guido.md
new file mode 100644
index 000000000..60c55ffed
--- /dev/null
+++ b/src/content/keynoters/guido.md
@@ -0,0 +1,9 @@
+---
+name: Guido van Rossum
+image: ./guido.jpg
+tagline: Creator of Python
+bio:
+ "The creator of Python, now a CPython core developer at Microsoft. Continues
+ to contribute to the language he started in 1989 as a side project."
+order: 3
+---
diff --git a/src/content/keynoters/leah.md b/src/content/keynoters/leah.md
new file mode 100644
index 000000000..8dc6d8dcc
--- /dev/null
+++ b/src/content/keynoters/leah.md
@@ -0,0 +1,10 @@
+---
+name: Leah Wasser
+image: ./leah.png
+tagline: Executive Director & Founder of pyOpenSci
+bio:
+ "Executive Director and founder of pyOpenSci, building a community of 400+
+ researchers making scientific software development more accessible. Organizer
+ of the Maintainers Summit at PyCon US."
+order: 4
+---
diff --git a/src/content/keynoters/leah.png b/src/content/keynoters/leah.png
new file mode 100644
index 000000000..0dbf803cf
Binary files /dev/null and b/src/content/keynoters/leah.png differ
diff --git a/src/content/keynoters/lukasz.md b/src/content/keynoters/lukasz.md
new file mode 100644
index 000000000..1c9fb04ac
--- /dev/null
+++ b/src/content/keynoters/lukasz.md
@@ -0,0 +1,9 @@
+---
+name: Ćukasz Langa
+image: ./lukasz.webp
+tagline: CPython Core Developer & PEP 703 (nogil) author
+bio:
+ "Python core developer, creator of PEP 703 (nogil), and the current Python
+ Release Manager. Driving performance and concurrency improvements in CPython."
+order: 2
+---
diff --git a/src/content/keynoters/lukasz.webp b/src/content/keynoters/lukasz.webp
new file mode 100644
index 000000000..2f8b29781
Binary files /dev/null and b/src/content/keynoters/lukasz.webp differ
diff --git a/src/content/keynoters/pablo.jpg b/src/content/keynoters/pablo.jpg
new file mode 100644
index 000000000..768019fd3
Binary files /dev/null and b/src/content/keynoters/pablo.jpg differ
diff --git a/src/content/keynoters/pablo.md b/src/content/keynoters/pablo.md
new file mode 100644
index 000000000..680fab7ad
--- /dev/null
+++ b/src/content/keynoters/pablo.md
@@ -0,0 +1,9 @@
+---
+name: Pablo Galindo Salgado
+image: ./pablo.jpg
+tagline: CPython Core Developer & Steering Council member
+bio:
+ "Python core developer and Steering Council member. Maintainer of the parser,
+ designer of many language features, and a leading voice in Python's evolution."
+order: 1
+---
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 241584bec..1dfb81969 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,9 +6,9 @@ import KrakowGallery from "@sections/krakow-gallery.astro";
import Updates from "@sections/updates/updates.astro";
import "../styles/bg-universe.css";
// import Week from "@sections/updates/week.astro";
-// import Keynoters from "@sections/keynoters/keynoters.astro";
-// import Speakers from "@sections/speakers.astro";
-// import City from "@sections/city.astro";
+import Keynoters from "@sections/keynoters/keynoters.astro";
+import Speakers from "@sections/speakers.astro";
+import City from "@sections/city.astro";
import Sponsors from "@sections/sponsors/sponsors.astro";
import Testimonials from "@sections/testimonials.astro";
import CommunityPartners from "@sections/community-partners.astro";
@@ -25,13 +25,13 @@ import Subscribe from "@sections/subscribe.astro";
-
+
+
-
-
-
-
+
+
+