import { e as createAstro, c as createComponent, r as renderComponent, a as renderTemplate, m as maybeRenderHead, b as addAttribute, F as Fragment, u as unescapeHTML } from '../../chunks/astro/server_BfDhyAjM.mjs'; import 'kleur/colors'; import { b as $$Button, $ as $$PageLayout, a as $$Header, h as headerData } from '../../chunks/PageLayout_CDwIBOQs.mjs'; import { $ as $$Hero2 } from '../../chunks/Hero2_IyzHLWsh.mjs'; import { $ as $$Features } from '../../chunks/Features_DJK3TJ_6.mjs'; import { $ as $$Steps2 } from '../../chunks/Steps2_C6F2o1Pc.mjs'; import { $ as $$Content } from '../../chunks/Content_C1F3b01L.mjs'; import { a as $$Icon } from '../../chunks/Icon_C8ArtCuv.mjs'; import { $ as $$Headline } from '../../chunks/Headline_ClseMP2_.mjs'; import { $ as $$WidgetWrapper } from '../../chunks/WidgetWrapper_C6M78dTL.mjs'; import { $ as $$FAQs } from '../../chunks/FAQs_Vju24_pw.mjs'; import { $ as $$BlogLatestPosts } from '../../chunks/BlogLatestPosts_BSq_8-iD.mjs'; export { renderers } from '../../renderers.mjs'; const $$Astro$1 = createAstro("https://www.radio.org.tr"); const $$Pricing = createComponent(async ($$result, $$props, $$slots) => { const Astro2 = $$result.createAstro($$Astro$1, $$props, $$slots); Astro2.self = $$Pricing; const { title = "", subtitle = "", tagline = "", prices = [], 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-7xl mx-auto ${classes?.container ?? ""}`, "bg": bg }, { "default": async ($$result2) => renderTemplate` ${renderComponent($$result2, "Headline", $$Headline, { "title": title, "subtitle": subtitle, "tagline": tagline })} ${maybeRenderHead()}
${subtitle2}
`}