We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f4653 commit 6e7f4f2Copy full SHA for 6e7f4f2
components/landing/hero.tsx
@@ -104,7 +104,7 @@ export default function Hero() {
104
<p>Organize issues, projects, and product roadmaps.</p>
105
</motion.div>
106
107
- <BlurFade inView delay={1} className=" mt-10 flex gap-x-2">
+ {/* <BlurFade inView delay={1} className=" mt-10 flex gap-x-2">
108
<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]">
109
<input
110
onChange={(e) => {
@@ -124,7 +124,7 @@ export default function Hero() {
124
{!isLoading ? "Join waitlist" : <Image src={spinner} alt="" />}
125
</button>
126
</div>
127
- </BlurFade>
+ </BlurFade> */}
128
129
130
<HomeBanner />
0 commit comments