diff --git a/components/layout/sections/team.tsx b/components/layout/sections/team.tsx index a9bab75..cc36c46 100644 --- a/components/layout/sections/team.tsx +++ b/components/layout/sections/team.tsx @@ -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"; @@ -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/", + }, + ], + }, + { + 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: " ", + positions: ["Tech"], + socialNetworks: [ + { + name: "LinkedIn", + url: "https://www.linkedin.com/in/", + }, + { + name: "Github", + url: "https://github.com/", + }, + ], + }, { imageUrl: TaufeeqImage, firstName: "Taufeeq", diff --git a/public/akarsh.jpg b/public/akarsh.jpg new file mode 100644 index 0000000..1eccc35 Binary files /dev/null and b/public/akarsh.jpg differ diff --git a/public/naksh.jpg b/public/naksh.jpg new file mode 100644 index 0000000..77302c8 Binary files /dev/null and b/public/naksh.jpg differ diff --git a/public/shreesha.jpg b/public/shreesha.jpg new file mode 100644 index 0000000..cba0e38 Binary files /dev/null and b/public/shreesha.jpg differ