json-schema-org / json-schema-org/website

Consistent use of <Image /> component instead of <img> tags in index.page.tsx

Open
#1,885 9 comments 0 reactions 1 assignee View on GitHub

@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

Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.