File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,17 @@ const HomeContent = () => {
2626 </ div >
2727
2828 < div className = "text-center py-6 md:py-16 fade-in" >
29- < h1 className = "text-4xl md:text-5xl font-extrabold text-center mb-6 bg-gradient-to-br from-blue-500 via-indigo-500 to-green-500 bg-clip-text text-transparent" >
29+ < h1 className = "text-4xl md:text-5xl font-extrabold mb-6 bg-gradient-to-br from-blue-500 via-indigo-500 to-green-500 bg-clip-text text-transparent" >
3030 Comprehendo
3131 </ h1 >
3232 < p className = "text-xl mb-3 text-gray-300 max-w-2xl mx-auto" > { t ( 'subtitle' ) } </ p >
3333 </ div >
3434
35- < div className = "fade-in" style = { { animationDelay : '0.2s' } } >
35+ < div className = "fade-in animate-delay-200" >
3636 < TextGenerator />
3737 </ div >
3838
39- < footer
40- className = "mt-8 md:mt-16 text-center text-sm text-gray-500 fade-in"
41- style = { { animationDelay : '0.3s' } }
42- >
39+ < footer className = "mt-8 md:mt-16 text-center text-sm text-gray-500 fade-in animate-delay-300" >
4340 < p >
4441 { t ( 'powered_by' ) } |{ ' ' }
4542 < Link
@@ -54,7 +51,7 @@ const HomeContent = () => {
5451 < Image
5552 width = { 145 }
5653 height = { 36 }
57- style = { { display : ' block' , margin : ' auto' } }
54+ className = " block mx- auto"
5855 src = "https://storage.ko-fi.com/cdn/kofi2.png?v=6"
5956 alt = "Buy Me a Coffee at ko-fi.com"
6057 />
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ const config = {
1919 animation : {
2020 'scale-up' : 'scaleUp 0.3s ease-out forwards' ,
2121 } ,
22+ animationDelay : {
23+ 200 : '0.2s' ,
24+ 300 : '0.3s' ,
25+ } ,
2226 } ,
2327 } ,
2428 plugins : [ ] ,
You can’t perform that action at this time.
0 commit comments