import Link from "next/link" import { _ } from "@/lib/translation" import Button from "@/components/TempDesignSystem/Button" import Title from "@/components/Title" import styles from "./emptyUpcomingStays.module.css" export default function EmptyUpcomingStaysBlock() { return (
{_(" You have no upcoming stays.")} <span className={styles.grayTitle}> {" "} {_("Where should you go next?")} </span>
) }