feat(BlogArea): Optimize image loading and refactor code

Optimize the image loading in the BlogArea component by removing the
unnecessary `blogTestPic` import and using the correct path for the
image. Additionally, refactor the code to improve readability and
maintainability.
This commit is contained in:
AderKonstantin
2025-03-01 07:58:21 +03:00
parent ce759a88eb
commit b105fc9ae7

View File

@@ -3,8 +3,6 @@
import Link from 'next/link';
import Image from 'next/image';
import blogTestPic from './retrofuturism.webp';
interface BlogPost {
label: string;
body: string;