diff --git a/frontend/src/app/assets/images/sponsors/BanhLife_Logo.png b/frontend/src/app/assets/images/sponsors/BanhLife_Logo.png
new file mode 100644
index 0000000..07cc419
Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/BanhLife_Logo.png differ
diff --git a/frontend/src/app/assets/images/sponsors/Banh_LIfe_Logo.png b/frontend/src/app/assets/images/sponsors/Banh_LIfe_Logo.png
deleted file mode 100644
index 3db3bf2..0000000
Binary files a/frontend/src/app/assets/images/sponsors/Banh_LIfe_Logo.png and /dev/null differ
diff --git a/frontend/src/app/assets/images/sponsors/JunctionHub_Logo.jpeg b/frontend/src/app/assets/images/sponsors/JunctionHub_Logo.jpeg
new file mode 100644
index 0000000..904c394
Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/JunctionHub_Logo.jpeg differ
diff --git a/frontend/src/app/components/Mentors/data.ts b/frontend/src/app/components/Mentors/data.ts
index 2d069f1..47841d0 100644
--- a/frontend/src/app/components/Mentors/data.ts
+++ b/frontend/src/app/components/Mentors/data.ts
@@ -104,7 +104,7 @@ const Mentors_value: Mentors[] = [
name: "Labbi Karmacharya",
position: "Data Research Fellow / Equitech Futures, Lecturer ",
linkedin_url: "https://www.linkedin.com/in/labbi-karmacharya/",
- image: "https://enkoki.github.io/static_images/deerhack26/Labbi.jpg"
+ image: "https://deerhack24.deerwalk.edu.np/uploads/Labbi_Karmacharya_f8d004f9e8.jfif"
},
{
name: "Sarun Luitel",
diff --git a/frontend/src/app/components/Sponsors/TitleSponsor.tsx b/frontend/src/app/components/Sponsors/TitleSponsor.tsx
index 546e744..e15f607 100644
--- a/frontend/src/app/components/Sponsors/TitleSponsor.tsx
+++ b/frontend/src/app/components/Sponsors/TitleSponsor.tsx
@@ -6,7 +6,7 @@ export default function TitleSponsor({ image }: { image: ReactElement }) {
return (
Title Sponsor
diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts
index 95bb504..e85bd0f 100644
--- a/frontend/src/app/components/Sponsors/data.ts
+++ b/frontend/src/app/components/Sponsors/data.ts
@@ -35,6 +35,7 @@ import leapfrog from "@/app/assets/images/sponsors/leapfrog.svg";
import ultima from "@/app/assets/images/sponsors/ultima.svg";
import PeaksLogo from "@/app/assets/images/sponsors/8peaks_white_Logo.png";
import SandukAILogo from "@/app/assets/images/sponsors/Sandukai_Logo.png";
+import JunctionHubLogo from "@/app/assets/images/sponsors/JunctionHub_Logo.jpeg";
// import VT from "@/app/assets/images/sponsors/VT.png";
// import SifalSchool from "@/app/assets/images/sponsors/SifalSchool.png";
// import codefornepal from "@/app/assets/images/sponsors/codeForNepal.png";
@@ -55,7 +56,7 @@ import YOLO from "@/app/assets/images/sponsors/yolo.png";
import HotelAssociation from "@/app/assets/images/sponsors/hotelassociation.png";
import BigBracketsLogo from "@/app/assets/images/sponsors/BigBrackets_White_logo.png";
import DailoKrishiLogo from "@/app/assets/images/sponsors/DailoKrishi_Logo.png";
-import BanhLifeLogo from "@/app/assets/images/sponsors/Banh_LIfe_Logo.png"
+import BanhLifeLogo from "@/app/assets/images/sponsors/BanhLife_Logo.png"
import KathmanduKoKathaLogo from "@/app/assets/images/sponsors/KathmanduKoKatha_Logo.png";
import PomeloLogo from "@/app/assets/images/sponsors/Pomelo_Logo.png";
import TingTingLogo from "@/app/assets/images/sponsors/TingTing_White_Logo.png";
@@ -326,7 +327,7 @@ const sponsors: SponsorType[] = [
]
},
{
- name: "Stall Partner",
+ name: "Stall Partners",
sponsors: [
{
name: "Banh Life",
@@ -334,6 +335,12 @@ const sponsors: SponsorType[] = [
image: BanhLifeLogo,
imageAlt: "BanhLifeLogo",
},
+ {
+ name: "Junction Hub",
+ url: "https://www.tiktok.com/@thejunctionhub",
+ image: JunctionHubLogo,
+ imageAlt: "JunctionHubLogo",
+ },
]
},
// {
diff --git a/frontend/src/app/sections/Organizers/team_data.ts b/frontend/src/app/sections/Organizers/team_data.ts
index 24a906f..22f707a 100644
--- a/frontend/src/app/sections/Organizers/team_data.ts
+++ b/frontend/src/app/sections/Organizers/team_data.ts
@@ -2,6 +2,7 @@
import Team from "@/app/types/team";
+
const teamsData: Array
= [
{
id: 1,
@@ -29,8 +30,8 @@ const teamsData: Array = [
organizers: [
{
id: 201,
- name: "Ishan Vaidya",
- image: "https://enkoki.github.io/static_images/deerhack26/leads/IshanVaidya.png",
+ name: "Ishan Baidya Khadgi",
+ image: "https://enkoki.github.io/static_images/deerhack26/leads/IshanVaidya.jpeg",
linkedin_url: "https://www.linkedin.com/in/ishan-vaidya-26a5b4285/",
position: "Technical Team",
},
diff --git a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx
index 007cf41..89453b0 100644
--- a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx
+++ b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx
@@ -22,7 +22,7 @@ export default function SponsorsSection() {
key={sponsorType.name}
className="flex flex-col justify-center text-center items-center mb-[5rem] gap-10"
>
-