feat: update tagline — Community Video Hosting, Storage & Streaming

Who needs YouTube, when you have (ou)rTube!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-15 10:22:41 -07:00
parent be94e37e57
commit e9efc991eb
2 changed files with 9 additions and 6 deletions

View File

@ -14,11 +14,11 @@ const geistMono = localFont({
})
export const metadata: Metadata = {
title: 'rTube - Community Video Platform',
description: 'Self-hosted video recording, live streaming, and storage for rSpace communities. Local-first, zero-knowledge, community-owned.',
title: 'rTube - Community Video Hosting, Storage & Streaming',
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
openGraph: {
title: 'rTube - Community Video Platform',
description: 'Self-hosted video recording, live streaming, and storage for rSpace communities.',
title: 'rTube - Community Video Hosting, Storage & Streaming',
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
type: 'website',
url: 'https://rtube.online',
},

View File

@ -33,9 +33,12 @@ export default function Home() {
<section className="max-w-6xl mx-auto px-6 pt-20 pb-16">
<div className="text-center max-w-3xl mx-auto">
<h1 className="text-5xl font-bold mb-6 bg-gradient-to-r from-red-400 via-pink-300 to-orange-300 bg-clip-text text-transparent">
Community Video Platform
Community Video Hosting, Storage & Streaming
</h1>
<p className="text-xl text-slate-300 mb-8 leading-relaxed">
<p className="text-xl text-slate-300 mb-4 leading-relaxed">
Who needs YouTube, when you have (ou)rTube!
</p>
<p className="text-base text-slate-400 mb-8 leading-relaxed">
Self-hosted video recording, live streaming, and storage for your rSpace community.
No corporate surveillance. No algorithmic feeds. Just your community&apos;s content.
</p>