Merge pull request 'complete layout' (#5) from fahim-dev into main

Reviewed-on: https://git.planpostai.com/planpostai/planpost-landing-v2/pulls/5
This commit is contained in:
smfahim25 2025-04-08 10:17:52 +00:00
commit 03b09838e3

View file

@ -125,7 +125,7 @@ const HeroSection: React.FC = () => {
ease: [0.4, 0, 0.2, 1], ease: [0.4, 0, 0.2, 1],
delay: 0.4, delay: 0.4,
}} }}
className="absolute top-[142px] left-[77px] social-icons-pp z-20" className="absolute top-[77px] left-[70px] lg:top-[142px] lg:left-[77px] social-icons-pp z-20"
> >
<motion.div <motion.div
animate={{ animate={{
@ -143,6 +143,7 @@ const HeroSection: React.FC = () => {
alt="Social Icons" alt="Social Icons"
height={500} height={500}
width={500} width={500}
className="w-[300px] h-[200px] lg:w-[500px] lg:h-[500px] object-contain"
/> />
</motion.div> </motion.div>
</motion.div> </motion.div>