diff --git a/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg b/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg
new file mode 100644
index 0000000..203582d
--- /dev/null
+++ b/frontend/src/app/assets/images/sponsors/MeroJobLogo.svg
@@ -0,0 +1,39 @@
+
diff --git a/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg b/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg
new file mode 100644
index 0000000..eb337ef
--- /dev/null
+++ b/frontend/src/app/assets/images/sponsors/PimbahalChipsLogo.svg
@@ -0,0 +1,169 @@
+
diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts
index b5dfd41..9183a9e 100644
--- a/frontend/src/app/components/Mentors/data.ts
+++ b/frontend/src/app/components/Mentors/data.ts
@@ -48,7 +48,7 @@ const Mentors_value: Mentors[] = [
},
{
name: "Luja Chitrakar",
- position: "Clock B Tech",
+ position: "Blockchain Developer",
linkedin_url: "https://www.linkedin.com/in/luja-chitrakar/",
image:"https://ghostuf.github.io/static_images/luja_chitrakar.jpeg"
},
@@ -58,12 +58,12 @@ const Mentors_value: Mentors[] = [
linkedin_url: "https://www.linkedin.com/in/maladeep",
image: "https://ghostuf.github.io/static_images/mala_deep_upadhyaya.jpg"
},
- // {
- // name: "Elisha Baniya",
- // position: "QA - Maitri Services",
- // linkedin_url: "https://www.linkedin.com/in/elishabaniya",
- // image: "https://ghostuf.github.io/static_images/elisha_baniya.jpg"
- // },
+ {
+ name: "Elisha Baniya",
+ position: "QA Engineer",
+ linkedin_url: "https://www.linkedin.com/in/elishabaniya",
+ image: "https://ghostuf.github.io/static_images/elisha_baniya.png"
+ },
{
name: "Yashaswee Sakha",
position: "UI/UX Engineer",
@@ -114,4 +114,4 @@ const Mentors_value: Mentors[] = [
},
]
-export { Mentors_value }
\ No newline at end of file
+export { Mentors_value }
diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts
index 3f41c7e..a4720e5 100644
--- a/frontend/src/app/components/Sponsors/data.ts
+++ b/frontend/src/app/components/Sponsors/data.ts
@@ -7,6 +7,8 @@ import DevfolioLogo from "@/app/assets/images/sponsors/Devfolio_Logo-White.svg";
// import ETHIndiaLogo from "@/app/assets/images/sponsors/ethindia-light.svg";
// import PolygonLogo from "@/app/assets/images/sponsors/Polygon_Logo-White.svg";
import HamroCSITLogo from "@/app/assets/images/sponsors/hamro_csit_logo_black.png";
+import MeroJobLogo from "@/app/assets/images/sponsors/MeroJobLogo.svg";
+import PimbahalChipsLogo from "@/app/assets/images/sponsors/PimbahalChipsLogo.svg";
import HamroNotesLogo from "@/app/assets/images/sponsors/HamroNotesLogo.svg";
import MeroStyle from "@/app/assets/images/sponsors/MeroStyle.svg";
import GithubEducation from "@/app/assets/images/sponsors/GithubEducation.svg";
@@ -160,6 +162,19 @@ const sponsors: SponsorType[] = [
},
],
},
+
+ {
+ name: "Career Partner",
+ sponsors: [
+ {
+ name: "Mero Job",
+ url: "https://merojob.com/",
+ image: MeroJobLogo,
+ imageAlt: "Mero Job Logo",
+ },
+ ],
+ },
+
{
name: "Coffee Partner",
sponsors: [
@@ -191,6 +206,12 @@ const sponsors: SponsorType[] = [
image: CitizensBank,
imageAlt: "Citizens Bank Logo",
},
+ {
+ name: "Pimbahal Chips",
+ url: "https://www.instagram.com/pimbahalfreshchipscorner/?hl=en",
+ image: PimbahalChipsLogo,
+ imageAlt: "PimbahalChipsLogo",
+ },
],
},