Skip to content

Commit 5ff55c4

Browse files
ferraraferFilledStacks
authored andcommitted
chore: remove web course banner from home page
1 parent 5cf9b86 commit 5ff55c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default function Home() {
158158

159159

160160
{/* ===== Course banner section ===== */}
161-
<div className="bg-gray-50">
161+
{/* <div className="bg-gray-50">
162162
<section className="container text-center md:text-left flex gap-4 flex-col-reverse md:flex-row justify-evenly items-center min-h-[35vh] mx-auto py-16">
163163
<div>
164164
<motion.div
@@ -201,7 +201,7 @@ export default function Home() {
201201
alt=""
202202
/>
203203
</section>
204-
</div>
204+
</div> */}
205205

206206

207207
<div className="bg-gray-50">

0 commit comments

Comments
 (0)