Skip to content

Commit 15b9c9b

Browse files
committed
docs: add course banner
1 parent 52468e1 commit 15b9c9b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/src/pages/index.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,26 @@ const Home = props => {
7171
</div>
7272
</div>
7373
</div>
74+
<div className="border-t-4 border-white shadow bg-coral text-white">
75+
<div className="py-20">
76+
<div className="mx-auto container text-center">
77+
<div className="text-xl">ANNOUNCING</div>
78+
<div className="text-3xl md:text-5xl font-bold">
79+
React Query Essentials
80+
</div>
81+
<div className="text-xl italic">
82+
The <strong>OFFICIAL</strong> React Query course by{' '}
83+
<strong>Tanner Linsley</strong>
84+
</div>
85+
<a
86+
href="https://learn.tanstack.com"
87+
className="inline-block mt-8 rounded shadow-lg bg-white text-red-700 font-bold text-xl px-4 py-3"
88+
>
89+
ENROLL NOW
90+
</a>
91+
</div>
92+
</div>
93+
</div>
7494
<div className="text-lg border-t border-gray-200 bg-gray-50 ">
7595
<div className="py-24 ">
7696
<div className="mx-auto container">

0 commit comments

Comments
 (0)