fix: landing page improvements and SpaceSwitcher domain support

- SpaceSwitcher auto-derives domain from window.location
- Fix landing page issues (redirect bug, duplicate footers,
  broken links, missing content)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-24 23:32:47 -08:00
parent 8f41e7dbf0
commit d6ac388afe
1 changed files with 0 additions and 23 deletions

View File

@ -40,29 +40,6 @@ export default function RootLayout({
<Providers>
<Header current="vote" />
<main className="container mx-auto px-4 py-8">{children}</main>
<footer className="border-t border-border/50 py-8 mt-16">
<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 text-foreground/60">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/80">🗳 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://rinbox.online" className="hover:text-foreground transition-colors"> rInbox</a>
<a href="https://rnetwork.online" className="hover:text-foreground transition-colors">🌐 rNetwork</a>
<a href="https://rbooks.online" className="hover:text-foreground transition-colors">📚 rBooks</a>
<a href="https://rdata.online" className="hover:text-foreground transition-colors">📊 rData</a>
</div>
<p className="text-center text-xs text-muted-foreground/60">
Part of the r* ecosystem collaborative tools for communities.
</p>
</div>
</footer>
</Providers>
</body>
</html>