11import Image from 'next/image' ;
22import Pillar from '../Pillar/Pillar' ;
3- import { Fade } from " react-awesome-reveal"
3+ import { Fade } from ' react-awesome-reveal' ;
44
55export default function MissionPillars ( ) {
66 return (
@@ -11,65 +11,65 @@ export default function MissionPillars() {
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" >
1313 < Fade direction = "left" >
14- < Pillar count = "01" label = "Mentorship" />
14+ < 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 direction = ' right' >
21- < Image
22- src = {
23- 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/mentorship-image_tz0mor.jpg'
24- }
25- alt = "Mentorship Image"
26- layout = "fill"
27- />
28- </ Fade >
20+ < Fade direction = " right" >
21+ < Image
22+ src = {
23+ 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/mentorship-image_tz0mor.jpg'
24+ }
25+ alt = "Mentorship Image"
26+ layout = "fill"
27+ />
28+ </ Fade >
2929 </ div >
3030 </ div >
3131 </ div >
3232 </ div >
3333 < 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" >
3434 < div className = "flex justify-end" >
35- < Fade direction = ' right' >
36- < Pillar count = "02" label = "Learning" />
37- </ Fade >
35+ < Fade direction = " right" >
36+ < Pillar count = "02" label = "Learning" />
37+ </ Fade >
3838 </ div >
3939 < div className = "flex md:justify-start w-full md:w-2/5 lg:w-1/4" >
4040 < div className = "flex w-1/2 md:w-full" >
4141 < div className = "w-full overflow-hidden aspect-w-4 aspect-h-3" >
42- < Fade direction = ' left' >
43- < Image
44- src = {
45- 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/learning-image_eylqwm.jpg'
46- }
47- alt = "Learning Image"
48- layout = "fill"
49- />
50- </ Fade >
42+ < Fade direction = " left" >
43+ < Image
44+ src = {
45+ 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/learning-image_eylqwm.jpg'
46+ }
47+ alt = "Learning Image"
48+ layout = "fill"
49+ />
50+ </ Fade >
5151 </ div >
5252 </ div >
5353 </ div >
5454 </ div >
5555 < 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" >
5656 < div className = "flex" >
57- < Fade direction = ' left' >
58- < Pillar count = "03" label = "Community" />
57+ < Fade direction = " left" >
58+ < Pillar count = "03" label = "Community" />
5959 </ Fade >
6060 </ div >
6161 < div className = "flex justify-end w-full md:w-2/5 lg:w-1/4 " >
6262 < div className = "flex w-1/2 md:w-full" >
6363 < div className = "w-full overflow-hidden aspect-w-4 aspect-h-3" >
64- < Fade direction = ' right' >
65- < Image
66- src = {
67- 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/community-image_pkeqwj.jpg'
68- }
69- alt = "Community Image"
70- layout = "fill"
71- />
72- </ Fade >
64+ < Fade direction = " right" >
65+ < Image
66+ src = {
67+ 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/community-image_pkeqwj.jpg'
68+ }
69+ alt = "Community Image"
70+ layout = "fill"
71+ />
72+ </ Fade >
7373 </ div >
7474 </ div >
7575 </ div >
0 commit comments