Merge version_1 into main #2
@@ -21,8 +21,7 @@ export default function WatchPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "All Series", href: "/series" },
|
||||
{ label: "Schedule", href: "/schedule" },
|
||||
@@ -30,24 +29,21 @@ export default function WatchPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Telegram Group", href: "https://t.me/comiknarrik" },
|
||||
{ label: "Discord Server", href: "https://discord.gg/comiknarrik" },
|
||||
{ label: "Feature Requests", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Video Embed Providers", href: "#" },
|
||||
{ label: "Server Status", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms & Conditions", href: "/terms" },
|
||||
{ label: "DMCA Policy", href: "/dmca" },
|
||||
@@ -107,7 +103,7 @@ export default function WatchPage() {
|
||||
<p className="text-foreground/70 leading-relaxed">
|
||||
Experience the latest episode of {series} with crystal-clear streaming quality.
|
||||
Our multi-server infrastructure ensures zero buffering and instant playback.
|
||||
With automatic fallback systems, you'll never miss a moment of your favorite Donghua.
|
||||
With automatic fallback systems, you will never miss a moment of your favorite Donghua.
|
||||
</p>
|
||||
<div className="mt-6">
|
||||
<h3 className="text-lg font-semibold text-foreground mb-3">Episode Details</h3>
|
||||
@@ -125,7 +121,7 @@ export default function WatchPage() {
|
||||
<div className="space-y-4">
|
||||
<div>
|
||||
<p className="text-foreground/50 text-sm">Average Load Time</p>
|
||||
<p className="text-2xl font-bold text-primary-cta">< 1.5s</p>
|
||||
<p className="text-2xl font-bold text-primary-cta">1.5s</p>
|
||||
</div>
|
||||
<div>
|
||||
<p className="text-foreground/50 text-sm">Quality</p>
|
||||
|
||||
Reference in New Issue
Block a user