Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrishgoswami authored Oct 4, 2024
1 parent 695a529 commit bfbd6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/homepage/about/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function AboutSection() {
</div>
<div className="flex justify-center order-1 lg:order-2">
<Image
src={personalData.profile}
src='/profile.jpg'
width={280}
height={280}
alt="Ambrish Goswami"
Expand All @@ -36,4 +36,4 @@ function AboutSection() {
);
};

export default AboutSection;
export default AboutSection;

0 comments on commit bfbd6c2

Please sign in to comment.