remove image

This commit is contained in:
ErkiKadhafi 2025-01-14 21:48:37 +07:00
parent 7bc6acf0e8
commit a081a8f853

View File

@ -157,8 +157,8 @@ export default function Hero2() {
<HeroPill /> <HeroPill />
<HeroTitles /> <HeroTitles />
<HeroCTA /> <HeroCTA />
<HeroImage /> {/* <HeroImage /> */}
<div className="pointer-events-none absolute inset-x-0 -bottom-12 h-1/3 bg-gradient-to-t from-background via-background to-transparent lg:h-1/4"></div> {/* <div className="pointer-events-none absolute inset-x-0 -bottom-12 h-1/3 bg-gradient-to-t from-background via-background to-transparent lg:h-1/4"></div> */}
</div> </div>
</section> </section>
); );