diff --git a/frontend/src/app/(pages)/AboutTheEventPage.tsx b/frontend/src/app/(pages)/AboutTheEventPage.tsx
index 316a061..d0e6ca6 100644
--- a/frontend/src/app/(pages)/AboutTheEventPage.tsx
+++ b/frontend/src/app/(pages)/AboutTheEventPage.tsx
@@ -5,6 +5,7 @@ import { cabinetExtraBold } from "@/fonts";
import Laptop from "@/app/assets/icons/Laptop";
import CoffeCup from "@/app/assets/icons/CoffeeCup";
import DarinCup from "@/app/assets/icons/DarinCup";
+import DarinRedBull from "../assets/icons/DarinRedBull";
import Guitar from "@/app/assets/icons/Guitar";
import gsap from "gsap";
@@ -12,6 +13,7 @@ import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
import { useGSAP } from "@gsap/react";
import DarinCupPhone from "../assets/icons/DarinCupPhone";
import AboutVine from "../assets/icons/AboutVine";
+import DarinRedBullPhone from "../assets/icons/DarinRedBullPhone";
if (typeof window !== "undefined") {
gsap.registerPlugin(ScrollTrigger);
@@ -107,13 +109,19 @@ export default function Home() {
/>
{/* For Large Screens */}
- */}
+
{/* For Phone Screens */}
-
+ {/* */}
+
+
diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts
index 67afaa3..22ab782 100644
--- a/frontend/src/app/components/Sponsors/data.ts
+++ b/frontend/src/app/components/Sponsors/data.ts
@@ -63,6 +63,7 @@ import SnowBerryLogo from "@/app/assets/images/sponsors/SnowBerry_Logo.png";
import ThirdFactorLogo from "@/app/assets/images/sponsors/TF Logo - White.png";
import EcoSathiLogo from "@/app/assets/images/sponsors/EcoSathi_Logo.svg";
import KTMONELOGO from "@/app/assets/images/sponsors/Ktmone_Logo.svg";
+import PRABHUBANKLOGO from "@/app/assets/images/sponsors/PrabhuBank.svg"
const sponsors: SponsorType[] = [
// {
@@ -260,6 +261,7 @@ const sponsors: SponsorType[] = [
url: "https://www.dailokrishi.com/",
image: DailoKrishiLogo,
imageAlt: "DailoKrishiLogo",
+ // className: "bg-white rounded-lg"
},
{
name: "KathmanduKoKatha",
@@ -281,12 +283,20 @@ const sponsors: SponsorType[] = [
image: KTMONELOGO,
imageAlt: "KTMONELOGO",
},
+
+ {
+ name: "KTMONE",
+ url: "https://www.prabhubank.com",
+ image: PRABHUBANKLOGO,
+ imageAlt: "PRABHUBANKLOGO",
+ },
{
name: "SandukAi",
url: "https://sanduk.ai/",
image: SandukAILogo,
imageAlt: "SandukAILogo",
+ className: "bg-white rounded-lg"
},
],
diff --git a/frontend/src/app/components/core/UserCard.tsx b/frontend/src/app/components/core/UserCard.tsx
index 50ef3ab..79993d1 100644
--- a/frontend/src/app/components/core/UserCard.tsx
+++ b/frontend/src/app/components/core/UserCard.tsx
@@ -34,7 +34,9 @@ const UserCard = ({ name, position, image, linkedin_url }: UserEntity) => {
{position}