about me image updated

This commit is contained in:
parsa aghaei 2024-11-20 17:23:22 +03:30
parent f81fe68eef
commit 99d56e3bfe

View File

@ -36,7 +36,13 @@ export default async function AboutMe() {
</ul> </ul>
</div> </div>
<div className="flex w-full max-w-[90%] items-center justify-center md:w-[40%]"> <div className="flex w-full max-w-[90%] items-center justify-center md:w-[40%]">
<img src={aboutMeData.image} alt="profile picture" className="" /> <img
src={
process.env.NEXT_PUBLIC_BACK_URL + aboutMeData.image
}
alt="profile picture"
className="rounded-2xl"
/>
</div> </div>
</div> </div>
); );