feat: standardize ecosystem footer with all 16 r-suite apps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
93e426abbe
commit
cff46bb0fc
28
app/page.tsx
28
app/page.tsx
|
|
@ -1,4 +1,5 @@
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
|
import { AuthButton } from '@/components/AuthButton'
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
|
|
@ -25,6 +26,7 @@ export default function Home() {
|
||||||
>
|
>
|
||||||
Create Space
|
Create Space
|
||||||
</Link>
|
</Link>
|
||||||
|
<AuthButton />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
@ -165,16 +167,22 @@ export default function Home() {
|
||||||
<div className="max-w-6xl mx-auto px-6">
|
<div className="max-w-6xl mx-auto px-6">
|
||||||
<div className="flex flex-wrap items-center justify-center gap-4 text-sm text-slate-500 mb-4">
|
<div className="flex flex-wrap items-center justify-center gap-4 text-sm text-slate-500 mb-4">
|
||||||
<span className="font-medium text-slate-400">r* Ecosystem</span>
|
<span className="font-medium text-slate-400">r* Ecosystem</span>
|
||||||
<a href="https://rspace.online" className="hover:text-slate-300 transition-colors">🌌 rSpace</a>
|
<a href="https://rspace.online" className="hover:text-slate-300 transition-colors">rSpace</a>
|
||||||
<a href="https://rmaps.online" className="hover:text-slate-300 transition-colors">🗺️ rMaps</a>
|
<a href="https://rmaps.online" className="hover:text-slate-300 transition-colors">rMaps</a>
|
||||||
<a href="https://rnotes.online" className="hover:text-slate-300 transition-colors">📝 rNotes</a>
|
<a href="https://rnotes.online" className="hover:text-slate-300 transition-colors">rNotes</a>
|
||||||
<a href="https://rvote.online" className="hover:text-slate-300 transition-colors">🗳️ rVote</a>
|
<a href="https://rvote.online" className="hover:text-slate-300 transition-colors">rVote</a>
|
||||||
<a href="https://rfunds.online" className="hover:text-slate-300 transition-colors font-medium text-slate-300">💰 rFunds</a>
|
<a href="https://rfunds.online" className="hover:text-slate-300 transition-colors font-medium text-slate-300">rFunds</a>
|
||||||
<a href="https://rtrips.online" className="hover:text-slate-300 transition-colors">✈️ rTrips</a>
|
<a href="https://rtrips.online" className="hover:text-slate-300 transition-colors">rTrips</a>
|
||||||
<a href="https://rcart.online" className="hover:text-slate-300 transition-colors">🛒 rCart</a>
|
<a href="https://rcart.online" className="hover:text-slate-300 transition-colors">rCart</a>
|
||||||
<a href="https://rwallet.online" className="hover:text-slate-300 transition-colors">💼 rWallet</a>
|
<a href="https://rwallet.online" className="hover:text-slate-300 transition-colors">rWallet</a>
|
||||||
<a href="https://rfiles.online" className="hover:text-slate-300 transition-colors">📁 rFiles</a>
|
<a href="https://rfiles.online" className="hover:text-slate-300 transition-colors">rFiles</a>
|
||||||
<a href="https://rnetwork.online" className="hover:text-slate-300 transition-colors">🌐 rNetwork</a>
|
<a href="https://rtube.online" className="hover:text-slate-300 transition-colors">rTube</a>
|
||||||
|
<a href="https://rcal.online" className="hover:text-slate-300 transition-colors">rCal</a>
|
||||||
|
<a href="https://rnetwork.online" className="hover:text-slate-300 transition-colors">rNetwork</a>
|
||||||
|
<a href="https://rinbox.online" className="hover:text-slate-300 transition-colors">rInbox</a>
|
||||||
|
<a href="https://rstack.online" className="hover:text-slate-300 transition-colors">rStack</a>
|
||||||
|
<a href="https://rauctions.online" className="hover:text-slate-300 transition-colors">rAuctions</a>
|
||||||
|
<a href="https://rpubs.online" className="hover:text-slate-300 transition-colors">rPubs</a>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-center text-xs text-slate-600">
|
<p className="text-center text-xs text-slate-600">
|
||||||
Part of the r* ecosystem — collaborative tools for communities.
|
Part of the r* ecosystem — collaborative tools for communities.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue