Skip to content

Commit

Permalink
Merge pull request #98 from TEDx-SJEC/sponsor
Browse files Browse the repository at this point in the history
Add Sponsor
  • Loading branch information
Vyshnav001 authored Dec 12, 2024
2 parents a4361ec + e8f2924 commit c231519
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ export const goldSponsors: Sponsors[] = [
name: "iSKEW Learning",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/iSKEW Learning.avif`,
},
{
name: "General Corporation",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/General-Corporation.avif`,
},
];
export const silverSponsors: Sponsors[] = [
{
Expand Down Expand Up @@ -274,12 +278,20 @@ export const bronzeSponsors: Sponsors[] = [
name: "St. Francis Xavier Church, Bejai",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/St. Francis Xavier Church, Bejai.avif`,
},
{
name: "RÊVE Nails and Beauty Lounge",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/WhatsApp Image 2024-12-11 at 14.51.02.avif`,
},
{
name: "Brevera Technologies",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/Brevera Technologies.avif`,
},
{
name: "RÊVE Nails and Beauty Lounge",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/WhatsApp Image 2024-12-11 at 14.51.02.avif`,
name: "Hatsim",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/hatsim2.avif`,
},
{
name: "PBA Food & spices",
logoUrl: `${tedxsjecAssetsPrefix}/sponsors/pba3.avif`,
},
];

0 comments on commit c231519

Please sign in to comment.