Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added ExecImage component with hover and touch functionality. - Created ExecImage component to display executive images with hover and touch effects. - Integrated Next.js Image component for optimized image loading. - Added props for executive title and name, displayed on hover and touch. - Implemented CSS for hover effect and text overlay. - Created Storybook stories for visual testing and documentation. - Added ExecImageList component to render multiple ExecImage components using an array. * prettier and codegen * Refactored ExecImage component and its CSS to avoid using JavaScript for hover effects, using Tailwind CSS. * adjusted colour css * adjusted colour css
- Loading branch information