File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -156,38 +156,12 @@ const LifeProcedure = () => {
156
156
</ div >
157
157
) ) }
158
158
</ section >
159
- < Pointers
160
- title = "The Pro State of Mind"
161
- pointers = { pointerData }
162
- eachElementClassName = "text-[0.625rem] w-full md:w-[28%] lg:w-[28%] mr-0 md:mr-[5.3%] mb-12 md:mb-[5%]"
163
- />
164
159
< section className = "mb-28" >
165
- < div className = "container-padding" >
166
- < h2 className = "mb-12" > The Pro State of Mind</ h2 >
167
- < div className = "flex flex-wrap -mb-[5%]" >
168
- { pointerData . map ( ( data , index ) => (
169
- < div
170
- key = { data . heading }
171
- className = "w-full md:w-[28%] md:mr-[5.3%] mb-12 md:mb-[5%]"
172
- >
173
- < h3
174
- className = { twMerge (
175
- 'text-gray-400 dot text-7xl font-bold mb-2.5' ,
176
- data . color
177
- ) }
178
- >
179
- { index + 1 }
180
- </ h3 >
181
- < h4 className = "text-3xl mb-2.5 text-gray-600 font-bold" >
182
- { data . heading }
183
- </ h4 >
184
- < p className = "text-[#212529] text-[0.625rem]" >
185
- { data . description }
186
- </ p >
187
- </ div >
188
- ) ) }
189
- </ div >
190
- </ div >
160
+ < Pointers
161
+ title = "The Pro State of Mind"
162
+ pointers = { pointerData }
163
+ eachElementClassName = "text-[0.625rem] w-full md:w-[28%] lg:w-[28%] mr-0 md:mr-[5.3%] mb-12 md:mb-[5%]"
164
+ />
191
165
</ section >
192
166
< section className = "mb-28" >
193
167
< PhotoSlider photoData = { photoData } />
You can’t perform that action at this time.
0 commit comments