Hi Shashank,
1. The SubHero Text is too large relatively to other components.
This is in src/components/ui/SubHero.js
I propose to change the h1 tailwind classes from text-3xl sm:text-4xl to text-2xl sm:text-3xl
or better to remove sm:text-4xl and keep just keep text-3xl so it becomes always 3xl in both mobile and desktop
or better use text-[Valuepx] for an exact px value
2. the package "framer-motion" became just "motion" I propose to update it to avoid future problems.
Best regards,
Mostafa
Hi Shashank,
1. The SubHero Text is too large relatively to other components.
This is in src/components/ui/SubHero.js
I propose to change the h1 tailwind classes from
text-3xl sm:text-4xltotext-2xl sm:text-3xlor better to remove
sm:text-4xland keep just keeptext-3xlso it becomes always 3xl in both mobile and desktopor better use text-[Valuepx] for an exact px value
2. the package "framer-motion" became just "motion" I propose to update it to avoid future problems.
Best regards,
Mostafa