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:
parent
be94e37e57
commit
e9efc991eb
|
|
@ -14,11 +14,11 @@ const geistMono = localFont({
|
||||||
})
|
})
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'rTube - Community Video Platform',
|
title: 'rTube - Community Video Hosting, Storage & Streaming',
|
||||||
description: 'Self-hosted video recording, live streaming, and storage for rSpace communities. Local-first, zero-knowledge, community-owned.',
|
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'rTube - Community Video Platform',
|
title: 'rTube - Community Video Hosting, Storage & Streaming',
|
||||||
description: 'Self-hosted video recording, live streaming, and storage for rSpace communities.',
|
description: 'Who needs YouTube, when you have (ou)rTube! Self-hosted video recording, live streaming, and storage for rSpace communities.',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
url: 'https://rtube.online',
|
url: 'https://rtube.online',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,12 @@ export default function Home() {
|
||||||
<section className="max-w-6xl mx-auto px-6 pt-20 pb-16">
|
<section className="max-w-6xl mx-auto px-6 pt-20 pb-16">
|
||||||
<div className="text-center max-w-3xl mx-auto">
|
<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">
|
<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>
|
</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.
|
Self-hosted video recording, live streaming, and storage for your rSpace community.
|
||||||
No corporate surveillance. No algorithmic feeds. Just your community's content.
|
No corporate surveillance. No algorithmic feeds. Just your community's content.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue