diff --git a/src/Pages/Pathway/components/Contact/Contact.jsx b/src/Pages/Pathway/components/Contact/Contact.jsx index fc47da189..cd1cfd1c0 100644 --- a/src/Pages/Pathway/components/Contact/Contact.jsx +++ b/src/Pages/Pathway/components/Contact/Contact.jsx @@ -6,11 +6,10 @@ const links = [ { id: 1, title: "About MuLearn", - l1: "Features", - l2: "Success Stories", - l3: "Our Story", + l1: "Learning Circles", + l2: "Interest Groups", l4: "Careers", - l5: "Events", + l5: "Join Us", }, ]; @@ -29,27 +28,57 @@ export default function Contact() {