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[] = [
3333 name : "Nicolai Draslov" ,
3434 role : "Danish Agency for Digital Government" ,
3535 avatar :
36- "https://vnckqn1t2xchefuj .public.blob.vercel-storage.com/nicolai.webp" ,
36+ "https://papbiaw4uxaspq2o .public.blob.vercel-storage.com/nicolai.webp" ,
3737 } ,
3838 } ,
3939 {
@@ -92,9 +92,10 @@ function TestimonialAuthor({ author }: { author: Testimonial["author"] }) {
9292 alt = { author . name }
9393 width = { 128 }
9494 height = { 128 }
95- className = "size-16 saturate-0 xl:size-32"
95+ className = "size-16 saturate-[.1] xl:size-32"
96+ fetchPriority = "low"
9697 />
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" />
9899 < Stripes />
99100 </ div >
100101 < AuthorNameAndRole author = { author } className = "contents md:hidden" />
You can’t perform that action at this time.
0 commit comments