json-schema-org / json-schema-org/website
Consistent use of <Image /> component instead of <img> tags in index.page.tsx
Open
@vishwansh01 is already working on this.
Since Nov 22, 2025.
Status: Accepted
- Dominant language
- HTML
- Stars
- 169
- Forks
- 484
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 6
Description
In the pages/index.page.tsx file, there is an inconsistent use of Image and img tags for rendering images.
For example:
- The CopyCopter logo uses the Next.js Image component.
- The Octue logo and others still use regular img tags.
To maintain consistency, performance optimization (automatic image optimization, lazy loading, etc.), all image tags should be replaced with the Next.js Image component.
Suggested Changes
- Replace all img tags with the Next.js Image component.
- Ensure appropriate width, height, and alt attributes are provided.
- Verify that imports for next/image are properly included.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.