diff --git a/src/components/program/Apply.jsx b/src/components/program/Apply.jsx
new file mode 100644
index 0000000..a517d0c
--- /dev/null
+++ b/src/components/program/Apply.jsx
@@ -0,0 +1,14 @@
+import { MoveRight } from "lucide-react"
+
+export default function Apply() {
+ return (
+
+
Ready to begin learning?
+
Learn more about our programs and cohort dates.
+
+
+
+
+
+ )
+}
diff --git a/src/components/program/Learning.jsx b/src/components/program/Learning.jsx
new file mode 100644
index 0000000..60b7247
--- /dev/null
+++ b/src/components/program/Learning.jsx
@@ -0,0 +1,45 @@
+import { MoveRight } from "lucide-react"
+
+export default function Learning() {
+ return (
+
+
+
+
+
+
+
+
+
Gain Real-World Experience
+
+ The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all.
+
+
+
+
+
+
+
Learn by doing, not by watching.
+
+ The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all.
+
+
+
+
+
+
+
+
+
+
+
+
Gain Real-World Experience
+
+ The program is free, and will be made of virtual meetings, case studies, guest lectures, and even a small desing-your-own product pitch at the end of it all.
+
+
+
+
+
+ )
+}
diff --git a/src/components/program/alumni.jsx b/src/components/program/alumni.jsx
new file mode 100644
index 0000000..f1cec73
--- /dev/null
+++ b/src/components/program/alumni.jsx
@@ -0,0 +1,40 @@
+export default function Alumni() {
+ const alumniWisdom = [
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ { profileImg: "", name: "Christine L.", position: "Product Manager at Microsoft", insight: "During my journey in Product101, I’ve learned so many valuable lessons, and never have I ever felt as supported." },
+ ]
+ return (
+
+
What our past Alumni have to say
+
+ {alumniWisdom.map((alumni) => (
+
+ {/* Profile Image */}
+
+
+ {/* Name and Position */}
+
+
{alumni.name}
+
{alumni.position}
+
+
+ {/* Testimonial Text */}
+
+
“
+
{alumni.insight}
+
”
+
+
+ ))}
+
+
+ )
+}
diff --git a/src/components/program/newProgramHero.jsx b/src/components/program/newProgramHero.jsx
new file mode 100644
index 0000000..783b76b
--- /dev/null
+++ b/src/components/program/newProgramHero.jsx
@@ -0,0 +1,27 @@
+import { MoveRight } from "lucide-react"
+
+export default function newHero() {
+ return (
+
+
+
+
Learn product management while making a real difference
+
A fully remote product fellowship program in the Fall where students in undergraduate programs can work with startups to gain real world experience.