File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,27 +46,12 @@ const Index = () => {
4646 < span >
4747 < a href = "/research" > research</ a >
4848 </ span >
49+ < span > ·</ span >
50+ < span >
51+ < a href = "/people" > people</ a >
52+ </ span >
4953 </ div >
50- { /* CTA Button */ }
51- < div className = "mt-8" >
52- < a
53- href = "/research"
54- className = "inline-flex items-center gap-2 rounded-full px-8 py-3 text-sm font-medium text-primary-foreground transition-all hover:scale-105"
55- style = { {
56- background : "var(--gradient-cta)" ,
57- boxShadow : "var(--glow-cta)" ,
58- } }
59- onMouseEnter = { ( e ) => {
60- e . currentTarget . style . background = "var(--gradient-cta-hover)" ;
61- e . currentTarget . style . boxShadow = "0 0 40px hsl(280 80% 60% / 0.6)" ;
62- } }
63- onMouseLeave = { ( e ) => {
64- e . currentTarget . style . background = "var(--gradient-cta)" ;
65- e . currentTarget . style . boxShadow = "var(--glow-cta)" ;
66- } }
67- >
68- research ›
69- </ a >
54+
7055 </ div >
7156 </ div >
7257 </ main >
You can’t perform that action at this time.
0 commit comments