This commit is contained in:
koreacomp5
2025-10-24 21:24:51 +09:00
parent 2668ade05f
commit 3d850188fd
14 changed files with 497 additions and 55 deletions

View File

@@ -74,7 +74,7 @@ export function HeroBanner() {
onMouseLeave={() => setIsHovered(false)}
aria-roledescription="carousel"
>
<div className="relative h-56 sm:h-72 md:h-[420px]">
<div className="relative h-56 sm:h-72 md:h-[264px]">
<div
className="flex h-full w-full transition-transform duration-500 ease-out"
style={{ transform: `translate3d(${translatePercent}%, 0, 0)`, width: `${numSlides * 100}%` }}