import Image from 'next/image'; import styles from './hover-image-card.module.css'; const HoverImageCard = () => { return (

Next JS Path

18-8-2022

{/*Change with Next Image*/} text

Text 1

Text 2

{/*Change with Next Image*/} text

Text 1

Text 2

{/*Change with Next Image*/} text
); }; export default HoverImageCard;