Skip to content

Commit 48f9a11

Browse files
committed
Add Naksh, Akarsh, and Shreesha to team section
Introduced three new team members—Naksh Prajapati (Public Relations), Akarsh Raja (Tech), and Shreesha (Tech)—to the team section. Added their profile images and social network links.
1 parent 82a1b2b commit 48f9a11

4 files changed

Lines changed: 51 additions & 0 deletions

File tree

components/layout/sections/team.tsx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import KautilyaImage from "@/public/Kautilya_.jpg";
1212
import LalithImage from "@/public/lalith.png";
1313
import TaufeeqImage from "@/public/taufeeq.jpeg";
1414
import SharadhImage from "@/public/san.png";
15+
import NakshImage from "@/public/naksh.jpg";
16+
import AkarshImage from "@/public/akarsh.jpg";
17+
import ShreeshaImage from "@/public/shreesha.jpg";
1518

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

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

182185
],
183186
},
187+
{
188+
imageUrl: NakshImage,
189+
firstName: "Naksh",
190+
lastName: "Prajapati",
191+
positions: ["Public Relations"],
192+
socialNetworks: [
193+
{
194+
name: "LinkedIn",
195+
url: "https://www.linkedin.com/in/thenakshprajapat/",
196+
},
197+
{
198+
name: "Github",
199+
url: "https://github.com/",
200+
},
201+
],
202+
},
203+
{
204+
imageUrl: AkarshImage,
205+
firstName: "Akarsh",
206+
lastName: "Raja",
207+
positions: ["Tech"],
208+
socialNetworks: [
209+
{
210+
name: "LinkedIn",
211+
url: "https://www.linkedin.com/in/akarshraja",
212+
},
213+
{
214+
name: "Github",
215+
url: "https://github.com/thatjar",
216+
},
217+
],
218+
},
219+
{
220+
imageUrl: ShreeshaImage,
221+
firstName: "Shreesha",
222+
lastName: " ",
223+
positions: ["Tech"],
224+
socialNetworks: [
225+
{
226+
name: "LinkedIn",
227+
url: "https://www.linkedin.com/in/",
228+
},
229+
{
230+
name: "Github",
231+
url: "https://github.com/",
232+
},
233+
],
234+
},
184235
{
185236
imageUrl: TaufeeqImage,
186237
firstName: "Taufeeq",

public/akarsh.jpg

121 KB
Loading

public/naksh.jpg

41 KB
Loading

public/shreesha.jpg

74.6 KB
Loading

0 commit comments

Comments
 (0)