Now I can see the full page. Let me make all three changes:
h-full on the CardI've made all three changes:
h-full classes to both the Client and Influencer card containers, Links, motion.divs, and Cards to ensure they stretch to the same height on all screen sizes.pb-4 md:pb-6 to pb-2 md:pb-2 and reduced the footer padding from py-6 md:py-8 to py-4 md:py-6.footerY and footerOpacity) and converted the footer to a motion.footer element with the parallax effect applied, so it smoothly animates into view as you scroll through the page.I removed the flex flex-col from the main container which was causing extra space below the footer. I also increased the bottom padding on the "Why Choose GROWI" section from pb-2 to pb-8 md:pb-12 to add more breathing room between that section and the footer.
You can send messages while the preview loads