From 098c63414cac90f58a5f86edd90ff55f1e0265eb Mon Sep 17 00:00:00 2001 From: Johns Beharry Date: Wed, 6 Mar 2024 19:43:32 +0200 Subject: [PATCH] style(home): add scroll notice + change build to launch --- v2/src/app/home/Hero.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v2/src/app/home/Hero.tsx b/v2/src/app/home/Hero.tsx index 247a8bd..51f83f9 100644 --- a/v2/src/app/home/Hero.tsx +++ b/v2/src/app/home/Hero.tsx @@ -55,7 +55,7 @@ export default function Hero() { animate="show" transition={{ ease: "easeIn", - staggerChildren: 0.1, + staggerChildren: 0.6, delayChildren: 2.5, }} className="uppercase ps-16 md:ps-42 text-[40px] md:text-[72px] leading-[1.2]" @@ -65,7 +65,7 @@ export default function Hero() { {" "}
- Build + Launch {" "}
@@ -105,10 +105,10 @@ export default function Hero() { transition={{ delay: 3.5, type: "spring" }} className="flex flex-col items-center bg-white shrink-0" > - {/* SCROLL */} - {/* + SCROLL + - */} +