feat: standardize nav header and add ecosystem footer

Rename "Spaces" to "Create Space", add full 16-app ecosystem footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-18 09:43:23 +00:00
parent 6a8fb6b6ec
commit 8ed22c9caa
2 changed files with 30 additions and 2 deletions

View File

@ -414,6 +414,34 @@ export default function HomePage() {
</CardContent>
</Card>
</section>
{/* Ecosystem Footer */}
<footer className="border-t border-border py-8">
<div className="max-w-7xl mx-auto px-6">
<div className="flex flex-wrap items-center justify-center gap-4 text-sm text-muted-foreground mb-4">
<span className="font-medium">r* Ecosystem</span>
<a href="https://rspace.online" className="hover:text-foreground transition-colors">rSpace</a>
<a href="https://rmaps.online" className="hover:text-foreground transition-colors">rMaps</a>
<a href="https://rnotes.online" className="hover:text-foreground transition-colors">rNotes</a>
<a href="https://rvote.online" className="hover:text-foreground transition-colors font-medium text-foreground">rVote</a>
<a href="https://rfunds.online" className="hover:text-foreground transition-colors">rFunds</a>
<a href="https://rtrips.online" className="hover:text-foreground transition-colors">rTrips</a>
<a href="https://rcart.online" className="hover:text-foreground transition-colors">rCart</a>
<a href="https://rwallet.online" className="hover:text-foreground transition-colors">rWallet</a>
<a href="https://rfiles.online" className="hover:text-foreground transition-colors">rFiles</a>
<a href="https://rtube.online" className="hover:text-foreground transition-colors">rTube</a>
<a href="https://rcal.online" className="hover:text-foreground transition-colors">rCal</a>
<a href="https://rnetwork.online" className="hover:text-foreground transition-colors">rNetwork</a>
<a href="https://rinbox.online" className="hover:text-foreground transition-colors">rInbox</a>
<a href="https://rstack.online" className="hover:text-foreground transition-colors">rStack</a>
<a href="https://rauctions.online" className="hover:text-foreground transition-colors">rAuctions</a>
<a href="https://rpubs.online" className="hover:text-foreground transition-colors">rPubs</a>
</div>
<p className="text-center text-xs text-muted-foreground/60">
Part of the r* ecosystem collaborative tools for communities.
</p>
</div>
</footer>
</div>
);
}

View File

@ -39,10 +39,10 @@ export function Navbar() {
Demo
</Link>
<Link
href="/spaces"
href="/spaces/new"
className="text-sm font-medium text-muted-foreground hover:text-foreground transition-colors"
>
Spaces
Create Space
</Link>
</div>
</div>