File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/app/conf/2025/components/testimonials Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const testimonials: Testimonial[] = [
33
33
name : "Nicolai Draslov" ,
34
34
role : "Danish Agency for Digital Government" ,
35
35
avatar :
36
- "https://vnckqn1t2xchefuj .public.blob.vercel-storage.com/nicolai.webp" ,
36
+ "https://papbiaw4uxaspq2o .public.blob.vercel-storage.com/nicolai.webp" ,
37
37
} ,
38
38
} ,
39
39
{
@@ -92,9 +92,10 @@ function TestimonialAuthor({ author }: { author: Testimonial["author"] }) {
92
92
alt = { author . name }
93
93
width = { 128 }
94
94
height = { 128 }
95
- className = "size-16 saturate-0 xl:size-32"
95
+ className = "size-16 saturate-[.1] xl:size-32"
96
+ fetchPriority = "low"
96
97
/>
97
- < div className = "absolute inset-0 z-[1] bg-pri-darker mix-blend-plus-lighter" />
98
+ < div className = "absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter" />
98
99
< Stripes />
99
100
</ div >
100
101
< AuthorNameAndRole author = { author } className = "contents md:hidden" />
You can’t perform that action at this time.
0 commit comments