diff --git a/app/page.tsx b/app/page.tsx
index 48062be..3212f63 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -3,10 +3,10 @@ export default function Home() {
return (
- Linear Regression Workshop
+ Workshops
+
+ Get the Notebook
+
+
+ Download the Presentation
+
+
+ Post Workshop Content
+
+
+ );
+}
diff --git a/app/workshops/page.tsx b/app/workshops/page.tsx
new file mode 100644
index 0000000..6f426d1
--- /dev/null
+++ b/app/workshops/page.tsx
@@ -0,0 +1,19 @@
+import Link from "next/link";
+export default function Workshop() {
+ return (
+
+
+ Linear Regression
+
+
+ Logistic Regression
+
+
+ );
+}