Merge branch 'main' of https://git.parchlinux.com/web/parch-cast into hover-animation

This commit is contained in:
Mobin 2025-03-31 13:21:36 +03:30
commit beb5eb16eb
13 changed files with 1077 additions and 30 deletions

View file

@ -35,11 +35,11 @@ export function PodcastHero() {
<div className="flex flex-col gap-2 min-[400px]:flex-row">
<Button
size="lg"
className="border-parch [&::before]:!size-[12rem] cursor-pointer"
className="border-parch [&::before]:!size-[12rem] cursor-pointer"
>
<div className="border-parch-inner !bg-white text-blue-parch flex items-center p-2 !text-black ![background:white]">
<span>اکنون گوش کن</span>
<Play className="h-4 w-4" />
<span>اکنون گوش کن</span>
<Play className="h-4 w-4" />
</div>
</Button>
</div>