import { Container, Typography } from '@mui/material'; import Image from 'next/image'; const FeatureItem = ({ image, alt, description }) => { return ( {alt} {description} ); }; export default FeatureItem;