@@ -694,10 +694,10 @@ export default function LandingPage() {
694694 } }
695695 >
696696 < div className = "max-w-[88%] mx-auto flex items-center justify-between w-full" >
697- < div className = "flex items-center cursor-pointer group" style = { { gap : '4px' } } onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } >
698- < img src = "/sapling-icon.svg" alt = "Sapling " style = { { width : '26px' , height : '26px' , flexShrink : 0 , position : 'relative' , top : '-2px' } } />
697+ < button type = "button" aria-label = "Sapling — scroll to top" className = "flex items-center cursor-pointer group" style = { { gap : '4px' } } onClick = { ( ) => window . scrollTo ( { top : 0 , behavior : 'smooth' } ) } >
698+ < img src = "/sapling-icon.svg" alt = "" style = { { width : '26px' , height : '26px' , flexShrink : 0 , position : 'relative' , top : '-2px' } } />
699699 < span style = { { fontFamily : "var(--font-spectral), 'Spectral', Georgia, serif" , fontWeight : 700 , fontSize : '20px' , color : '#1a5c2a' , letterSpacing : '-0.02em' , lineHeight : 1.1 } } > Sapling</ span >
700- </ div >
700+ </ button >
701701 < div className = "flex items-center" >
702702 < button onClick = { ( ) => { setSignInError ( null ) ; setSignInOpen ( true ) ; } } className = "text-[var(--brand-text2)] hover:text-[var(--brand-text1)] font-medium text-sm tracking-wide transition-all duration-300 mr-6 hidden sm:block" > Sign In</ button >
703703 < button onClick = { startOnboarding } className = "relative overflow-hidden group bg-[var(--brand-forest)] text-white px-7 py-2.5 rounded-full font-medium text-sm tracking-wide shadow-sm hover:shadow-md transition-all duration-400 hover:scale-[1.04] active:scale-[0.97] landing-btn-shimmer" >
@@ -1124,7 +1124,7 @@ export default function LandingPage() {
11241124 width : '100%' , padding : '14px 16px' , fontSize : 14 ,
11251125 background : 'rgba(255,255,255,0.6)' ,
11261126 border : '1.5px solid rgba(107,114,128,0.25)' ,
1127- borderRadius : 10 , outline : 'none' ,
1127+ borderRadius : 10 ,
11281128 transition : 'border-color 0.15s, box-shadow 0.15s' ,
11291129 fontFamily : "var(--font-dm-sans), 'DM Sans', sans-serif" ,
11301130 color : '#1a1a1a' , boxSizing : 'border-box' ,
0 commit comments