diff --git a/frontend/src/app/assets/images/sponsors/FifthAvenue.png b/frontend/src/app/assets/images/sponsors/FifthAvenue.png new file mode 100644 index 0000000..bb8c319 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/FifthAvenue.png differ 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/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index fc06a31..2e42b99 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"; @@ -68,6 +69,7 @@ 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 BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png"; +import FifthAvenueLogo from "@/app/assets/images/sponsors/FifthAvenue.png"; const sponsors: SponsorType[] = [ // { @@ -333,6 +335,13 @@ const sponsors: SponsorType[] = [ image: BigBytesLogo, imageAlt: "BigBytesLogo", }, + + { + name: "FifthAvenue", + url: "https://www.instagram.com/5thavenue.nepal/", + image: FifthAvenueLogo, + imageAlt: "FifthAvenueLogoAlt", + }, ] }, { @@ -501,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: [ @@ -676,6 +678,7 @@ const sponsors: SponsorType[] = [ ], + }, ];