Skip to content

Commit 1fad129

Browse files
authored
Add Metaplex assets and company record (#1558)
- Introduced new SVG asset for Streamflow logo. - Created Metaplex company record with detailed information including logos, links, and social media profiles.
1 parent 2ae97f1 commit 1fad129

16 files changed

Lines changed: 311 additions & 3 deletions

File tree

apps/breakpoint/src/content/sponsors.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ const goldSponsors = [
9292
width: 226,
9393
height: 49,
9494
},
95+
{
96+
companyId: "metaplex",
97+
width: 268,
98+
height: 26,
99+
},
100+
{
101+
companyId: "streamflow",
102+
width: 1118.91,
103+
height: 150,
104+
},
95105
] satisfies SponsorLogo[];
96106

97107
const activationSponsors = [
@@ -118,7 +128,6 @@ export const sponsorTiers = [
118128
columns: "md:grid-cols-5",
119129
cellAspect: "aspect-[256/128]",
120130
sponsors: goldSponsors,
121-
emptyCells: 2,
122131
},
123132
] satisfies SponsorTier[];
124133

@@ -135,13 +144,13 @@ export const sponsorMarqueeRows = [
135144
direction: "right",
136145
density: "standard",
137146
duration: "92s",
138-
sponsors: goldSponsors.slice(0, 4),
147+
sponsors: goldSponsors.slice(0, 5),
139148
},
140149
{
141150
title: "Gold",
142151
direction: "left",
143152
density: "standard",
144153
duration: "104s",
145-
sponsors: [...goldSponsors.slice(4), ...activationSponsors],
154+
sponsors: [...goldSponsors.slice(5), ...activationSponsors],
146155
},
147156
] satisfies SponsorMarqueeRow[];
6.29 KB
Loading
Lines changed: 24 additions & 0 deletions
Loading
7.34 KB
Loading
Lines changed: 24 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading
36.3 KB
Loading

0 commit comments

Comments
 (0)