Skip to content

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

@vishwansh01

Description

@vishwansh01
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.

Metadata

Metadata

Assignees

Labels

Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions