diff --git a/frontend/src/app/(pages)/SponsorsPage.tsx b/frontend/src/app/(pages)/SponsorsPage.tsx index 55c2e5f..b1ac3c8 100644 --- a/frontend/src/app/(pages)/SponsorsPage.tsx +++ b/frontend/src/app/(pages)/SponsorsPage.tsx @@ -26,4 +26,4 @@ export default function SponsorPage(): ReactElement { ); -} \ No newline at end of file +} diff --git a/frontend/src/app/assets/images/sponsors/HamroPatroNew.png b/frontend/src/app/assets/images/sponsors/HamroPatroNew.png new file mode 100644 index 0000000..41dacc9 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/HamroPatroNew.png differ diff --git a/frontend/src/app/assets/images/sponsors/NECLogo.png b/frontend/src/app/assets/images/sponsors/NECLogo.png new file mode 100644 index 0000000..4a29200 Binary files /dev/null and b/frontend/src/app/assets/images/sponsors/NECLogo.png differ diff --git a/frontend/src/app/components/Sponsors/data.ts b/frontend/src/app/components/Sponsors/data.ts index a6c96c3..6cfe9f7 100644 --- a/frontend/src/app/components/Sponsors/data.ts +++ b/frontend/src/app/components/Sponsors/data.ts @@ -22,7 +22,7 @@ import TingTing from "@/app/assets/images/sponsors/TingTing.svg" import CookieFactory from "@/app/assets/images/sponsors/CookieFactory.svg" import CitizensBank from "@/app/assets/images/sponsors/CitizensBank.svg" // import MountainJavaLogo from "@/app/assets/images/sponsors/MountainJavaLogo.svg"; -import HamroPatroLogo from "@/app/assets/images/sponsors/HamroPatro.png"; +import HamroPatroLogo from "@/app/assets/images/sponsors/HamroPatroNew.png"; import HimalogicLogo from "@/app/assets/images/sponsors/Himalogic.svg" import PrixaLogo from "@/app/assets/images/sponsors/Prixa_White_Logo.png" // import Programiz from "@/app/assets/images/sponsors/Programiz.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/NECBlack.png"; +import NECLogo from "@/app/assets/images/sponsors/NECLogo.png"; import BigBytesLogo from "@/app/assets/images/sponsors/BigBytes.png"; import FifthAvenueLogo from "@/app/assets/images/sponsors/FifthAvenue.png"; diff --git a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx index 89453b0..4b378c0 100644 --- a/frontend/src/app/sections/Sponsors/SponsorsSection.tsx +++ b/frontend/src/app/sections/Sponsors/SponsorsSection.tsx @@ -36,7 +36,7 @@ export default function SponsorsSection() { image={sponsor.image} alt={sponsor.imageAlt} url={sponsor.url} - className={sponsor.className ?? ""} + className={sponsor.className ?? "pt-10"} /> ))} @@ -45,4 +45,4 @@ export default function SponsorsSection() { ))} ); -} \ No newline at end of file +}