11import Image from 'next/image' ;
22import Pillar from '../Pillar/Pillar' ;
3- import { Fade } from "react-reveal"
3+ import { Fade } from "react-awesome- reveal"
44
55export default function MissionPillars ( ) {
66 return (
@@ -10,14 +10,14 @@ export default function MissionPillars() {
1010 </ h2 >
1111 < div className = "flex flex-col md:flex-row md:items-center md:justify-center w-full px-6 space-y-4 md:space-x-6" >
1212 < div className = "flex" >
13- < Fade left >
13+ < Fade direction = " left" >
1414 < Pillar count = "01" label = "Mentorship" />
1515 </ Fade >
1616 </ div >
1717 < div className = "flex justify-end w-full md:w-2/5 lg:w-1/4" >
1818 < div className = "flex w-1/2 md:w-full" >
1919 < div className = "w-full overflow-hidden aspect-w-4 aspect-h-3" >
20- < Fade right >
20+ < Fade direction = ' right' >
2121 < Image
2222 src = { '/images/mentorship-image.jpg' }
2323 alt = "Mentorship Image"
@@ -30,14 +30,14 @@ export default function MissionPillars() {
3030 </ div >
3131 < div className = "flex flex-col md:flex-row-reverse md:items-center md:justify-center w-full px-6 space-y-4 md:space-x-6 md:space-x-reverse" >
3232 < div className = "flex justify-end" >
33- < Fade right >
33+ < Fade direction = ' right' >
3434 < Pillar count = "02" label = "Learning" />
3535 </ Fade >
3636 </ div >
3737 < div className = "flex md:justify-start w-full md:w-2/5 lg:w-1/4" >
3838 < div className = "flex w-1/2 md:w-full" >
3939 < div className = "w-full overflow-hidden aspect-w-4 aspect-h-3" >
40- < Fade left >
40+ < Fade direction = ' left' >
4141 < Image
4242 src = { '/images/learning-image.jpg' }
4343 alt = "Learning Image"
@@ -50,14 +50,14 @@ export default function MissionPillars() {
5050 </ div >
5151 < div className = "flex flex-col md:flex-row md:items-center md:justify-center w-full px-6 space-y-4 md:space-x-6" >
5252 < div className = "flex" >
53- < Fade left >
53+ < Fade direction = ' left' >
5454 < Pillar count = "03" label = "Community" />
5555 </ Fade >
5656 </ div >
5757 < div className = "flex justify-end w-full md:w-2/5 lg:w-1/4 " >
5858 < div className = "flex w-1/2 md:w-full" >
5959 < div className = "w-full overflow-hidden aspect-w-4 aspect-h-3" >
60- < Fade right >
60+ < Fade direction = ' right' >
6161 < Image
6262 src = { '/images/community-image.jpg' }
6363 alt = "Community Image"
0 commit comments