b
This commit is contained in:
@@ -11,7 +11,7 @@ export default function HomePageClient({ initialProjects }: { initialProjects: a
|
||||
useEffect(() => {
|
||||
const reveal = setTimeout(() => setIsRevealed(true), 500)
|
||||
const move = setTimeout(() => setIsAtCorners(true), 2500)
|
||||
|
||||
|
||||
return () => {
|
||||
clearTimeout(reveal)
|
||||
clearTimeout(move)
|
||||
@@ -22,10 +22,10 @@ export default function HomePageClient({ initialProjects }: { initialProjects: a
|
||||
|
||||
return (
|
||||
<main className="relative h-screen w-full bg-white overflow-hidden">
|
||||
|
||||
|
||||
<div className="absolute inset-0 z-50 pointer-events-none">
|
||||
<div className="relative w-full h-full">
|
||||
|
||||
|
||||
<motion.div
|
||||
animate={{
|
||||
top: isAtCorners ? "100%" : "50%",
|
||||
@@ -47,7 +47,7 @@ export default function HomePageClient({ initialProjects }: { initialProjects: a
|
||||
transition={{ duration: 0.8, ease: "easeInOut" }}
|
||||
className="text-[10vw] md:text-[8vw] font-bebas leading-[0.75] text-black tracking-tighter whitespace-nowrap"
|
||||
>
|
||||
AYÇA NUR TURHAN
|
||||
AYÇA NUR TURAN
|
||||
</motion.h1>
|
||||
|
||||
<motion.h1
|
||||
|
||||
Reference in New Issue
Block a user