File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import CardCourse from './CardCourse/CardCourse' ;
3
+ import TitlesMain from '../TitlesMain/TitlesMain' ;
3
4
import './Course.css'
4
5
5
6
let valuesCardCourse = [
@@ -16,9 +17,7 @@ let valuesCardCourse = [
16
17
function Course ( ) {
17
18
return (
18
19
< div className = 'mt-5 pb_items_box' >
19
- < div className = 'd-flex justify-content-center align-items-center' >
20
- < span className = 'fs-1 text_color_basic fw-bold' > دوره های آکادمی</ span >
21
- </ div >
20
+ < TitlesMain title = "دوره های آکادمی" > </ TitlesMain >
22
21
< div className = 'py-3 mt-4 d-flex justify-content-center align-items-center flex-column row-gap-3' >
23
22
{ /* <CardCourse {...valuesCardCourse[0]}></CardCourse> */ }
24
23
< div className = "row" >
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import Course from './Course/Course' ;
2
+ import Course from './Course/Course'
3
+ import Introduction from './Introduction/Introduction' ;
3
4
4
5
function MainBox ( ) {
5
6
return (
6
7
< div className = 'container' >
7
8
< Course > </ Course >
9
+ < Introduction > </ Introduction >
8
10
</ div >
9
11
)
10
12
}
You can’t perform that action at this time.
0 commit comments