Skip to content

Commit

Permalink
style(home): add scroll notice + change build to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsBeharry committed Mar 6, 2024
1 parent edb3faf commit 098c634
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions v2/src/app/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand All @@ -65,7 +65,7 @@ export default function Hero() {
</motion.span>{" "}
<br />
<motion.span className="inline-block" variants={headTextWords}>
Build
Launch
</motion.span>{" "}
<br />
<motion.span className="inline-block" variants={headTextWords}>
Expand Down Expand Up @@ -105,10 +105,10 @@ export default function Hero() {
transition={{ delay: 3.5, type: "spring" }}
className="flex flex-col items-center bg-white shrink-0"
>
{/* <span className="justify-self-center mb-10">SCROLL</span> */}
{/* <span className="justify-self-center mb-10">
<span className="justify-self-center mb-10">SCROLL</span>
<span className="justify-self-center mb-10">
<Image src={ArrowDown} alt="" />
</span> */}
</span>
</motion.p>
<motion.p
initial={{ opacity: 0, y: 20 }}
Expand Down

0 comments on commit 098c634

Please sign in to comment.