diff --git a/frontend/src/app/assets/images/sponsors/MobilityPartner.png b/frontend/src/app/assets/images/sponsors/MobilityPartner.png new file mode 100644 index 0000000..d51b4f7 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/MobilityPartner.png differ diff --git a/frontend/src/app/assets/images/sponsors/NEC_Logos.svg b/frontend/src/app/assets/images/sponsors/NEC_Logos.svg new file mode 100644 index 0000000..c4bdc21 --- /dev/null +++ b/frontend/src/app/assets/images/sponsors/NEC_Logos.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + COUNSELING | ADMISSIONS | SCHOLARSHIPS | VISAS + + \ No newline at end of file diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 7277c32..27aa704 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -1,4 +1,5 @@ import SponsorType from "@/app/types/sponsorType"; +import AtherLogo from "@/app/assets/images/sponsors/MobilityPartner.png"; import AnnapurnaLogo from "@/app/assets/images/sponsors/Annapurna_Logo.png" import DeerholdLogo from "@/app/assets/images/sponsors/deerhold.png"; // import MountStradaLogo from "@/app/assets/images/sponsors/mount_strada.png"; @@ -66,7 +67,7 @@ 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"; -import NECLogo from "@/app/assets/images/sponsors/NECBlack.png"; +import NECLogo from "@/app/assets/images/sponsors/NEC_Logos.svg"; import BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png"; import FifthAvenueLogo from "@/app/assets/images/sponsors/FifthAvenue.png"; @@ -509,24 +510,17 @@ const sponsors: SponsorType[] = [ // // imageAlt: "Live bakery Logo", // // }, // // ], -// // }, -// // { -// // name: "Mobility Partner", -// // sponsors: [ -// // { -// // name: "Segway", -// // url: "https://www.segway.com", -// // image: SegwayLogo, -// // imageAlt: "Subway Logo", -// // }, -// // { -// // name: "Oliz Store", -// // url: "https://www.olizstore.com", -// // image: Oliz, -// // imageAlt: "Oliz store Logo", -// // }, -// // ], -// // }, + { + name: "Mobility Partner", + sponsors: [ + { + name: "Ather Energy", + url: "https://www.atherenergy.com.np/", + image: AtherLogo, + imageAlt: "Ather Energy Logo", + }, + ], + }, // // { // // name: "Community Partners", // // sponsors: [ @@ -684,6 +678,7 @@ const sponsors: SponsorType[] = [ ], + }, ];