diff --git a/package.json b/package.json index c47dd96..60e054c 100644 --- a/package.json +++ b/package.json @@ -55,4 +55,4 @@ "engines": { "node": ">=18" } -} +} \ No newline at end of file diff --git a/public/people/aditya-vemuri.jpg b/public/people/aditya-vemuri.jpg new file mode 100644 index 0000000..b54d84d Binary files /dev/null and b/public/people/aditya-vemuri.jpg differ diff --git a/src/components/about/team/team-data.ts b/src/components/about/team/team-data.ts index 13b043b..f2124ff 100644 --- a/src/components/about/team/team-data.ts +++ b/src/components/about/team/team-data.ts @@ -105,6 +105,12 @@ export const CCH_DATA: Profile[] = [ linkedin: "https://www.linkedin.com/in/sean-kelman-633057211/", image: "/people/sean-kelman.jpg", }, + { + name: "Aditya Vemuri", + role: "Developer", + linkedin: "https://www.linkedin.com/in/aditya-vemuri-571838214/", + image: "/people/aditya-vemuri.jpg", + }, ]; export const CSE_DATA: Profile[] = [