import Link from "next/link";
export function MobileBook() { return <div className="fixed inset-x-0 bottom-0 z-50 border-t border-ink/10 bg-cream/95 p-3 backdrop-blur lg:hidden"><Link href="/book" className="btn-dark w-full">Appointment inquiry</Link></div>; }
