From 595a4ad3277e0777941249fbb310c08987e1aa12 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Sat, 11 Apr 2026 03:18:29 +0530 Subject: [PATCH] fix: replace next/image with img tag to fix blurry images on Netlify --- components/teams/TeamCard.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/components/teams/TeamCard.js b/components/teams/TeamCard.js index a7f6e46..148f8d1 100644 --- a/components/teams/TeamCard.js +++ b/components/teams/TeamCard.js @@ -1,4 +1,3 @@ -import Image from 'next/image'; import { FaEnvelope, FaGithub, FaLinkedin } from 'react-icons/fa'; import Style from './Team.module.css'; @@ -8,16 +7,11 @@ function TeamCard({ name, title, company, socials, imageSrc, lazyImageSrc }) { return (
- {name}