@@ -297,9 +297,9 @@ export function HomeContent() {
297297 < div className = "absolute inset-0 bg-gradient-right" />
298298 < div className = "bg-wash relative h-14 w-full" />
299299 < div className = "relative flex items-start justify-center flex-col flex-1 pb-16 pt-5 gap-3 px-5 lg:px-10 lg:pt-8" >
300- < h4 className = "leading-tight text-primary font-semibold text-3xl lg:text-4xl" >
300+ < h1 className = "leading-tight text-primary font-semibold text-3xl lg:text-4xl" >
301301 Stay true to the web
302- </ h4 >
302+ </ h1 >
303303 < p className = "lg:text-xl leading-normal text-secondary" >
304304 People expect web app pages to load fast. On the server,
305305 React lets you start streaming HTML while you’re still
@@ -383,9 +383,9 @@ export function HomeContent() {
383383 </ div >
384384 </ div >
385385 < div className = "flex flex-col items-start justify-center pt-0 gap-3 px-2.5 lg:pt-8 lg:px-8" >
386- < h4 className = "leading-tight text-primary dark:text-primary-dark font-semibold text-3xl lg:text-4xl" >
386+ < h1 className = "leading-tight text-primary dark:text-primary-dark font-semibold text-3xl lg:text-4xl" >
387387 Go truly native
388- </ h4 >
388+ </ h1 >
389389 < p className = "h-full lg:text-xl text-secondary dark:text-secondary-dark leading-normal" >
390390 People expect native apps to look and feel like their
391391 platform.{ ' ' }
@@ -1620,8 +1620,6 @@ function Thumbnail({video}) {
16201620 href = { video . url }
16211621 target = "_blank"
16221622 rel = "noreferrer"
1623- aria-hidden = "true"
1624- tabIndex = { - 1 }
16251623 className = { cn (
16261624 'outline-link dark:outline-link outline-offset-2 aspect-video w-32 xs:w-36 select-none flex-col shadow-inner-border rounded-lg flex items-center overflow-hidden justify-center align-middle text-white/50 bg-cover bg-white bg-[conic-gradient(at_top_right,_var(--tw-gradient-stops))]' ,
16271625 image === 'blue' && 'from-yellow-50 via-blue-50 to-purple-60' ,
@@ -1637,6 +1635,7 @@ function Thumbnail({video}) {
16371635 ? 'url(' + image + ')'
16381636 : null ,
16391637 } } >
1638+ < span className = "sr-only" > { video . title } </ span >
16401639 { typeof image !== 'string' ? (
16411640 < >
16421641 < div className = "transition-opacity mt-2.5 -space-x-2 flex flex-row w-full justify-center" >
0 commit comments