Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions components/layout/sections/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import KautilyaImage from "@/public/Kautilya_.jpg";
import LalithImage from "@/public/lalith.png";
import TaufeeqImage from "@/public/taufeeq.jpeg";
import SharadhImage from "@/public/san.png";
import NakshImage from "@/public/naksh.jpg";
import AkarshImage from "@/public/akarsh.jpg";
import ShreeshaImage from "@/public/shreesha.jpg";

import MerinThomasImage from "@/public/ProfMerin.png";

Expand Down Expand Up @@ -181,6 +184,54 @@ export const TeamSection = () => {

],
},
{
imageUrl: NakshImage,
firstName: "Naksh",
lastName: "Prajapati",
positions: ["Public Relations"],
socialNetworks: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/thenakshprajapat/",
},
{
name: "Github",
url: "https://github.com/",
},
Comment on lines +197 to +200
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub URL is incomplete and points to the root GitHub domain. This should either contain the actual GitHub username or be removed if not available.

Suggested change
{
name: "Github",
url: "https://github.com/",
},

Copilot uses AI. Check for mistakes.
],
},
{
imageUrl: AkarshImage,
firstName: "Akarsh",
lastName: "Raja",
positions: ["Tech"],
socialNetworks: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/akarshraja",
},
{
name: "Github",
url: "https://github.com/thatjar",
},
],
},
{
imageUrl: ShreeshaImage,
firstName: "Shreesha",
lastName: " ",
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a space character for lastName is inconsistent with other team members who have proper last names or empty strings. Consider using an empty string "" instead.

Suggested change
lastName: " ",
lastName: "",

Copilot uses AI. Check for mistakes.
positions: ["Tech"],
socialNetworks: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/",
},
{
name: "Github",
url: "https://github.com/",
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both LinkedIn and GitHub URLs are incomplete placeholders. These should either contain the actual profile URLs or be removed if the profiles are not available.

Copilot uses AI. Check for mistakes.
},
Comment on lines +225 to +232
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both LinkedIn and GitHub URLs are incomplete placeholders. These should either contain the actual profile URLs or be removed if the profiles are not available.

Suggested change
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/",
},
{
name: "Github",
url: "https://github.com/",
},

Copilot uses AI. Check for mistakes.
],
},
{
imageUrl: TaufeeqImage,
firstName: "Taufeeq",
Expand Down
Binary file added public/akarsh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/naksh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/shreesha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading