"use client" import Link from "next/link" import { Button } from "@/components/ui/button" export function MobileBookingBar() { return (
) }