Description
Some components may use
instead of Next.js
, missing automatic optimization.
Task
Replace
with
from next/image. Add width, height, alt attributes.
Components to check
hero-section.tsx, template-card.tsx, ecosystem-section.tsx, contributors-section.tsx
Verification
pnpm build — no Image optimization warnings
Description
Some components may use
instead of Next.js
, missing automatic optimization.
Task
Replace
with
from next/image. Add width, height, alt attributes.
Components to check
hero-section.tsx, template-card.tsx, ecosystem-section.tsx, contributors-section.tsx
Verification
pnpm build — no Image optimization warnings