import Weather from '../components/Weather' const location = { latitude: '55.645519', longtitude: '12.549600' } export default function Home() { return (

The weather in Sluseholmen for the next 3 days

); }