We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953c869 commit 5a8a1a9Copy full SHA for 5a8a1a9
docs/src/pages/index.js
@@ -84,9 +84,15 @@ const Home = props => {
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"
+ className="inline-block mt-8 rounded shadow-lg bg-white text-gray-700 font-bold text-xl px-4 py-3"
88
>
89
- ENROLL NOW
+ BUY NOW
90
+ </a>
91
+ <a
92
+ className="block text-2xl mt-6 underline"
93
+ href="https://learn.tanstack.com"
94
+ >
95
+ <strong>33% OFF</strong> through August 4th
96
</a>
97
98
0 commit comments