import { ReactNode } from 'react' import { Button } from '@/components/ui/button' import Link from 'next/link' import { Calendar, User } from 'lucide-react' export default function BookingLayout({ children, }: { children: ReactNode }) { return ( <> ANCHOR:23 Reservar Mis Citas Perfil Iniciar Sesión {children} > ) }