File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/[locale]/10years/_components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ const TenYearHero = () => {
31
31
< div className = "relative mb-16" >
32
32
< Image
33
33
src = { TenYearBackgroundImage }
34
- alt = "10 Year Anniversary"
34
+ alt = "" // decorative element
35
35
className = "max-h-[350px] object-cover"
36
36
/>
37
37
< ParallaxImage
38
38
src = { TenYearGraphicImage }
39
- alt = "10 Year Anniversary"
39
+ alt = { t ( "page-10-year-anniversary-meta-title" ) }
40
40
className = "absolute left-0 top-0 max-h-[350px] object-contain transition-transform duration-200 ease-out"
41
41
/>
42
42
</ div >
43
43
< p className = "text-center text-3xl" >
44
- Celebrating 10 years of { " " }
44
+ { t ( "page-10-year-celebrating" ) } { " " }
45
45
< span className = "relative max-md:block md:w-fit" >
46
46
< span
47
47
className = "select-none opacity-0 max-md:hidden"
You can’t perform that action at this time.
0 commit comments