diff --git a/config.yaml b/config.yaml
index 7f454e6dea..54b3bc9f37 100644
--- a/config.yaml
+++ b/config.yaml
@@ -26,6 +26,21 @@ params:
image: logos/numpy.svg
# Customizable navbar. For a dropdown, add a "sublinks" list.
+ section3:
+ title: Case Studies
+ features:
+ - title: First Image of a Black Hole
+ text: How NumPy, together with libraries like SciPy and Matplotlib that depend on NumPy, enabled the Event Horizon Telescope to produce the first ever image of a black hole
+ img: images/content_images/case_studies/blackhole.png
+ url: /case-studies/blackhole-image
+ - title: Detection of Gravitational Waves
+ text: One hundred years after they were predicted by Albert Einstein, NumPy was instrumental in the first observation of gravitational waves by LIGO in 2016.
+ img: images/content_images/case_studies/gravitional.png
+ url: /case-studies/gw-discov
+ - title: Sports Analytics
+ text: TODO!
+ img: images/content_images/case_studies/sports.jpg
+ url: /
section2:
title: KEY FEATURES
features:
diff --git a/layouts/partials/css.html b/layouts/partials/css.html
index 260570aef6..c88e0f9f63 100644
--- a/layouts/partials/css.html
+++ b/layouts/partials/css.html
@@ -26,3 +26,5 @@
+
+
diff --git a/layouts/partials/section3.html b/layouts/partials/section3.html
new file mode 100644
index 0000000000..1a6b8e6710
--- /dev/null
+++ b/layouts/partials/section3.html
@@ -0,0 +1,21 @@
+{{- $section3 := .Site.Params.section3 }}
+{{- $title := index $section3 "title" }}
+{{- $features := index $section3 "features" }}
+
+