import { Box, Paper, Typography } from '@mui/material'; import Image from 'next/image'; const DataCard = () => { return ( profile Begin Mug in White Simple and beautiful Begin mug. Perfect companion for your next delicious cup of coffee. ); }; export default DataCard;