feat: rebrand site to CineK

This commit is contained in:
ngthanhvu
2026-05-24 22:35:13 +07:00
parent f2479074df
commit 30502c9854
25 changed files with 693 additions and 442 deletions
+4 -4
View File
@@ -33,7 +33,7 @@ const linkGroups = [
v-for="item in socialLinks"
:key="item.label"
type="button"
class="grid size-12 place-items-center rounded-full bg-emerald-400 text-slate-950 shadow-lg shadow-emerald-950/30 transition hover:-translate-y-0.5 hover:bg-white"
class="grid size-12 place-items-center rounded-full bg-yellow-400 text-slate-950 shadow-lg shadow-yellow-950/30 transition hover:-translate-y-0.5 hover:bg-white"
:aria-label="item.label"
>
<component :is="item.icon" class="size-5" />
@@ -47,7 +47,7 @@ const linkGroups = [
v-for="link in group"
:key="link"
to="/phim"
class="block text-slate-100 transition hover:text-emerald-200"
class="block text-slate-100 transition hover:text-yellow-200"
>
{{ link }}
</NuxtLink>
@@ -55,11 +55,11 @@ const linkGroups = [
</div>
<p class="mt-10 max-w-4xl text-sm leading-7 text-slate-300">
KRPHIM - Trang xem phim Hàn Quốc online chất lượng cao miễn phí Vietsub, thuyết minh, lồng tiếng full HD. Kho phim mới cập nhật liên tục t OPhim, NguồnC KKPhim với giao diện xanh Nuxt hiện đại.
CineK - Trang xem phim Hàn Quốc online chất lượng cao với Vietsub, thuyết minh, lồng tiếng trải nghiệm xem mượt trên mọi thiết bị. Kho phim bộ, phim lẻ nội dung mới được cập nhật thường xuyên.
</p>
<p class="mt-7 text-sm text-slate-400">
© {{ currentYear }} KRPHIM
© {{ currentYear }} CineK
</p>
</div>
</footer>