import { e as createAstro, c as createComponent, r as renderComponent, a as renderTemplate, m as maybeRenderHead, F as Fragment, u as unescapeHTML } from './astro/server_BfDhyAjM.mjs'; import 'kleur/colors'; import { $ as $$WidgetWrapper } from './WidgetWrapper_C6M78dTL.mjs'; import { $ as $$Headline } from './Headline_ClseMP2_.mjs'; import { b as $$Button } from './PageLayout_CDwIBOQs.mjs'; const $$Astro = createAstro("https://www.radio.org.tr"); const $$CallToAction = createComponent(async ($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro, $$props, $$slots); Astro2.self = $$CallToAction; const { title = await Astro2.slots.render("title"), subtitle = await Astro2.slots.render("subtitle"), tagline = await Astro2.slots.render("tagline"), actions = await Astro2.slots.render("actions"), 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` ${maybeRenderHead()}