import React from 'react'; import { Box, Button, TextField, InputAdornment, Typography } from '@mui/material'; const NewsLetter = () => { return ( Let's Stay in touch Enjoy 15% off your first order when you join our mailing list. ) }} /> We respect your privacy, so we never share your info. ); }; export default NewsLetter;