We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed75f commit fc1a718Copy full SHA for fc1a718
src/app/conf/2025/components/testimonials/index.tsx
@@ -117,6 +117,7 @@ export function TestimonialAuthor({
117
className="size-16 saturate-[.1] dark:opacity-90 xl:size-32"
118
// @ts-expect-error React doesn't know it exists yet, but @types/react do
119
fetchpriority="low"
120
+ loading="lazy"
121
/>
122
<div className="absolute inset-0 z-[1] bg-pri-darker opacity-80 mix-blend-plus-lighter dark:mix-blend-color" />
123
<Stripes />
0 commit comments