import { Button } from '@scandic-hotels/design-system/Button' import { Chips } from '@scandic-hotels/design-system/Chips' import { ChipButton } from '@scandic-hotels/design-system/ChipButton' import { ChipLink } from '@scandic-hotels/design-system/ChipLink' import { Typography } from '@scandic-hotels/design-system/Typography' import styles from './header.module.css' import type { PressEvent } from 'react-aria-components' export function Header() { const onPress = (e: PressEvent) => alert(e.target.innerHTML) const onClick = (e: React.MouseEvent) => alert(`Link to: ${e.currentTarget.href}`) return (

Nyhavn

Welcome to Nyhavn, Copenhagen's captivating waterfront district! Explore this vibrant area known for its colorful 17th-century townhouses, historic wooden ships, and lively atmosphere. Nyhavn is the perfect spot for dining, culture, and picturesque views, making it a must-visit for every Copenhagen traveler.

Restaurants and bars Kristianshavn Tivoli Gardens See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen See all Copenhagen
) }