diff --git a/frontend/src/app/assets/images/sponsors/GitHubEducationLogo.jpg b/frontend/src/app/assets/images/sponsors/GitHubEducationLogo.jpg new file mode 100644 index 0000000..de428e3 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/GitHubEducationLogo.jpg differ diff --git a/frontend/src/app/assets/images/sponsors/GithubEducation.png b/frontend/src/app/assets/images/sponsors/GithubEducation.png new file mode 100644 index 0000000..7939fdd Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/GithubEducation.png differ diff --git a/frontend/src/app/assets/images/sponsors/GithubEducationNew.png b/frontend/src/app/assets/images/sponsors/GithubEducationNew.png new file mode 100644 index 0000000..4c19407 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/GithubEducationNew.png differ diff --git a/frontend/src/app/assets/images/sponsors/NECLogoNew.png b/frontend/src/app/assets/images/sponsors/NECLogoNew.png new file mode 100644 index 0000000..8a94141 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/NECLogoNew.png differ diff --git a/frontend/src/app/assets/images/sponsors/suiro.png b/frontend/src/app/assets/images/sponsors/suiro.png index 582bd8a..3535c3a 100644 Binary files a/frontend/src/app/assets/images/sponsors/suiro.png and b/frontend/src/app/assets/images/sponsors/suiro.png differ diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index 2793feb..05621a4 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -16,7 +16,7 @@ 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/HamroNotes_Logo.svg"; import MeroStyle from "@/app/assets/images/sponsors/MeroStyle.svg"; -import GithubEducation from "@/app/assets/images/sponsors/GithubEducation.svg"; +import GithubEducation from "@/app/assets/images/sponsors/GithubEducationNew.png"; import NewMountainJava from "@/app/assets/images/sponsors/NewMountainJava.svg"; import TingTing from "@/app/assets/images/sponsors/TingTing.svg" import CookieFactory from "@/app/assets/images/sponsors/CookieFactory.svg" @@ -67,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/NECLogo.png"; +import NECLogo from "@/app/assets/images/sponsors/NECLogoNew.png"; import BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png"; import FifthAvenueLogo from "@/app/assets/images/sponsors/FifthAvenue.png"; @@ -233,24 +233,24 @@ const sponsors: SponsorType[] = [ imageAlt: "DeerHold Logo", }, -// { -// name: "Ultima Lifestyle", -// url: "https://ultima.com.np/", -// image: ultima, -// imageAlt: "ultima", -// }, -// { -// name: "Github Education", -// url: "https://github.com/education", -// image: GithubEducation, -// imageAlt: "GithubEucation logo", -// }, -// { -// name: "Suito Teas", -// url: "https://suiroteas.com/", -// image: suiro, -// imageAlt: "Suiro Teas Logo", -// }, + { + name: "Ultima Lifestyle", + url: "https://ultima.com.np/", + image: ultima, + imageAlt: "ultima", + }, + { + name: "Github Education", + url: "https://github.com/education", + image: GithubEducation, + imageAlt: "GithubEucation logo", + }, + { + name: "Suito Teas", + url: "https://suiroteas.com/", + image: suiro, + imageAlt: "Suiro Teas Logo", + }, ], }, {