Skip to content

Commit 6e7f4f2

Browse files
modified hero
1 parent 15f4653 commit 6e7f4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/landing/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default function Hero() {
104104
<p>Organize issues, projects, and product roadmaps.</p>
105105
</motion.div>
106106

107-
<BlurFade inView delay={1} className=" mt-10 flex gap-x-2">
107+
{/* <BlurFade inView delay={1} className=" mt-10 flex gap-x-2">
108108
<div className="border border-[#686464] h-10 md:h-12 w-fit bg-[#121212a6] flex items-center p-1 rounded-full shadow-2xl shadow-[#7b7a7f74]">
109109
<input
110110
onChange={(e) => {
@@ -124,7 +124,7 @@ export default function Hero() {
124124
{!isLoading ? "Join waitlist" : <Image src={spinner} alt="" />}
125125
</button>
126126
</div>
127-
</BlurFade>
127+
</BlurFade> */}
128128
</div>
129129
</div>
130130
<HomeBanner />

0 commit comments

Comments
 (0)