Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -12,11 +12,11 @@ export default function WorldIndex() {
|
||||
|
||||
return (
|
||||
<main className="min-h-screen bg-[radial-gradient(circle_at_top_left,_rgba(249,115,22,0.12),_transparent_28%),radial-gradient(circle_at_top_right,_rgba(56,189,248,0.12),_transparent_32%),linear-gradient(180deg,_#020617_0%,_#02040a_100%)] px-4 py-10 sm:px-6 lg:px-8">
|
||||
<SeoHead title={props.seo?.title || 'Worlds - Skinbase Nova'} description={props.seo?.description || props.description} image={props.seo?.image} />
|
||||
<SeoHead title={props.seo?.title || 'Worlds - Skinbase'} description={props.seo?.description || props.description} image={props.seo?.image} />
|
||||
<div className="mx-auto max-w-7xl">
|
||||
<section className="rounded-[36px] border border-white/10 bg-white/[0.03] p-6 sm:p-8">
|
||||
<div className="max-w-4xl">
|
||||
<p className="text-[11px] font-semibold uppercase tracking-[0.24em] text-sky-200/70">Skinbase Nova Worlds</p>
|
||||
<p className="text-[11px] font-semibold uppercase tracking-[0.24em] text-sky-200/70">Skinbase Worlds</p>
|
||||
<h1 className="mt-4 text-4xl font-semibold tracking-[-0.05em] text-white sm:text-5xl">Curated spaces for seasonal culture, scene moments, and editorial campaigns.</h1>
|
||||
<p className="mt-5 max-w-3xl text-base leading-7 text-slate-300">Worlds bundle together artworks, collections, creators, groups, cards, releases, events, challenges, and newsroom context into a single themed destination. They are not filters. They are editorial environments.</p>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@ export default function WorldIndex() {
|
||||
|
||||
<WorldsIndexSection
|
||||
title="Active Worlds"
|
||||
description="Live worlds and currently running campaign surfaces across Skinbase Nova."
|
||||
description="Live worlds and currently running campaign surfaces across Skinbase."
|
||||
items={props.activeWorlds}
|
||||
emptyMessage="No worlds are currently live. Check upcoming programming below."
|
||||
sourceSurface="worlds_index"
|
||||
|
||||
Reference in New Issue
Block a user