import "@scandic-hotels/design-system/current/style.css" import { _ } from "@/lib/translation" import styles from "./bookingButton.module.css" export default function BookingButton({ href }: { href: string }) { return ( {_("Book")} ) }