Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-10 16:37:55 +07:00
parent 75ed8e233b
commit 8908395867
45 changed files with 2528 additions and 365 deletions
+3 -3
View File
@@ -8,15 +8,15 @@ export function Footer() {
<div className="flex flex-col items-center gap-6 md:flex-row md:justify-between">
<div className="flex items-center gap-2">
<BookOpen className="h-5 w-5 text-primary" />
<span className="text-lg font-bold text-foreground">TruyenChu</span>
<span className="text-lg font-bold text-foreground">Virtus's Reader</span>
</div>
<nav className="flex flex-wrap items-center justify-center gap-4 text-sm text-muted-foreground">
<Link href="/" className="transition-colors hover:text-foreground">Trang Chủ</Link>
<Link href="/the-loai" className="transition-colors hover:text-foreground">Thể Loại</Link>
<Link href="/tim-kiem" className="transition-colors hover:text-foreground">Tìm Kiếm</Link>
</nav>
<p className="text-xs text-muted-foreground">
TruyenChu - Đc truyện chữ online
<p className="text-xs text-muted-foreground text-center">
Virtus's Reader - Đc truyện chữ online
</p>
</div>
</div>