--- const { href, size = "lg", style = "primary", class: className, ...rest } = Astro.props; const sizes = { lg: "px-5 py-2.5", }; const styles = { outline: "border-2 border-black hover:bg-black text-black hover:text-white", primary: "bg-black text-white hover:bg-slate-900 border-2 border-transparent", }; ---