diff --git a/src/components/qp/Carousel.astro b/src/components/qp/Carousel.astro
index 2e02e77..0f89a1b 100644
--- a/src/components/qp/Carousel.astro
+++ b/src/components/qp/Carousel.astro
@@ -1,7 +1,15 @@
---
+import Subtitle from "../core/Subtitle.astro";
+import { Image } from "astro:assets";
+import qp from "../../../public/qp.png";
+---
----
+
+
-
+
+ Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries f
+
+
\ No newline at end of file
diff --git a/src/pages/quarterly.astro b/src/pages/quarterly.astro
index ffd47de..d8a3dcc 100644
--- a/src/pages/quarterly.astro
+++ b/src/pages/quarterly.astro
@@ -9,6 +9,7 @@ import qp from "../../public/qp.png"
import Mentorship from "../components/qp/Mentorship.astro";
import qpborder from "../../public/qpborder.png";
import Join from "../components/qp/Join.astro";
+import Carousel from "../components/qp/Carousel.astro";
---
@@ -23,4 +24,5 @@ import Join from "../components/qp/Join.astro";
+