import Training from '../components/training' import data from '../initial-data.js' import theme from '../styles/theme' console.log(data) const Home = () => ( <>

Stay in Shape with u-fit

u-fit is a high intensity interval training offered by u-blox.

) export default Home