Skip to content

Commit f30057a

Browse files
authored
fixes duplicate pointers 'The Pro State of Mind' in /lifeprocedure : life@procedure page (#12)
1 parent 3adc8df commit f30057a

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

src/app/lifeprocedure/page.tsx

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -156,38 +156,12 @@ const LifeProcedure = () => {
156156
</div>
157157
))}
158158
</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-
/>
164159
<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+
/>
191165
</section>
192166
<section className="mb-28">
193167
<PhotoSlider photoData={photoData} />

0 commit comments

Comments
 (0)