Skip to content

Commit

Permalink
chore: add sponsors file (#4)
Browse files Browse the repository at this point in the history
* chore: add Allo Bank and Kahf logo
  • Loading branch information
interstellardeer authored Oct 10, 2024
1 parent 664f35e commit 6ef245c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file added src/assets/sponsors/LogoAlloBank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/sponsors/LogoKahf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions src/components/common/sponsor-media-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ import Image from "next/image";

import { BlurFade } from "@/components/ui/blur-fade";
import { Marquee } from "@/components/ui/marquee";
import LogoAlloBank from "@/assets/sponsors/LogoAlloBank.png";
import LogoKahf from "@/assets/sponsors/LogoKahf.png"


const sponsorMediaPartners = [
{
name: "PT. ABC",
logo: null,
name: "PT. PT Paragon Technology and Innovation",
logo: LogoKahf,
},
{
name: "PT. DEF",
logo: null,
name: "PT. PT Allo Bank Indonesia Tbk",
logo: LogoAlloBank,
},
{
name: "PT. GHI",
Expand Down

0 comments on commit 6ef245c

Please sign in to comment.