@burdenoff/website-sdk 2026.516.9 → 2026.516.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1693,7 +1693,7 @@ function PricingSection(props) {
1693
1693
  /* @__PURE__ */ jsxs("div", { className: "text-center mb-8 sm:mb-12", children: [
1694
1694
  /* @__PURE__ */ jsx("h2", { className: "text-2xl sm:text-3xl md:text-4xl font-bold mb-3 sm:mb-4", children: sectionHeading }),
1695
1695
  /* @__PURE__ */ jsx("p", { className: "text-muted-foreground text-sm sm:text-base md:text-lg mb-6", children: sectionSubtitle }),
1696
- props.showAudienceTabs && /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center bg-muted p-1.5 rounded-xl mb-4", children: [
1696
+ props.showAudienceTabs && /* @__PURE__ */ jsx("div", { className: "flex justify-center mb-4", children: /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center bg-muted p-1.5 rounded-xl", children: [
1697
1697
  /* @__PURE__ */ jsx(
1698
1698
  "button",
1699
1699
  {
@@ -1712,8 +1712,8 @@ function PricingSection(props) {
1712
1712
  children: "Enterprise"
1713
1713
  }
1714
1714
  )
1715
- ] }),
1716
- (audience === "individual" || !props.showAudienceTabs) && /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center bg-muted/60 p-1.5 rounded-xl", children: [
1715
+ ] }) }),
1716
+ (audience === "individual" || !props.showAudienceTabs) && /* @__PURE__ */ jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ jsxs("div", { className: "inline-flex items-center bg-muted/60 p-1.5 rounded-xl", children: [
1717
1717
  /* @__PURE__ */ jsx(
1718
1718
  "button",
1719
1719
  {
@@ -1732,7 +1732,7 @@ function PricingSection(props) {
1732
1732
  children: "Yearly"
1733
1733
  }
1734
1734
  )
1735
- ] })
1735
+ ] }) })
1736
1736
  ] }),
1737
1737
  props.showAudienceTabs && audience === "enterprise" && /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-3xl text-center mb-8", children: [
1738
1738
  /* @__PURE__ */ jsx("h3", { className: "text-xl sm:text-2xl font-bold text-foreground", children: props.enterpriseHeading || "Enterprise Solutions" }),