File tree Expand file tree Collapse file tree 1 file changed +27
-7
lines changed
Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,34 @@ const Home = () => {
104104 href = "https://learn.tanstack.com"
105105 className = "inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
106106 >
107- BUY NOW
108- </ a >
109- < a
110- className = "block text-2xl mt-6 underline"
111- href = "https://learn.tanstack.com"
112- >
113- < strong > 33% OFF</ strong > through August 4th
107+ ENROLL NOW
114108 </ a >
109+ < div className = "grid pt-8 text-white max-w-screen-lg mx-auto text-lg" >
110+ < a className = "mb-2" >
111+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
112+ < Check />
113+ </ span >
114+ 50+ Lessons
115+ </ a >
116+ < a className = "mb-2" >
117+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
118+ < Check />
119+ </ span >
120+ 3+ Hours of Live-Code Training
121+ </ a >
122+ < a className = "mb-2" >
123+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
124+ < Check />
125+ </ span >
126+ Lesson Source Code
127+ </ a >
128+ < a className = "mb-2" >
129+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
130+ < Check />
131+ </ span >
132+ Full API coverage
133+ </ a >
134+ </ div >
115135 </ div >
116136 </ div >
117137 </ div >
You can’t perform that action at this time.
0 commit comments