decentraland / decentraland/sites
Homepage is 100% social — consider a creator/gaming section
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 48
Description
All five `/` sections are hang-out framing (`src/pages/index.tsx:25-34`: Hero "Close the Feed. Come Hang Out.", WhatsOn, CatchTheVibe, WeeklyRituals, ComeHangOut); there's no creator or gaming content and the only outbound section links are events.
Cheap first step: `CreatorsLiveScenes` (`src/components/Create/LiveScenes`) is self-contained (own data hook, no props, currently used only on /create) and can be lazy-inserted below the fold to show what creators are building.
A hero-level reposition is a product call — and note the hero headline is duplicated in the prerendered shell (`scripts/prerender-hero.mjs:221-222`); any hero copy change must touch both or the SSR shell drifts.
Contributor guide
Assessment
This issue has not been assessed yet.