Skip to content

Commit

Permalink
Merge pull request #75 from ajayvarma007789/main
Browse files Browse the repository at this point in the history
added webp images of deon and joe
  • Loading branch information
Milansuman authored Feb 16, 2025
2 parents e2e36fd + d3213a4 commit f2eb902
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/TeamsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ const TeamsPage = () => {
{
name: "Deon Thomas",
role: "AI Developer",
image: "/team/deon.jpeg"
image: "/team/Deonthomas.webp"
},
{
name: "Joe George",
role: "Frontend Developer",
image: "/team/joe.jpeg"
image: "/team/joegeorge.webp"
}
];

Expand Down Expand Up @@ -168,4 +168,4 @@ const TeamsPage = () => {
);
};

export default TeamsPage;
export default TeamsPage;
Binary file added public/team/Deonthomas.webp
Binary file not shown.
Binary file removed public/team/deon.jpeg
Binary file not shown.
Binary file removed public/team/joe.jpeg
Binary file not shown.
Binary file added public/team/joegeorge.webp
Binary file not shown.

0 comments on commit f2eb902

Please sign in to comment.