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