import { e as createAstro, c as createComponent, m as maybeRenderHead, b as addAttribute, u as unescapeHTML, a as renderTemplate } from './astro/server_BfDhyAjM.mjs'; import 'kleur/colors'; import 'clsx'; import { twMerge } from 'tailwind-merge'; const $$Astro = createAstro("https://www.radio.org.tr"); const $$Headline = createComponent(async ($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$Headline; const { title = await Astro2.slots.render("title"), subtitle = await Astro2.slots.render("subtitle"), tagline, classes = {} } = Astro2.props; const { container: containerClass = "max-w-3xl", title: titleClass = "text-3xl md:text-4xl ", subtitle: subtitleClass = "text-xl" } = classes; return renderTemplate`${(title || subtitle || tagline) && renderTemplate`${maybeRenderHead()}
${unescapeHTML(tagline)}
`}${title && renderTemplate`${unescapeHTML(subtitle)}
`}