File tree Expand file tree Collapse file tree
apps/web/src/components/landing-sections Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const Hero = () => {
3838 trackButtonClick ( "Get Started" , "hero" ) ;
3939 } ;
4040 return (
41- < 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 " >
41+ < div className = "w-full min-h-[50dvh] lg:h-[75dvh ] relative overflow-hidden z-10 p-4 lg:p-[60px] flex flex-col items-center justify-center gap-6 " >
4242 < Image
4343 src = "/assets/bgmain.svg"
4444 alt = "background"
@@ -50,7 +50,7 @@ const Hero = () => {
5050 variants = { containerVariants }
5151 initial = "hidden"
5252 animate = "visible"
53- className = "w-full lg:max-w-3xl space-y-3 text-center"
53+ className = "w-full h-max lg:max-w-3xl space-y-1 text-center"
5454 >
5555 < motion . div
5656 variants = { itemVariants }
You can’t perform that action at this time.
0 commit comments