diff --git a/client/app/Team/page.jsx b/client/app/Team/page.jsx index d4b34b9..b99d21d 100644 --- a/client/app/Team/page.jsx +++ b/client/app/Team/page.jsx @@ -10,12 +10,12 @@ const TeamPage = () => { { name: 'Aryan Singh', role: 'Fullstack Developer', - imgSrc: '/aryan.jpg', + imgSrc: '/aryan.webp', twitter: 'https://twitter.com/just_i_aryan_28', linkedin: 'https://www.linkedin.com/in/aryan-singh-459b6b225', github: 'https://github.com/Aryan-dev-enth', about: 'Hi, Im Aryan. A full-stack developer with a strong passion for building end-to-end web applications. I enjoy working on both the frontend and backend to create seamless user experiences.', - course: 'Currently pursuing B.Tech in Computer Science Engineering', + course: 'Currently pursuing B.Tech in SComputer Science Engineering', university: 'SRM University' }, { diff --git a/client/public/aryan.JPG b/client/public/aryan.JPG deleted file mode 100644 index f4ddb3c..0000000 Binary files a/client/public/aryan.JPG and /dev/null differ diff --git a/client/public/aryan.webp b/client/public/aryan.webp new file mode 100644 index 0000000..186e07a Binary files /dev/null and b/client/public/aryan.webp differ