From ccb104510770d91730e5d21e39dc739048b8c175 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Tue, 24 Feb 2026 03:39:26 +0530 Subject: [PATCH] refactor: Replace Next.js Image component with a standard `img` tag and apply styling via `className`. --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c1ba5a7..c609398 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -217,11 +217,11 @@ export default function AboutPage() { > {feature.iconPath && (
-
)}