From 3da0959e2920826f95adc185c607d5412cf83e21 Mon Sep 17 00:00:00 2001 From: Aswin Asok Date: Fri, 20 Oct 2023 21:27:52 +0530 Subject: [PATCH] fix(pathway):footer-link-updated-hero-link-updated --- .../Pathway/components/Contact/Contact.jsx | 47 ++++++++++--- .../components/Contact/Contact.module.css | 68 ++++++++++--------- .../components/HeroSection/Mainpage.jsx | 2 +- .../Pathway/components/Menubar/Menubar.jsx | 2 +- 4 files changed, 76 insertions(+), 43 deletions(-) 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() {