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
+8 -9
View File
@@ -1,18 +1,17 @@
<script setup lang="ts">
<script setup lang="ts">
import { Play } from 'lucide-vue-next'
</script>
<template>
<NuxtLink
to="/"
class="group inline-flex h-8 min-w-[100px] shrink-0 flex-row flex-nowrap items-center gap-2 whitespace-nowrap sm:h-10 sm:min-w-[132px] sm:gap-2.5"
aria-label="KR PHIM"
>
<span class="grid size-7 shrink-0 place-items-center rounded-lg border border-emerald-200/80 bg-black/30 text-white shadow-lg shadow-black/20 transition group-hover:border-emerald-300 group-hover:text-emerald-200 sm:size-9">
<NuxtLink to="/"
class="group inline-flex h-8 min-w-24 shrink-0 flex-row flex-nowrap items-center gap-2 whitespace-nowrap sm:h-10 sm:min-w-29.5 sm:gap-2.5"
aria-label="CineK">
<span
class="grid size-7 shrink-0 place-items-center rounded-lg border border-yellow-200/80 bg-black/30 text-white shadow-lg shadow-black/20 transition group-hover:border-yellow-300 group-hover:text-yellow-200 sm:size-9">
<Play class="ml-0.5 size-4 fill-current sm:size-5" />
</span>
<span class="inline-flex items-baseline text-xl font-black uppercase leading-none tracking-tight sm:text-2xl">
<span class="text-emerald-300">KR</span><span class="text-white">PHIM</span>
<span class="inline-flex items-baseline text-xl font-black leading-none tracking-normal sm:text-2xl">
<span class="text-white">Cine</span><span class="text-yellow-300">K</span>
</span>
</NuxtLink>
</template>