fix: correct rSpaces capitalization for branding consistency
#VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
c7b3fa6b9e
commit
af9eecf02a
|
|
@ -9,7 +9,7 @@ export function Footer() {
|
||||||
<span className="text-foreground">Space</span>
|
<span className="text-foreground">Space</span>
|
||||||
<span className="text-secondary">.online</span>
|
<span className="text-secondary">.online</span>
|
||||||
</p>
|
</p>
|
||||||
<p className="mt-1 text-sm text-muted-foreground">Reclaim space on the new web</p>
|
<p className="mt-1 text-sm text-muted-foreground">building collaborative spaces for digital revolution</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-col items-center gap-2 text-sm text-muted-foreground sm:items-end">
|
<div className="flex flex-col items-center gap-2 text-sm text-muted-foreground sm:items-end">
|
||||||
|
|
@ -19,6 +19,9 @@ export function Footer() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-8 border-t border-border pt-8 text-center">
|
<div className="mt-8 border-t border-border pt-8 text-center">
|
||||||
|
<p className="text-sm text-muted-foreground mb-2">
|
||||||
|
rSpace.online - building collaborative spaces for digital revolution
|
||||||
|
</p>
|
||||||
<p className="text-xs text-muted-foreground">Local-first • Zero-knowledge • Community-owned</p>
|
<p className="text-xs text-muted-foreground">Local-first • Zero-knowledge • Community-owned</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -13,30 +13,40 @@ export function Hero() {
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="absolute inset-0 animate-pulse blur-2xl bg-primary/30" />
|
<div className="absolute inset-0 animate-pulse blur-2xl bg-primary/30" />
|
||||||
<div className="absolute -inset-4 animate-pulse blur-3xl bg-accent/20 glitter" />
|
<div className="absolute -inset-4 animate-pulse blur-3xl bg-accent/20 glitter" />
|
||||||
<h1 className="relative text-6xl font-bold tracking-tight sm:text-7xl lg:text-9xl retro-shadow">
|
<div className="relative text-center">
|
||||||
<span className="text-primary drop-shadow-[0_0_15px_oklch(0.75_0.18_195)]">r</span>
|
<div className="text-xl font-semibold text-muted-foreground mb-2 sm:text-2xl">Welcome to</div>
|
||||||
<span className="text-foreground">Space</span>
|
<h1 className="text-5xl font-bold tracking-tight sm:text-6xl lg:text-8xl retro-shadow">
|
||||||
<span className="text-secondary drop-shadow-[0_0_15px_oklch(0.72_0.19_45)]">.online</span>
|
<span className="text-primary drop-shadow-[0_0_15px_oklch(0.75_0.18_195)]">r</span>
|
||||||
</h1>
|
<span className="text-foreground">Space</span>
|
||||||
|
<span className="text-secondary drop-shadow-[0_0_15px_oklch(0.72_0.19_45)]">.online</span>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mx-auto max-w-3xl space-y-4">
|
<div className="mx-auto max-w-3xl space-y-4">
|
||||||
<p className="text-2xl font-bold leading-relaxed text-primary sm:text-3xl text-balance">
|
<p className="text-2xl font-bold leading-relaxed text-primary sm:text-3xl text-balance">
|
||||||
Remember when the internet was <span className="text-accent">cool</span>?
|
Remember back when the internet was <span className="text-accent">cool</span>?
|
||||||
</p>
|
</p>
|
||||||
<p className="text-3xl font-bold leading-relaxed sm:text-4xl text-balance">
|
|
||||||
<span className="text-primary">r</span>Space isn't just <em>my</em>space —
|
|
||||||
</p>
|
|
||||||
<p className="text-3xl font-bold leading-relaxed sm:text-4xl text-balance">
|
<p className="text-3xl font-bold leading-relaxed text-balance sm:text-3xl">
|
||||||
It's <span className="text-secondary drop-shadow-[0_0_10px_oklch(0.72_0.19_45)]">(ou)r</span>
|
We may not have <em>my</em>space anymore, but we have{" "}
|
||||||
|
<span className="drop-shadow-[0_0_10px_oklch(0.72_0.19_45)] text-primary">(ou)r</span>
|
||||||
<span className="text-foreground">Space</span>
|
<span className="text-foreground">Space</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p className="font-bold leading-relaxed text-balance text-2xl">
|
||||||
|
<span className="text-muted-foreground">(and it's </span>
|
||||||
|
<span className="text-secondary drop-shadow-[0_0_10px_oklch(0.72_0.19_45)]">online</span>
|
||||||
|
<span className="text-muted-foreground">)</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="mx-auto mt-8 max-w-2xl text-lg leading-relaxed text-muted-foreground sm:text-xl">
|
<p className="mx-auto mt-8 max-w-2xl text-lg leading-relaxed text-muted-foreground sm:text-xl">
|
||||||
Build digital spaces that improve your <span className="font-semibold text-primary">physical world</span>.
|
Build digital spaces to collaborate on improving your{" "}
|
||||||
Local-first, zero-knowledge privacy, outside the walls of big tech monopolies.
|
<span className="font-semibold text-primary">physical world</span>. Local-first, zero knowledge data
|
||||||
|
privacy, outside the walls of big tech.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="mt-12 flex flex-col items-center justify-center gap-4 sm:flex-row">
|
<div className="mt-12 flex flex-col items-center justify-center gap-4 sm:flex-row">
|
||||||
|
|
@ -60,9 +70,9 @@ export function Hero() {
|
||||||
|
|
||||||
<div className="mt-16 inline-flex flex-wrap items-center justify-center gap-4 rounded-lg border-2 border-primary bg-card/80 px-8 py-4 text-sm backdrop-blur-sm retro-shadow">
|
<div className="mt-16 inline-flex flex-wrap items-center justify-center gap-4 rounded-lg border-2 border-primary bg-card/80 px-8 py-4 text-sm backdrop-blur-sm retro-shadow">
|
||||||
<span className="font-bold text-primary">★</span>
|
<span className="font-bold text-primary">★</span>
|
||||||
<span className="text-muted-foreground">Zero-Knowledge Privacy</span>
|
<span className="text-muted-foreground">Zero-Knowledge Data Privacy</span>
|
||||||
<span className="text-primary">•</span>
|
<span className="text-primary">•</span>
|
||||||
<span className="text-muted-foreground">Community Owned</span>
|
<span className="text-muted-foreground">Self-Infrastructured</span>
|
||||||
<span className="text-secondary">•</span>
|
<span className="text-secondary">•</span>
|
||||||
<span className="text-muted-foreground">Local-First</span>
|
<span className="text-muted-foreground">Local-First</span>
|
||||||
<span className="font-bold text-secondary">★</span>
|
<span className="font-bold text-secondary">★</span>
|
||||||
|
|
|
||||||
|
|
@ -58,10 +58,10 @@ export function RealWorldExamples() {
|
||||||
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h2 className="text-4xl font-bold tracking-tight text-foreground sm:text-5xl retro-shadow-sm">
|
<h2 className="text-4xl font-bold tracking-tight text-foreground sm:text-5xl retro-shadow-sm">
|
||||||
Digital Spaces for <span className="text-primary">Physical</span> Impact
|
Shared Digital Spaces for <span className="text-primary">Real World</span> Impact
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-6 text-xl text-muted-foreground max-w-3xl mx-auto leading-relaxed">
|
<p className="mt-6 text-xl text-muted-foreground max-w-3xl mx-auto leading-relaxed">
|
||||||
RSpaces aren't just for chatting online—they're tools for making your{" "}
|
rSpaces aren't just for chatting online—they're tools for making your{" "}
|
||||||
<span className="font-semibold text-foreground">real neighborhood</span> better. Here's how communities are
|
<span className="font-semibold text-foreground">real neighborhood</span> better. Here's how communities are
|
||||||
already using them:
|
already using them:
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue