@@ -9,51 +9,41 @@ const Footer = () => {
99 className = "border-t border-border py-12 relative overflow-hidden"
1010 style = { { backgroundColor : "hsl(var(--footer-bg))" } }
1111 >
12- { /* Formas geométricas animadas */ }
1312 < div className = "absolute inset-0 pointer-events-none" >
14- { /* Círculos flutuantes */ }
15- < div className = "absolute top-10 left-10 w-16 h-16 bg-gradient-to-br from-primary/10 to-accent/5 rounded-full animate-pulse" > </ div >
13+ < div className = "absolute top-52 left-10 w-16 h-16 bg-gradient-to-br from-primary/10 to-accent/5 rounded-full animate-pulse" > </ div >
1614 < div
17- className = "absolute top-20 right-20 w-8 h-8 bg-gradient-to-br from-accent/15 to-primary/5 rounded-full animate-bounce"
15+ className = "absolute top-60 right-20 w-8 h-8 bg-gradient-to-br from-accent/15 to-primary/5 rounded-full animate-bounce"
1816 style = { { animationDelay : "1s" } }
19- > </ div >
17+ / >
2018 < div
2119 className = "absolute bottom-20 left-1/4 w-12 h-12 bg-gradient-to-br from-success/10 to-primary/5 rounded-full animate-pulse"
2220 style = { { animationDelay : "2s" } }
23- > </ div >
24-
25- { /* Triângulos */ }
21+ />
2622 < div
2723 className = "absolute top-1/3 right-1/3 w-0 h-0 border-l-[15px] border-r-[15px] border-b-[25px] border-l-transparent border-r-transparent border-b-primary/10 animate-bounce"
2824 style = { { animationDelay : "0.5s" } }
29- > </ div >
25+ / >
3026 < div
3127 className = "absolute bottom-1/3 right-10 w-0 h-0 border-l-[10px] border-r-[10px] border-b-[15px] border-l-transparent border-r-transparent border-b-accent/15 animate-pulse"
3228 style = { { animationDelay : "1.5s" } }
33- > </ div >
34-
35- { /* Hexágonos */ }
29+ />
3630 < div
3731 className = "absolute top-1/2 left-1/6 w-6 h-6 bg-constructo/10 transform rotate-45 animate-spin"
3832 style = { { animationDuration : "8s" } }
39- > </ div >
33+ / >
4034 < div
4135 className = "absolute bottom-10 right-1/4 w-4 h-4 bg-serendipity/10 transform rotate-45 animate-spin"
4236 style = { { animationDuration : "6s" , animationDelay : "1s" } }
43- > </ div >
44-
45- { /* Linhas decorativas */ }
46- < div className = "absolute top-16 left-1/2 w-20 h-px bg-gradient-to-r from-transparent via-primary/20 to-transparent animate-pulse" > </ div >
37+ />
38+ < div className = "absolute top-16 left-1/2 w-20 h-px bg-gradient-to-r from-transparent via-primary/20 to-transparent animate-pulse" />
4739 < div
4840 className = "absolute bottom-16 right-1/2 w-16 h-px bg-gradient-to-r from-transparent via-accent/20 to-transparent animate-pulse"
4941 style = { { animationDelay : "2s" } }
50- > </ div >
51-
52- { /* Losango */ }
42+ />
5343 < div
5444 className = "absolute top-24 right-1/2 w-3 h-3 bg-effulgence/15 transform rotate-45 animate-bounce"
5545 style = { { animationDelay : "3s" } }
56- > </ div >
46+ / >
5747 </ div >
5848
5949 < div className = "container mx-auto relative z-10" >
@@ -95,7 +85,8 @@ const Footer = () => {
9585 to = "/effulgence"
9686 className = "text-muted-foreground hover:text-primary transition-colors"
9787 >
98- Effulgence < Soon className = "text-2xs p-0 px-[4px] text-white dark:text-background dark:bg-red-300" />
88+ Effulgence{ " " }
89+ < Soon className = "text-2xs p-0 px-[4px] text-white dark:text-background dark:bg-red-300" />
9990 </ Link >
10091 </ li >
10192 </ ul >
0 commit comments