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

The weather in Sluseholmen for the next 3 days

); }