import { e as createAstro, c as createComponent, r as renderComponent, a as renderTemplate, m as maybeRenderHead } from './astro/server_BfDhyAjM.mjs'; import 'kleur/colors'; import { $ as $$WidgetWrapper } from './WidgetWrapper_C6M78dTL.mjs'; import { $ as $$Headline } from './Headline_ClseMP2_.mjs'; import { a as $$Icon } from './Icon_C8ArtCuv.mjs'; const $$Astro = createAstro("https://www.radio.org.tr"); const $$Stats = createComponent(async ($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$Stats; const { title = await Astro2.slots.render("title"), subtitle = await Astro2.slots.render("subtitle"), tagline, stats = [], id, isDark = false, classes = {}, bg = await Astro2.slots.render("bg") } = Astro2.props; return renderTemplate`${renderComponent($$result, "WidgetWrapper", $$WidgetWrapper, { "id": id, "isDark": isDark, "containerClass": `max-w-6xl mx-auto ${classes?.container ?? ""}`, "bg": bg }, { "default": async ($$result2) => renderTemplate` ${renderComponent($$result2, "Headline", $$Headline, { "title": title, "subtitle": subtitle, "tagline": tagline })} ${maybeRenderHead()}