feat: update server URLs to jefflix.lol domain
Change media server links from jeffemmett.com to jefflix.lol subdomains: - movies.jefflix.lol for movies - shows.jefflix.lol for TV shows - music.jefflix.lol for music 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
737de72645
commit
92bb2c3d9a
12
app/page.tsx
12
app/page.tsx
|
|
@ -51,7 +51,7 @@ export default function JefflixPage() {
|
|||
className="text-lg px-8 py-6 font-bold bg-red-600 hover:bg-red-700 text-white"
|
||||
variant="default"
|
||||
>
|
||||
<a href="https://movies.jeffemmett.com">
|
||||
<a href="https://movies.jefflix.lol">
|
||||
<Film className="mr-2 h-5 w-5" />
|
||||
Movies
|
||||
</a>
|
||||
|
|
@ -62,7 +62,7 @@ export default function JefflixPage() {
|
|||
className="text-lg px-8 py-6 font-bold bg-blue-600 hover:bg-blue-700 text-white"
|
||||
variant="default"
|
||||
>
|
||||
<a href="https://movies.jeffemmett.com">
|
||||
<a href="https://shows.jefflix.lol">
|
||||
<Tv className="mr-2 h-5 w-5" />
|
||||
Shows
|
||||
</a>
|
||||
|
|
@ -73,7 +73,7 @@ export default function JefflixPage() {
|
|||
className="text-lg px-8 py-6 font-bold bg-green-600 hover:bg-green-700 text-white"
|
||||
variant="outline"
|
||||
>
|
||||
<a href="https://music.jeffemmett.com">
|
||||
<a href="https://music.jefflix.lol">
|
||||
<Music className="mr-2 h-5 w-5" />
|
||||
Music
|
||||
</a>
|
||||
|
|
@ -205,7 +205,7 @@ export default function JefflixPage() {
|
|||
</div>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center pt-6">
|
||||
<Button asChild size="lg" className="text-lg px-8 py-6 font-bold bg-red-600 hover:bg-red-700 text-white">
|
||||
<a href="https://movies.jeffemmett.com">
|
||||
<a href="https://movies.jefflix.lol">
|
||||
<Film className="mr-2 h-5 w-5" />
|
||||
Movies
|
||||
</a>
|
||||
|
|
@ -215,7 +215,7 @@ export default function JefflixPage() {
|
|||
size="lg"
|
||||
className="text-lg px-8 py-6 font-bold bg-blue-600 hover:bg-blue-700 text-white"
|
||||
>
|
||||
<a href="https://movies.jeffemmett.com">
|
||||
<a href="https://shows.jefflix.lol">
|
||||
<Tv className="mr-2 h-5 w-5" />
|
||||
Shows
|
||||
</a>
|
||||
|
|
@ -225,7 +225,7 @@ export default function JefflixPage() {
|
|||
size="lg"
|
||||
className="text-lg px-8 py-6 font-bold bg-green-600 hover:bg-green-700 text-white"
|
||||
>
|
||||
<a href="https://music.jeffemmett.com">
|
||||
<a href="https://music.jefflix.lol">
|
||||
<Music className="mr-2 h-5 w-5" />
|
||||
Music
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue