Skip to content

Commit f5c33c6

Browse files
authored
New landing page (#13734)
Web: <img width="1721" height="994" alt="image" src="https://github.com/user-attachments/assets/086d2f9e-7385-40b3-982f-b5b14d2d1aef" /> Mobile: <img width="428" height="904" alt="image" src="https://github.com/user-attachments/assets/a28aa0b1-b549-48d6-b000-35960c9280a8" />
1 parent 120c338 commit f5c33c6

60 files changed

Lines changed: 3176 additions & 104 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* Dust Bucer – display font for 2026 landing large text */
2+
@font-face {
3+
font-family: 'Dust Bucer';
4+
src: url('/fonts/DustBucer.otf') format('opentype'),
5+
url('/fonts/DustBucer.ttf') format('truetype');
6+
font-weight: normal;
7+
font-style: normal;
8+
font-display: swap;
9+
}
10+
11+
@font-face {
12+
font-family: 'Dust Bucer Swash';
13+
src: url('/fonts/DustBucer%20Swash.otf') format('opentype'),
14+
url('/fonts/DustBucer%20Swash.ttf') format('truetype');
15+
font-weight: normal;
16+
font-style: normal;
17+
font-display: swap;
18+
}
19+
20+
/* Urbanist – body font from Google Fonts */
21+
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap');

packages/web/public/fonts/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
268 KB
Binary file not shown.
258 KB
Binary file not shown.
278 KB
Binary file not shown.
241 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Landing 2026 fonts
2+
3+
Place the Dust Bucer font files here so the 2026 landing page can load them:
4+
5+
- `DustBucer.otf`
6+
- `DustBucer.ttf`
7+
- `DustBucer Swash.otf`
8+
- `DustBucer Swash.ttf`
9+
10+
They are referenced by `public/fonts-landing-2026.css`.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Landing 2026 assets
2+
3+
Export images from the Figma design and place them here:
4+
5+
- `hero-bg.jpg` – Hero section background (crowd/venue)
6+
- `growth-visual.jpg` – Growth section left-side image (neon Audius logo)
7+
- `cta-bg.jpg` – “Create the future” CTA section background (DJ/studio)
8+
- `partners-row.png` – Partner/brand logos strip (optional)
9+
10+
Figma file: [Audius.co Landing Page 2026 Rebrand V1](https://www.figma.com/design/OXapKe9flxiUu4FxLJAgZs/Audius.co-Landing-Page-2026-Rebrand-V1)
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)