@opensite/ui 2.7.4 → 2.7.6

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.
Files changed (35) hide show
  1. package/dist/about-network-spotlight.cjs +1 -2
  2. package/dist/about-network-spotlight.js +1 -2
  3. package/dist/about-story-expertise.cjs +33 -43
  4. package/dist/about-story-expertise.js +33 -43
  5. package/dist/blog-tech-insights.cjs +2 -2
  6. package/dist/blog-tech-insights.js +2 -2
  7. package/dist/cta-case-study-testimonial.cjs +6 -41
  8. package/dist/cta-case-study-testimonial.d.cts +3 -10
  9. package/dist/cta-case-study-testimonial.d.ts +3 -10
  10. package/dist/cta-case-study-testimonial.js +6 -41
  11. package/dist/cta-documentation-links.cjs +6 -31
  12. package/dist/cta-documentation-links.d.cts +1 -1
  13. package/dist/cta-documentation-links.d.ts +1 -1
  14. package/dist/cta-documentation-links.js +6 -31
  15. package/dist/cta-enterprise-split.cjs +4 -3
  16. package/dist/cta-enterprise-split.d.cts +1 -1
  17. package/dist/cta-enterprise-split.d.ts +1 -1
  18. package/dist/cta-enterprise-split.js +4 -3
  19. package/dist/cta-feature-cards-grid.cjs +9 -46
  20. package/dist/cta-feature-cards-grid.d.cts +1 -1
  21. package/dist/cta-feature-cards-grid.d.ts +1 -1
  22. package/dist/cta-feature-cards-grid.js +9 -46
  23. package/dist/cta-feature-checklist.cjs +666 -687
  24. package/dist/cta-feature-checklist.d.cts +1 -1
  25. package/dist/cta-feature-checklist.d.ts +1 -1
  26. package/dist/cta-feature-checklist.js +665 -686
  27. package/dist/feature-animated-carousel.cjs +1 -1
  28. package/dist/feature-animated-carousel.js +1 -1
  29. package/dist/hero-ad-campaign-expert.cjs +54 -36
  30. package/dist/hero-ad-campaign-expert.js +54 -36
  31. package/dist/registry.cjs +176 -199
  32. package/dist/registry.js +176 -199
  33. package/dist/stats-impact-grid.cjs +48 -39
  34. package/dist/stats-impact-grid.js +48 -39
  35. package/package.json +1 -1
package/dist/registry.js CHANGED
@@ -8997,12 +8997,12 @@ function AboutStoryExpertise({
8997
8997
  {
8998
8998
  className: cn(
8999
8999
  "bg-card text-card-foreground",
9000
- "rounded-2xl border border-border/60 p-6 shadow-xl",
9000
+ "rounded-2xl border p-5 shadow-xl",
9001
9001
  highlightClassName
9002
9002
  ),
9003
9003
  children: [
9004
- /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center gap-4", children: [
9005
- /* @__PURE__ */ jsx("div", { className: "flex h-12 w-12 items-center justify-center rounded-full bg-primary text-primary-foreground", children: highlight.icon }),
9004
+ /* @__PURE__ */ jsxs("div", { className: "mb-3 flex items-center gap-3 md:gap-4", children: [
9005
+ /* @__PURE__ */ jsx("div", { className: "flex size-12 items-center justify-center rounded-full bg-primary text-primary-foreground shrink-0", children: highlight.icon }),
9006
9006
  /* @__PURE__ */ jsxs("div", { children: [
9007
9007
  highlight.label && (typeof highlight.label === "string" ? /* @__PURE__ */ jsx(
9008
9008
  "p",
@@ -9013,7 +9013,7 @@ function AboutStoryExpertise({
9013
9013
  children: highlight.label
9014
9014
  }
9015
9015
  ) : highlight.label),
9016
- highlight.title && (typeof highlight.title === "string" ? /* @__PURE__ */ jsx("div", { className: "text-lg font-bold", children: highlight.title }) : highlight.title)
9016
+ highlight.title && (typeof highlight.title === "string" ? /* @__PURE__ */ jsx("div", { className: "text-lg font-bold leading-tight", children: highlight.title }) : highlight.title)
9017
9017
  ] })
9018
9018
  ] }),
9019
9019
  highlight.description && (typeof highlight.description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-sm"), children: highlight.description }) : highlight.description)
@@ -9078,9 +9078,9 @@ function AboutStoryExpertise({
9078
9078
  whileInView: { opacity: 1, x: 0 },
9079
9079
  viewport: { once: true, margin: "-50px" },
9080
9080
  transition: { duration: 0.5 },
9081
- className: "order-2 space-y-6 lg:order-1",
9081
+ className: "order-2 space-y-8 lg:order-1",
9082
9082
  children: [
9083
- /* @__PURE__ */ jsxs("div", { children: [
9083
+ /* @__PURE__ */ jsxs("div", { className: "space-y-6", children: [
9084
9084
  eyebrow && (typeof eyebrow === "string" ? /* @__PURE__ */ jsx(
9085
9085
  "p",
9086
9086
  {
@@ -9127,7 +9127,7 @@ function AboutStoryExpertise({
9127
9127
  {
9128
9128
  className: cn(
9129
9129
  "relative overflow-hidden rounded-3xl",
9130
- "border border-border shadow-2xl aspect-square",
9130
+ "shadow-2xl aspect-square",
9131
9131
  imageClassName
9132
9132
  ),
9133
9133
  children: [
@@ -9140,48 +9140,38 @@ function AboutStoryExpertise({
9140
9140
  optixFlowConfig
9141
9141
  }
9142
9142
  ),
9143
- /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-linear-to-tr from-foreground/60 via-transparent to-transparent" }),
9144
- /* @__PURE__ */ jsx("div", { className: "absolute bottom-6 left-6 right-6", children: highlightContent })
9143
+ /* @__PURE__ */ jsx("div", { className: "absolute bottom-4 md:bottom-6 left-4 md:left-6 right-4 md:right-6", children: highlightContent })
9145
9144
  ]
9146
9145
  }
9147
9146
  )
9148
9147
  }
9149
9148
  )
9150
9149
  ] }),
9151
- /* @__PURE__ */ jsxs(
9152
- "div",
9153
- {
9154
- className: cn(
9155
- "mt-20 rounded-3xl p-8 md:p-12",
9156
- expertiseSectionClassName
9157
- ),
9158
- children: [
9159
- /* @__PURE__ */ jsxs("div", { className: "text-center", children: [
9160
- expertiseHeading && (typeof expertiseHeading === "string" ? /* @__PURE__ */ jsx(
9161
- "h3",
9162
- {
9163
- className: cn(
9164
- "mt-2 text-2xl font-bold md:text-3xl",
9165
- expertiseHeadingClassName
9166
- ),
9167
- children: expertiseHeading
9168
- }
9169
- ) : expertiseHeading),
9170
- expertiseDescription && (typeof expertiseDescription === "string" ? /* @__PURE__ */ jsx(
9171
- "p",
9172
- {
9173
- className: cn(
9174
- "mx-auto mt-3 max-w-2xl",
9175
- expertiseDescriptionClassName
9176
- ),
9177
- children: expertiseDescription
9178
- }
9179
- ) : expertiseDescription)
9180
- ] }),
9181
- expertiseAreasContent
9182
- ]
9183
- }
9184
- )
9150
+ /* @__PURE__ */ jsxs("div", { className: cn("mt-20 rounded-3xl", expertiseSectionClassName), children: [
9151
+ /* @__PURE__ */ jsxs("div", { className: "text-center", children: [
9152
+ expertiseHeading && (typeof expertiseHeading === "string" ? /* @__PURE__ */ jsx(
9153
+ "h3",
9154
+ {
9155
+ className: cn(
9156
+ "mt-2 text-2xl font-bold md:text-3xl",
9157
+ expertiseHeadingClassName
9158
+ ),
9159
+ children: expertiseHeading
9160
+ }
9161
+ ) : expertiseHeading),
9162
+ expertiseDescription && (typeof expertiseDescription === "string" ? /* @__PURE__ */ jsx(
9163
+ "p",
9164
+ {
9165
+ className: cn(
9166
+ "mx-auto mt-3 max-w-2xl",
9167
+ expertiseDescriptionClassName
9168
+ ),
9169
+ children: expertiseDescription
9170
+ }
9171
+ ) : expertiseDescription)
9172
+ ] }),
9173
+ expertiseAreasContent
9174
+ ] })
9185
9175
  ]
9186
9176
  }
9187
9177
  );
@@ -9299,8 +9289,7 @@ function AboutNetworkSpotlight({
9299
9289
  optixFlowConfig
9300
9290
  }
9301
9291
  ),
9302
- /* @__PURE__ */ jsx("div", { className: "absolute inset-0 bg-linear-to-tr from-black/70 via-transparent to-transparent" }),
9303
- /* @__PURE__ */ jsx("div", { className: "absolute bottom-2 md:bottom-6 left-2 md:left-6 right-2 md:right-6", children: spotlightCardContent })
9292
+ /* @__PURE__ */ jsx("div", { className: "absolute bottom-4 md:bottom-6 left-4 md:left-6 right-4 md:right-6", children: spotlightCardContent })
9304
9293
  ] })
9305
9294
  }
9306
9295
  ),
@@ -9693,7 +9682,6 @@ function CtaDocumentationLinks({
9693
9682
  links,
9694
9683
  linksSlot,
9695
9684
  className,
9696
- containerClassName,
9697
9685
  cardClassName,
9698
9686
  contentClassName,
9699
9687
  headingClassName,
@@ -9702,7 +9690,8 @@ function CtaDocumentationLinks({
9702
9690
  linksClassName,
9703
9691
  linkCardClassName,
9704
9692
  background,
9705
- spacing,
9693
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
9694
+ spacing = "py-32 md:py-32",
9706
9695
  pattern,
9707
9696
  patternOpacity
9708
9697
  }) {
@@ -9770,7 +9759,7 @@ function CtaDocumentationLinks({
9770
9759
  )),
9771
9760
  /* @__PURE__ */ jsxs("div", { children: [
9772
9761
  link.title && /* @__PURE__ */ jsx("h5", { className: "mb-2 leading-4 font-medium", children: link.title }),
9773
- link.description && /* @__PURE__ */ jsx("p", { className: cn("text-sm", getTextColor(background, "muted")), children: link.description })
9762
+ link.description && /* @__PURE__ */ jsx("p", { className: cn("text-sm"), children: link.description })
9774
9763
  ] })
9775
9764
  ] }),
9776
9765
  /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-right", size: 24 })
@@ -9786,7 +9775,8 @@ function CtaDocumentationLinks({
9786
9775
  className: cn(className),
9787
9776
  pattern,
9788
9777
  patternOpacity,
9789
- children: /* @__PURE__ */ jsx("div", { className: cn("container", containerClassName), children: /* @__PURE__ */ jsxs(
9778
+ containerClassName,
9779
+ children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs(
9790
9780
  "div",
9791
9781
  {
9792
9782
  className: cn(
@@ -9805,7 +9795,7 @@ function CtaDocumentationLinks({
9805
9795
  children: heading
9806
9796
  }
9807
9797
  ) : /* @__PURE__ */ jsx("div", { className: cn("mb-2", headingClassName), children: heading })),
9808
- description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn(getTextColor(background, "muted"), descriptionClassName), children: description }) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
9798
+ description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn(descriptionClassName), children: description }) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
9809
9799
  actionsContent
9810
9800
  ] }),
9811
9801
  linksContent
@@ -9823,7 +9813,6 @@ function CtaFeatureChecklist({
9823
9813
  items,
9824
9814
  itemsSlot,
9825
9815
  className,
9826
- containerClassName,
9827
9816
  cardClassName,
9828
9817
  contentClassName,
9829
9818
  headingClassName,
@@ -9832,39 +9821,11 @@ function CtaFeatureChecklist({
9832
9821
  checklistClassName,
9833
9822
  checklistItemClassName,
9834
9823
  background,
9835
- spacing,
9824
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
9825
+ spacing = "py-32 md:py-32",
9836
9826
  pattern,
9837
9827
  patternOpacity
9838
9828
  }) {
9839
- const actionsContent = useMemo(() => {
9840
- if (actionsSlot) return actionsSlot;
9841
- if (!actions || actions.length === 0) return null;
9842
- return /* @__PURE__ */ jsx("div", { className: cn("mt-6", actionsClassName), children: actions.map((action, index) => /* @__PURE__ */ jsxs(
9843
- Pressable,
9844
- {
9845
- href: action.href,
9846
- onClick: action.onClick,
9847
- variant: action.variant,
9848
- size: action.size,
9849
- className: action.className,
9850
- "aria-label": action["aria-label"],
9851
- asButton: true,
9852
- children: [
9853
- action.icon,
9854
- action.children ?? action.label,
9855
- action.iconAfter ?? /* @__PURE__ */ jsx(
9856
- DynamicIcon,
9857
- {
9858
- name: "lucide/arrow-right",
9859
- size: 16,
9860
- className: "ml-2"
9861
- }
9862
- )
9863
- ]
9864
- },
9865
- index
9866
- )) });
9867
- }, [actionsSlot, actions, actionsClassName]);
9868
9829
  const checklistContent = useMemo(() => {
9869
9830
  if (itemsSlot) return itemsSlot;
9870
9831
  if (!items || items.length === 0) return null;
@@ -9910,13 +9871,12 @@ function CtaFeatureChecklist({
9910
9871
  className: cn(className),
9911
9872
  pattern,
9912
9873
  patternOpacity,
9913
- children: /* @__PURE__ */ jsx("div", { className: cn("container mx-auto", containerClassName), children: /* @__PURE__ */ jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ jsx("div", { className: "max-w-5xl", children: /* @__PURE__ */ jsxs(
9874
+ containerClassName,
9875
+ children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ jsx("div", { className: "max-w-5xl", children: /* @__PURE__ */ jsxs(
9914
9876
  "div",
9915
9877
  {
9916
9878
  className: cn(
9917
9879
  "flex flex-col items-start justify-between gap-8 rounded-lg px-6 py-10 md:flex-row lg:px-20 lg:py-16",
9918
- getNestedCardBg(background),
9919
- getNestedCardTextColor(background),
9920
9880
  cardClassName
9921
9881
  ),
9922
9882
  children: [
@@ -9930,15 +9890,16 @@ function CtaFeatureChecklist({
9930
9890
  ),
9931
9891
  children: heading
9932
9892
  }
9933
- ) : /* @__PURE__ */ jsx("div", { className: cn("mb-1", headingClassName), children: heading })),
9934
- description && (typeof description === "string" ? /* @__PURE__ */ jsx(
9935
- "p",
9893
+ ) : heading),
9894
+ description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn(descriptionClassName), children: description }) : description),
9895
+ /* @__PURE__ */ jsx(
9896
+ BlockActions,
9936
9897
  {
9937
- className: cn(getTextColor(background, "muted"), descriptionClassName),
9938
- children: description
9898
+ actions,
9899
+ actionsClassName,
9900
+ actionsSlot
9939
9901
  }
9940
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
9941
- actionsContent
9902
+ )
9942
9903
  ] }),
9943
9904
  /* @__PURE__ */ jsx("div", { className: "md:w-1/3", children: checklistContent })
9944
9905
  ]
@@ -10587,7 +10548,6 @@ function CtaFeatureCardsGrid({
10587
10548
  features,
10588
10549
  featuresSlot,
10589
10550
  className,
10590
- containerClassName,
10591
10551
  contentClassName,
10592
10552
  headingClassName,
10593
10553
  descriptionClassName,
@@ -10595,7 +10555,8 @@ function CtaFeatureCardsGrid({
10595
10555
  featuresClassName,
10596
10556
  featureCardClassName,
10597
10557
  background,
10598
- spacing,
10558
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
10559
+ spacing = "py-32 md:py-32",
10599
10560
  pattern,
10600
10561
  patternOpacity
10601
10562
  }) {
@@ -10645,16 +10606,9 @@ function CtaFeatureCardsGrid({
10645
10606
  {
10646
10607
  className: cn("p-6 text-center", featureCardClassName),
10647
10608
  children: [
10648
- (feature.icon || feature.iconName) && /* @__PURE__ */ jsx("div", { className: "mx-auto mb-4 flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10", children: feature.icon ?? /* @__PURE__ */ jsx(
10649
- DynamicIcon,
10650
- {
10651
- name: feature.iconName || "",
10652
- size: 24,
10653
- className: getAccentColor(background)
10654
- }
10655
- ) }),
10609
+ (feature.icon || feature.iconName) && /* @__PURE__ */ jsx("div", { className: "mx-auto mb-4 flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10", children: feature.icon ?? /* @__PURE__ */ jsx(DynamicIcon, { name: feature.iconName || "", size: 24 }) }),
10656
10610
  feature.title && /* @__PURE__ */ jsx("h3", { className: "mb-2 font-semibold", children: feature.title }),
10657
- feature.description && /* @__PURE__ */ jsx("p", { className: cn("text-sm", getTextColor(background, "muted")), children: feature.description })
10611
+ feature.description && /* @__PURE__ */ jsx("p", { className: "text-sm", children: feature.description })
10658
10612
  ]
10659
10613
  },
10660
10614
  index
@@ -10667,10 +10621,11 @@ function CtaFeatureCardsGrid({
10667
10621
  {
10668
10622
  background,
10669
10623
  spacing,
10670
- className: cn(className),
10624
+ className,
10671
10625
  pattern,
10672
10626
  patternOpacity,
10673
- children: /* @__PURE__ */ jsxs("div", { className: cn("container", containerClassName), children: [
10627
+ containerClassName,
10628
+ children: /* @__PURE__ */ jsxs("div", { className: "relative", children: [
10674
10629
  /* @__PURE__ */ jsxs("div", { className: cn("text-center", contentClassName), children: [
10675
10630
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
10676
10631
  "h2",
@@ -10681,18 +10636,17 @@ function CtaFeatureCardsGrid({
10681
10636
  ),
10682
10637
  children: heading
10683
10638
  }
10684
- ) : /* @__PURE__ */ jsx("div", { className: cn("mb-4", headingClassName), children: heading })),
10639
+ ) : heading),
10685
10640
  description && (typeof description === "string" ? /* @__PURE__ */ jsx(
10686
10641
  "p",
10687
10642
  {
10688
10643
  className: cn(
10689
10644
  "mx-auto mb-8 max-w-2xl text-lg",
10690
- getTextColor(background, "muted"),
10691
10645
  descriptionClassName
10692
10646
  ),
10693
10647
  children: description
10694
10648
  }
10695
- ) : /* @__PURE__ */ jsx("div", { className: cn("mx-auto mb-8 max-w-2xl", descriptionClassName), children: description })),
10649
+ ) : description),
10696
10650
  actionsContent
10697
10651
  ] }),
10698
10652
  featuresContent
@@ -11250,7 +11204,6 @@ function CtaEnterpriseSplit({
11250
11204
  links,
11251
11205
  linksSlot,
11252
11206
  className,
11253
- containerClassName,
11254
11207
  gridClassName,
11255
11208
  contentClassName,
11256
11209
  headingClassName,
@@ -11259,7 +11212,8 @@ function CtaEnterpriseSplit({
11259
11212
  linksClassName,
11260
11213
  linkCardClassName,
11261
11214
  background,
11262
- spacing,
11215
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
11216
+ spacing = "py-32 md:py-32",
11263
11217
  pattern,
11264
11218
  patternOpacity
11265
11219
  }) {
@@ -11339,7 +11293,8 @@ function CtaEnterpriseSplit({
11339
11293
  className: cn(className),
11340
11294
  pattern,
11341
11295
  patternOpacity,
11342
- children: /* @__PURE__ */ jsx("div", { className: cn("container", containerClassName), children: /* @__PURE__ */ jsxs(
11296
+ containerClassName,
11297
+ children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs(
11343
11298
  "div",
11344
11299
  {
11345
11300
  className: cn("grid gap-8 lg:grid-cols-2 lg:gap-16", gridClassName),
@@ -12914,7 +12869,6 @@ function CtaWorkflowTabs({
12914
12869
  }
12915
12870
  function CtaCaseStudyTestimonial({
12916
12871
  badge,
12917
- badgeText,
12918
12872
  heading,
12919
12873
  description,
12920
12874
  sections,
@@ -12931,7 +12885,6 @@ function CtaCaseStudyTestimonial({
12931
12885
  industryBadge,
12932
12886
  companyDetails,
12933
12887
  className,
12934
- containerClassName,
12935
12888
  gridClassName,
12936
12889
  contentClassName,
12937
12890
  badgeClassName,
@@ -12942,7 +12895,8 @@ function CtaCaseStudyTestimonial({
12942
12895
  actionsClassName,
12943
12896
  sidebarClassName,
12944
12897
  background,
12945
- spacing,
12898
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
12899
+ spacing = "py-32 md:py-32",
12946
12900
  pattern,
12947
12901
  patternOpacity,
12948
12902
  optixFlowConfig
@@ -13032,7 +12986,7 @@ function CtaCaseStudyTestimonial({
13032
12986
  index
13033
12987
  )) });
13034
12988
  }, [statsSlot, stats]);
13035
- const badgeContent = badge ?? badgeText;
12989
+ const badgeContent = badge;
13036
12990
  return /* @__PURE__ */ jsx(
13037
12991
  Section,
13038
12992
  {
@@ -13069,7 +13023,7 @@ function CtaCaseStudyTestimonial({
13069
13023
  "div",
13070
13024
  {
13071
13025
  className: cn(
13072
- "relative mt-8 border-l-4 border-primary/20 pl-6 italic text-muted-foreground",
13026
+ "relative mt-8 border-l-4 border-primary/20 pl-6 italic",
13073
13027
  testimonialClassName
13074
13028
  ),
13075
13029
  children: [
@@ -13078,7 +13032,7 @@ function CtaCaseStudyTestimonial({
13078
13032
  {
13079
13033
  name: "lucide/quote",
13080
13034
  size: 24,
13081
- className: "absolute -left-3 -top-2 rounded-full bg-background text-primary"
13035
+ className: "absolute -left-3 -top-2 rounded-full"
13082
13036
  }
13083
13037
  ),
13084
13038
  /* @__PURE__ */ jsxs("p", { className: "md:text-lg", children: [
@@ -13112,11 +13066,7 @@ function CtaCaseStudyTestimonial({
13112
13066
  ) }) })
13113
13067
  ] }),
13114
13068
  statsContent,
13115
- (companyLogo || companyName || industryBadge || companyDetails) && /* @__PURE__ */ jsxs(Card, { className: cn(
13116
- "mt-6 rounded-lg border p-4",
13117
- getNestedCardBg(background),
13118
- getNestedCardTextColor(background)
13119
- ), children: [
13069
+ (companyLogo || companyName || industryBadge || companyDetails) && /* @__PURE__ */ jsxs(Card, { className: cn("mt-6 rounded-lg border p-4"), children: [
13120
13070
  /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
13121
13071
  /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
13122
13072
  companyLogo && /* @__PURE__ */ jsx(
@@ -36154,7 +36104,7 @@ function BlogTechInsights({
36154
36104
  {
36155
36105
  background,
36156
36106
  spacing,
36157
- className: cn("dark relative", className),
36107
+ className,
36158
36108
  pattern,
36159
36109
  patternOpacity,
36160
36110
  containerClassName,
@@ -36164,7 +36114,7 @@ function BlogTechInsights({
36164
36114
  "h1",
36165
36115
  {
36166
36116
  className: cn(
36167
- "text-3xl font-bold md:text-4xl lg:text-5xl",
36117
+ "text-2xl font-bold lg:text-3xl",
36168
36118
  headingClassName
36169
36119
  ),
36170
36120
  children: heading
@@ -41389,7 +41339,7 @@ var FeatureCard = React30.memo(
41389
41339
  delay: 0.3,
41390
41340
  ease: "easeOut"
41391
41341
  },
41392
- className: "p-6 text-sm md:p-8 md:text-base text-balance",
41342
+ className: "p-6 text-sm md:p-8 md:text-base text-pretty",
41393
41343
  children: (feature.title || feature.description) && /* @__PURE__ */ jsxs("p", { children: [
41394
41344
  feature.title && /* @__PURE__ */ jsxs("span", { className: "font-semibold", children: [
41395
41345
  feature.title,
@@ -52186,42 +52136,60 @@ function HeroAdCampaignExpert({
52186
52136
  patternOpacity,
52187
52137
  className,
52188
52138
  containerClassName,
52189
- children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: cn("flex items-center", mobileOrder, desktopOrder), children: [
52190
- /* @__PURE__ */ jsx(
52191
- ContentGroup,
52192
- {
52193
- items: headerItems,
52194
- className: cn(
52195
- "relative flex flex-col items-start gap-8 pb-20 lg:w-1/2",
52196
- contentClassName
52197
- )
52198
- }
52199
- ),
52200
- hasMedia && /* @__PURE__ */ jsx("div", { className: cn("relative flex w-full justify-center lg:w-1/2"), children: /* @__PURE__ */ jsxs("div", { className: "relative z-10 -mb-16 h-auto w-[80%] max-w-[355px] lg:w-[520px]", children: [
52201
- /* @__PURE__ */ jsx("div", { className: "lg:hidden", children: /* @__PURE__ */ jsx(
52202
- AspectRatio,
52203
- {
52204
- ratio: ASPECT_RATIOS[mediaAspectRatios.mobile],
52205
- className: cn(
52206
- "border-muted border rounded-xl shadow-xl overflow-hidden",
52207
- mediaItem?.containerClassName
52208
- ),
52209
- children: renderMedia
52210
- }
52211
- ) }),
52212
- /* @__PURE__ */ jsx("div", { className: "hidden lg:block", children: /* @__PURE__ */ jsx(
52213
- AspectRatio,
52214
- {
52215
- ratio: ASPECT_RATIOS[mediaAspectRatios.desktop],
52216
- className: cn(
52217
- "border-muted border rounded-xl shadow-xl overflow-hidden",
52218
- mediaItem?.containerClassName
52219
- ),
52220
- children: renderMedia
52221
- }
52222
- ) })
52223
- ] }) })
52224
- ] }) })
52139
+ children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs(
52140
+ "div",
52141
+ {
52142
+ className: cn(
52143
+ "flex items-center gap-12 md:gap-16 lg:gap-24",
52144
+ mobileOrder,
52145
+ desktopOrder
52146
+ ),
52147
+ children: [
52148
+ /* @__PURE__ */ jsx(
52149
+ ContentGroup,
52150
+ {
52151
+ items: headerItems,
52152
+ className: cn(
52153
+ "relative flex flex-col items-start gap-8 lg:w-1/2",
52154
+ contentClassName
52155
+ )
52156
+ }
52157
+ ),
52158
+ hasMedia && /* @__PURE__ */ jsxs("div", { className: cn("relative flex w-full justify-center lg:w-1/2"), children: [
52159
+ /* @__PURE__ */ jsx("div", { className: "relative h-auto w-[80%] max-w-[355px] lg:hidden", children: /* @__PURE__ */ jsx(
52160
+ AspectRatio,
52161
+ {
52162
+ ratio: ASPECT_RATIOS[mediaAspectRatios.mobile],
52163
+ className: cn(
52164
+ "rounded-xl shadow-2xl overflow-hidden",
52165
+ mediaItem?.containerClassName
52166
+ ),
52167
+ children: renderMedia
52168
+ }
52169
+ ) }),
52170
+ /* @__PURE__ */ jsx(
52171
+ "div",
52172
+ {
52173
+ className: "hidden lg:block max-h-[70dvh] w-auto",
52174
+ style: {
52175
+ aspectRatio: ASPECT_RATIOS[mediaAspectRatios.desktop]
52176
+ },
52177
+ children: /* @__PURE__ */ jsx(
52178
+ "div",
52179
+ {
52180
+ className: cn(
52181
+ "size-full rounded-xl shadow-2xl overflow-hidden",
52182
+ mediaItem?.containerClassName
52183
+ ),
52184
+ children: renderMedia
52185
+ }
52186
+ )
52187
+ }
52188
+ )
52189
+ ] })
52190
+ ]
52191
+ }
52192
+ ) })
52225
52193
  }
52226
52194
  );
52227
52195
  }
@@ -95097,45 +95065,54 @@ function StatsImpactGrid({
95097
95065
  if (comparisonSlot) return comparisonSlot;
95098
95066
  if (!hasComparisonContent) return null;
95099
95067
  const hasProgressBars = baselineLabel && targetLabel && baselinePercent !== void 0 && targetPercent !== void 0;
95100
- return /* @__PURE__ */ jsx("div", { className: cn("mb-16 rounded-xl p-8", comparisonClassName), children: /* @__PURE__ */ jsxs("div", { className: "grid gap-8 md:grid-cols-[minmax(0,1fr)_minmax(0,240px)] md:items-start md:gap-12", children: [
95101
- /* @__PURE__ */ jsxs("div", { children: [
95102
- comparisonHeading && (typeof comparisonHeading === "string" ? /* @__PURE__ */ jsx("h3", { className: "mb-4 text-2xl font-bold", children: comparisonHeading }) : comparisonHeading),
95103
- comparisonDescription && (typeof comparisonDescription === "string" ? /* @__PURE__ */ jsx("p", { className: "mb-6 text-muted-foreground", children: comparisonDescription }) : comparisonDescription),
95104
- hasProgressBars && /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
95105
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
95106
- /* @__PURE__ */ jsx("div", { className: "h-2 w-full overflow-hidden rounded-full bg-muted-foreground/20", children: /* @__PURE__ */ jsx(
95107
- "div",
95108
- {
95109
- className: "h-full bg-muted-foreground",
95110
- style: { width: `${baselinePercent}%` }
95111
- }
95112
- ) }),
95113
- /* @__PURE__ */ jsx("span", { className: "min-w-[60px] text-sm font-medium", children: baselineLabel })
95068
+ return /* @__PURE__ */ jsx(
95069
+ "div",
95070
+ {
95071
+ className: cn(
95072
+ "mb-16 rounded-xl p-8 bg-card text-card-foreground",
95073
+ comparisonClassName
95074
+ ),
95075
+ children: /* @__PURE__ */ jsxs("div", { className: "grid gap-8 md:grid-cols-[minmax(0,1fr)_minmax(0,240px)] md:items-start md:gap-12", children: [
95076
+ /* @__PURE__ */ jsxs("div", { children: [
95077
+ comparisonHeading && (typeof comparisonHeading === "string" ? /* @__PURE__ */ jsx("h3", { className: "mb-4 text-2xl font-bold", children: comparisonHeading }) : comparisonHeading),
95078
+ comparisonDescription && (typeof comparisonDescription === "string" ? /* @__PURE__ */ jsx("p", { className: "mb-6", children: comparisonDescription }) : comparisonDescription),
95079
+ hasProgressBars && /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
95080
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
95081
+ /* @__PURE__ */ jsx("div", { className: "h-2 w-full overflow-hidden rounded-full bg-card/20 invert", children: /* @__PURE__ */ jsx(
95082
+ "div",
95083
+ {
95084
+ className: "h-full bg-card",
95085
+ style: { width: `${baselinePercent}%` }
95086
+ }
95087
+ ) }),
95088
+ /* @__PURE__ */ jsx("span", { className: "min-w-[60px] text-sm font-medium", children: baselineLabel })
95089
+ ] }),
95090
+ /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
95091
+ /* @__PURE__ */ jsx("div", { className: "h-2 w-full overflow-hidden rounded-full bg-primary/20", children: /* @__PURE__ */ jsx(
95092
+ "div",
95093
+ {
95094
+ className: "h-full bg-primary",
95095
+ style: { width: `${targetPercent}%` }
95096
+ }
95097
+ ) }),
95098
+ /* @__PURE__ */ jsx("span", { className: "min-w-[60px] text-sm font-medium", children: targetLabel })
95099
+ ] })
95100
+ ] })
95114
95101
  ] }),
95115
- /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
95116
- /* @__PURE__ */ jsx("div", { className: "h-2 w-full overflow-hidden rounded-full bg-primary/20", children: /* @__PURE__ */ jsx(
95117
- "div",
95118
- {
95119
- className: "h-full bg-primary",
95120
- style: { width: `${targetPercent}%` }
95121
- }
95122
- ) }),
95123
- /* @__PURE__ */ jsx("span", { className: "min-w-[60px] text-sm font-medium", children: targetLabel })
95124
- ] })
95125
- ] })
95126
- ] }),
95127
- (baselineValue || targetValue) && /* @__PURE__ */ jsx("div", { className: "rounded-lg border bg-background/70 p-6 text-center shadow-sm md:text-left", children: /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
95128
- baselineValue && /* @__PURE__ */ jsxs("div", { children: [
95129
- baselineLabel && /* @__PURE__ */ jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: baselineLabel }),
95130
- /* @__PURE__ */ jsx("div", { className: "text-3xl font-bold", children: baselineValue })
95131
- ] }),
95132
- baselineValue && targetValue && /* @__PURE__ */ jsx("div", { className: "h-px bg-border" }),
95133
- targetValue && /* @__PURE__ */ jsxs("div", { children: [
95134
- targetLabel && /* @__PURE__ */ jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-primary", children: targetLabel }),
95135
- /* @__PURE__ */ jsx("div", { className: "text-4xl font-bold text-primary", children: targetValue })
95102
+ (baselineValue || targetValue) && /* @__PURE__ */ jsx("div", { className: "rounded-lg border p-6 text-center shadow-sm md:text-left", children: /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
95103
+ baselineValue && /* @__PURE__ */ jsxs("div", { children: [
95104
+ baselineLabel && /* @__PURE__ */ jsx("div", { className: "text-xs font-semibold uppercase tracking-wide", children: baselineLabel }),
95105
+ /* @__PURE__ */ jsx("div", { className: "text-3xl font-bold", children: baselineValue })
95106
+ ] }),
95107
+ baselineValue && targetValue && /* @__PURE__ */ jsx("div", { className: "h-px bg-border" }),
95108
+ targetValue && /* @__PURE__ */ jsxs("div", { children: [
95109
+ targetLabel && /* @__PURE__ */ jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-primary", children: targetLabel }),
95110
+ /* @__PURE__ */ jsx("div", { className: "text-4xl font-bold text-primary", children: targetValue })
95111
+ ] })
95112
+ ] }) })
95136
95113
  ] })
95137
- ] }) })
95138
- ] }) });
95114
+ }
95115
+ );
95139
95116
  }, [
95140
95117
  comparisonSlot,
95141
95118
  hasComparisonContent,
@@ -95184,8 +95161,8 @@ function StatsImpactGrid({
95184
95161
  const ctaContent = useMemo(() => {
95185
95162
  if (ctaSlot) return ctaSlot;
95186
95163
  if (!ctaHeading && (!actions || actions.length === 0)) return null;
95187
- return /* @__PURE__ */ jsxs("div", { className: cn("text-center", ctaClassName), children: [
95188
- ctaHeading && (typeof ctaHeading === "string" ? /* @__PURE__ */ jsx("h3", { className: "mb-6 text-2xl font-bold", children: ctaHeading }) : ctaHeading),
95164
+ return /* @__PURE__ */ jsxs("div", { className: cn("text-center mb-12", ctaClassName), children: [
95165
+ ctaHeading && (typeof ctaHeading === "string" ? /* @__PURE__ */ jsx("h3", { className: "mb-6 text-2xl font-semibold", children: ctaHeading }) : ctaHeading),
95189
95166
  actionsContent
95190
95167
  ] });
95191
95168
  }, [ctaSlot, ctaHeading, actions, ctaClassName, actionsContent]);