mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 17:47:47 +00:00
feat: Update nhiều thứ
This commit is contained in:
@@ -21,7 +21,7 @@ const linkGroups = [
|
||||
|
||||
<template>
|
||||
<footer class="border-t border-white/10 bg-[#07090f] text-white">
|
||||
<div class="mx-auto max-w-[1560px] px-4 py-10 sm:px-6 lg:px-8 xl:px-10">
|
||||
<div class="mx-auto max-w-390 px-4 py-10 sm:px-6 lg:px-8 xl:px-10">
|
||||
<div class="flex flex-col gap-8 lg:flex-row lg:items-center">
|
||||
<div class="flex shrink-0 items-center gap-7">
|
||||
<AppLogo />
|
||||
@@ -29,31 +29,24 @@ const linkGroups = [
|
||||
</div>
|
||||
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<button
|
||||
v-for="item in socialLinks"
|
||||
:key="item.label"
|
||||
type="button"
|
||||
<button v-for="item in socialLinks" :key="item.label" type="button"
|
||||
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"
|
||||
>
|
||||
:aria-label="item.label">
|
||||
<AppIcon :name="item.icon" class="size-5" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-10 flex flex-wrap gap-x-8 gap-y-5 text-sm font-bold">
|
||||
<NuxtLink
|
||||
v-for="[label, path] in linkGroups"
|
||||
:key="label"
|
||||
:to="path"
|
||||
class="text-slate-100 transition hover:text-yellow-200"
|
||||
>
|
||||
<NuxtLink v-for="[label, path] in linkGroups" :key="label" :to="path"
|
||||
class="text-slate-100 transition hover:text-yellow-200">
|
||||
{{ label }}
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
<p class="mt-10 max-w-4xl text-sm leading-7 text-slate-300">
|
||||
CineK - Trang xem phim Hàn Quốc online chất lượng cao với Vietsub, thuyết minh, lồng tiếng và trải nghiệm xem mượt trên mọi thiết bị. Kho phim bộ, phim lẻ và nội dung mới được cập nhật thường xuyên.
|
||||
CineK - Trang xem phim Hàn Quốc online chất lượng cao với Vietsub, thuyết minh, lồng tiếng và trải nghiệm xem
|
||||
mượt trên mọi thiết bị. Kho phim bộ, phim lẻ và nội dung mới được cập nhật thường xuyên.
|
||||
</p>
|
||||
|
||||
<p class="mt-7 text-sm text-slate-400">
|
||||
|
||||
Reference in New Issue
Block a user