We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf574e commit 82c03bfCopy full SHA for 82c03bf
1 file changed
apps/web/src/components/landing-sections/Hero.tsx
@@ -9,7 +9,6 @@ import { useAnalytics } from "@/hooks/useAnalytics";
9
10
const Hero = () => {
11
const { trackButtonClick } = useAnalytics();
12
-
13
// Container variants for staggered children animation
14
const containerVariants = {
15
hidden: { opacity: 0 },
@@ -38,7 +37,6 @@ const Hero = () => {
38
37
const handleGetStartedClick = () => {
39
trackButtonClick("Get Started", "hero");
40
};
41
42
return (
43
<div className="w-full min-h-[50dvh] lg:h-[69dvh] relative overflow-hidden z-10 p-4 lg:p-[60px] flex flex-col items-center justify-center gap-6 ">
44
<Image
0 commit comments