diff --git a/src/content/scrolldriven/images/scroll-1.mp4 b/src/content/scrolldriven/images/scroll-1.mp4
new file mode 100644
index 0000000..6b1da2f
Binary files /dev/null and b/src/content/scrolldriven/images/scroll-1.mp4 differ
diff --git a/src/content/scrolldriven/images/scroll-1.png b/src/content/scrolldriven/images/scroll-1.png
new file mode 100644
index 0000000..92fef3e
Binary files /dev/null and b/src/content/scrolldriven/images/scroll-1.png differ
diff --git a/src/content/scrolldriven/images/scroll-2.mp4 b/src/content/scrolldriven/images/scroll-2.mp4
new file mode 100644
index 0000000..dd959ad
Binary files /dev/null and b/src/content/scrolldriven/images/scroll-2.mp4 differ
diff --git a/src/content/scrolldriven/images/scroll-3.mp4 b/src/content/scrolldriven/images/scroll-3.mp4
new file mode 100644
index 0000000..05174f1
Binary files /dev/null and b/src/content/scrolldriven/images/scroll-3.mp4 differ
diff --git a/src/content/scrolldriven/images/scroll-main.mp4 b/src/content/scrolldriven/images/scroll-main.mp4
new file mode 100644
index 0000000..ac7242b
Binary files /dev/null and b/src/content/scrolldriven/images/scroll-main.mp4 differ
diff --git a/src/content/scrolldriven/images/window.png b/src/content/scrolldriven/images/window.png
new file mode 100644
index 0000000..bdffc41
Binary files /dev/null and b/src/content/scrolldriven/images/window.png differ
diff --git a/src/content/scrolldriven/index.tsx b/src/content/scrolldriven/index.tsx
new file mode 100644
index 0000000..3d9f912
--- /dev/null
+++ b/src/content/scrolldriven/index.tsx
@@ -0,0 +1,76 @@
+import GridWrapper from '@/components/GridWrapper'
+import Link from '@/components/Link'
+import WorkTile from '@/components/WorkTile'
+import scrollPreview1 from './images/scroll-1.mp4'
+import scrollImage from './images/scroll-1.png'
+import scrollPreview2 from './images/scroll-2.mp4'
+import scrollPreview3 from './images/scroll-3.mp4'
+import scrollMain from './images/scroll-main.mp4'
+import mockWindow from './images/window.png'
+
+const Links = () => {
+ return (
+ <>
+ scrolldriven.dev
+ showcase.scrolldriven.dev
+
+ @adamplesnik/tailwindcss-scroll-driven-animations
+
+ >
+ )
+}
+
+const WorkScrollDriven = () => {
+ return (
+