@@ -89,52 +89,6 @@ const Home = () => {
89
89
</ div >
90
90
</ div >
91
91
</ div >
92
- < div className = "bg-gray-900 text-white" >
93
- < div className = "py-32" >
94
- < div className = "mx-auto container text-center" >
95
- < div className = "text-xl" > ANNOUNCING</ div >
96
- < div className = "text-3xl md:text-5xl font-bold" >
97
- React Query Essentials
98
- </ div >
99
- < div className = "text-xl italic" >
100
- The < strong > official</ strong > React Query course by{ ' ' }
101
- < strong > Tanner Linsley</ strong >
102
- </ div >
103
- < a
104
- href = "https://learn.tanstack.com"
105
- className = "inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
106
- >
107
- ENROLL NOW
108
- </ 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 >
135
- </ div >
136
- </ div >
137
- </ div >
138
92
< div className = "text-lg border-t border-gray-200 bg-gray-50 " >
139
93
< div className = "py-24 " >
140
94
< div className = "mx-auto container" >
@@ -193,6 +147,52 @@ const Home = () => {
193
147
< ClientsMarquee />
194
148
</ div >
195
149
</ div >
150
+ < div className = "bg-gray-900 text-white" >
151
+ < div className = "py-32" >
152
+ < div className = "mx-auto container text-center" >
153
+ < div className = "text-xl" > ANNOUNCING</ div >
154
+ < div className = "text-3xl md:text-5xl font-bold" >
155
+ React Query Essentials
156
+ </ div >
157
+ < div className = "text-xl italic" >
158
+ The < strong > official</ strong > React Query course by{ ' ' }
159
+ < strong > Tanner Linsley</ strong >
160
+ </ div >
161
+ < a
162
+ href = "https://learn.tanstack.com"
163
+ className = "inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
164
+ >
165
+ ENROLL NOW
166
+ </ a >
167
+ < div className = "grid pt-8 text-white max-w-screen-lg mx-auto text-lg" >
168
+ < a className = "mb-2" >
169
+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
170
+ < Check />
171
+ </ span >
172
+ 50+ Lessons
173
+ </ a >
174
+ < a className = "mb-2" >
175
+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
176
+ < Check />
177
+ </ span >
178
+ 3+ Hours of Live-Code Training
179
+ </ a >
180
+ < a className = "mb-2" >
181
+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
182
+ < Check />
183
+ </ span >
184
+ Lesson Source Code
185
+ </ a >
186
+ < a className = "mb-2" >
187
+ < span className = "bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center" >
188
+ < Check />
189
+ </ span >
190
+ Full API coverage
191
+ </ a >
192
+ </ div >
193
+ </ div >
194
+ </ div >
195
+ </ div >
196
196
< div className = "relative text-lg border-t border-gray-200 bg-white overflow-hidden" >
197
197
< div className = "lg:block lg:absolute lg:inset-0" >
198
198
< svg
0 commit comments