@@ -22,15 +22,18 @@ import Testimonial from "@components/Testimonial";
2222 <div style = { { maxWidth: 1600 , margin: " 0 auto" }} >
2323 <Hero />
2424 <section className = " px-5 md:px-15 mt-10 z-10 relative flex justify-center" >
25- <a
26- href = " /docs/tutorial/get_started"
27- className = " px-6 py-3 text-lg font-medium text-white bg-gradient-to-r from-blue-500/70 to-green-400/70 hover:from-blue-500/80 hover:to-green-400/80 transition duration-300 ease-in-out rounded-md flex items-center gap-2"
28- >
29- Get Started
30- <svg xmlns = " http://www.w3.org/2000/svg" className = " h-4 w-4 opacity-80" viewBox = " 0 0 20 20" fill = " currentColor" >
31- <path fillRule = " evenodd" d = " M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule = " evenodd" />
32- </svg >
33- </a >
25+ <div className = " relative group" >
26+ <div className = " absolute -inset-0.5 bg-gradient-to-r from-blue-500 to-green-400 rounded-lg blur opacity-60 group-hover:opacity-100 transition duration-300" ></div >
27+ <a
28+ href = " /docs/tutorial/get_started"
29+ className = " relative px-6 py-3 text-lg font-medium text-white bg-zinc-900 rounded-md flex items-center gap-2"
30+ >
31+ Get Started
32+ <svg xmlns = " http://www.w3.org/2000/svg" className = " h-4 w-4" viewBox = " 0 0 20 20" fill = " currentColor" >
33+ <path fillRule = " evenodd" d = " M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule = " evenodd" />
34+ </svg >
35+ </a >
36+ </div >
3437 </section >
3538 <Separator
3639 className = " mt-4 md:mt-10 mx-5 md:mx-15 border-t border-separator"
@@ -214,15 +217,18 @@ import Testimonial from "@components/Testimonial";
214217 ```
215218
216219 <div className = " mt-8 flex" >
217- <a
218- href = " /docs/tutorial/get_started"
219- className = " px-6 py-3 text-lg font-medium text-white bg-gradient-to-r from-blue-500/70 to-green-400/70 hover:from-blue-500/80 hover:to-green-400/80 transition duration-300 ease-in-out rounded-md flex items-center gap-2"
220- >
221- Get Started
222- <svg xmlns = " http://www.w3.org/2000/svg" className = " h-4 w-4 opacity-80" viewBox = " 0 0 20 20" fill = " currentColor" >
223- <path fillRule = " evenodd" d = " M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule = " evenodd" />
224- </svg >
225- </a >
220+ <div className = " relative group" >
221+ <div className = " absolute -inset-0.5 bg-gradient-to-r from-blue-500 to-green-400 rounded-lg blur opacity-60 group-hover:opacity-100 transition duration-300" ></div >
222+ <a
223+ href = " /docs/tutorial/get_started"
224+ className = " relative px-6 py-3 text-lg font-medium text-white bg-zinc-900 rounded-md flex items-center gap-2"
225+ >
226+ Get Started
227+ <svg xmlns = " http://www.w3.org/2000/svg" className = " h-4 w-4" viewBox = " 0 0 20 20" fill = " currentColor" >
228+ <path fillRule = " evenodd" d = " M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule = " evenodd" />
229+ </svg >
230+ </a >
231+ </div >
226232 </div >
227233 </section >
228234
0 commit comments