import * as React from 'react'; import Box from '@mui/material/Box'; import Grid from '@mui/material/Grid'; import Container from '@mui/material/Container'; import Typography from '../components/Typography'; const item = { display: 'flex', flexDirection: 'column', alignItems: 'center', px: 5, }; function ProductValues() { return ( The best luxury hotels { 'From the latest trendy boutique hotel to the iconic palace with XXL pool' } { ', go for a mini-vacation just a few subway stops away from your home.' } New experiences { 'Privatize a pool, take a Japanese bath or wake up in 900m2 of garden… ' } {'your Sundays will not be alike.'} Exclusive rates {'By registering, you will access specially negotiated rates '} {'that you will not find anywhere else.'} ); } export default ProductValues;