@opensite/ui 2.0.5 → 2.0.7
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/hero-adaptable-product-grid.cjs +11 -8
- package/dist/hero-adaptable-product-grid.d.cts +1 -1
- package/dist/hero-adaptable-product-grid.d.ts +1 -1
- package/dist/hero-adaptable-product-grid.js +11 -8
- package/dist/hero-business-operations-mosaic.cjs +542 -22
- package/dist/hero-business-operations-mosaic.d.cts +20 -8
- package/dist/hero-business-operations-mosaic.d.ts +20 -8
- package/dist/hero-business-operations-mosaic.js +542 -19
- package/dist/hero-centered-gradient-cta.cjs +3 -3
- package/dist/hero-centered-gradient-cta.js +3 -3
- package/dist/hero-community-survey-cta.cjs +3 -2
- package/dist/hero-community-survey-cta.js +3 -2
- package/dist/hero-conversion-video-play.cjs +1 -1
- package/dist/hero-conversion-video-play.js +1 -1
- package/dist/hero-crm-streamlined.cjs +4 -4
- package/dist/hero-crm-streamlined.js +4 -4
- package/dist/hero-design-showcase-logos.cjs +4 -1
- package/dist/hero-design-showcase-logos.js +4 -1
- package/dist/hero-design-system-3d.cjs +1 -1
- package/dist/hero-design-system-3d.js +1 -1
- package/dist/hero-feature-cards-grid.cjs +2 -2
- package/dist/hero-feature-cards-grid.js +2 -2
- package/dist/hero-fullscreen-background-image.cjs +4 -3
- package/dist/hero-fullscreen-background-image.js +4 -3
- package/dist/hero-fullscreen-logo-cta.cjs +7 -5
- package/dist/hero-fullscreen-logo-cta.js +7 -5
- package/dist/hero-gradient-avatars-rating.cjs +3 -3
- package/dist/hero-gradient-avatars-rating.js +3 -3
- package/dist/hero-gradient-client-focused.cjs +2 -2
- package/dist/hero-gradient-client-focused.js +2 -2
- package/dist/hero-grid-pattern-solutions.cjs +2 -2
- package/dist/hero-grid-pattern-solutions.d.cts +1 -1
- package/dist/hero-grid-pattern-solutions.d.ts +1 -1
- package/dist/hero-grid-pattern-solutions.js +2 -2
- package/dist/hero-innovation-image-grid.cjs +48 -42
- package/dist/hero-innovation-image-grid.js +48 -42
- package/dist/hero-mental-health-team.cjs +633 -89
- package/dist/hero-mental-health-team.d.cts +26 -6
- package/dist/hero-mental-health-team.d.ts +26 -6
- package/dist/hero-mental-health-team.js +614 -85
- package/dist/hero-minimal-centered-dark.cjs +841 -807
- package/dist/hero-minimal-centered-dark.d.cts +1 -1
- package/dist/hero-minimal-centered-dark.d.ts +1 -1
- package/dist/hero-minimal-centered-dark.js +840 -806
- package/dist/hero-presentation-platform-video.cjs +8 -2
- package/dist/hero-presentation-platform-video.js +8 -2
- package/dist/hero-product-showcase-floating.cjs +715 -612
- package/dist/hero-product-showcase-floating.d.cts +5 -1
- package/dist/hero-product-showcase-floating.d.ts +5 -1
- package/dist/hero-product-showcase-floating.js +712 -609
- package/dist/hero-saas-dashboard-preview.cjs +82 -107
- package/dist/hero-saas-dashboard-preview.d.cts +1 -1
- package/dist/hero-saas-dashboard-preview.d.ts +1 -1
- package/dist/hero-saas-dashboard-preview.js +82 -107
- package/dist/hero-software-growth-video-dialog.cjs +5 -5
- package/dist/hero-software-growth-video-dialog.js +5 -5
- package/dist/hero-split-image-newsletter.cjs +41 -32
- package/dist/hero-split-image-newsletter.js +41 -32
- package/dist/hero-stats-social-proof.cjs +1 -1
- package/dist/hero-stats-social-proof.js +1 -1
- package/dist/hero-testimonial-image-grid.cjs +2 -2
- package/dist/hero-testimonial-image-grid.js +2 -2
- package/dist/hero-therapy-testimonial-grid.cjs +682 -638
- package/dist/hero-therapy-testimonial-grid.d.cts +5 -1
- package/dist/hero-therapy-testimonial-grid.d.ts +5 -1
- package/dist/hero-therapy-testimonial-grid.js +671 -627
- package/dist/hero-ui-library-showcase.cjs +51 -42
- package/dist/hero-ui-library-showcase.js +51 -42
- package/dist/hero-video-dialog-gradient.cjs +2 -2
- package/dist/hero-video-dialog-gradient.js +2 -2
- package/dist/hero-video-overlay-stars.cjs +7 -15
- package/dist/hero-video-overlay-stars.js +7 -15
- package/dist/registry.cjs +608 -438
- package/dist/registry.js +608 -438
- package/package.json +1 -1
package/dist/registry.cjs
CHANGED
|
@@ -52379,7 +52379,7 @@ function HeroCommunitySurveyCta({
|
|
|
52379
52379
|
className,
|
|
52380
52380
|
containerClassName,
|
|
52381
52381
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative grid grid-cols-1 items-center gap-8 lg:grid-cols-2 lg:gap-12", children: [
|
|
52382
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8", children: [
|
|
52382
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8 pt-8 md:pt-0", children: [
|
|
52383
52383
|
renderAnnouncement,
|
|
52384
52384
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
52385
52385
|
"h1",
|
|
@@ -52406,7 +52406,8 @@ function HeroCommunitySurveyCta({
|
|
|
52406
52406
|
{
|
|
52407
52407
|
actions,
|
|
52408
52408
|
actionsClassName,
|
|
52409
|
-
actionsSlot
|
|
52409
|
+
actionsSlot,
|
|
52410
|
+
mobileConfig: { width: "full", position: "center" }
|
|
52410
52411
|
}
|
|
52411
52412
|
)
|
|
52412
52413
|
] }),
|
|
@@ -53301,7 +53302,7 @@ function HeroGradientClientFocused({
|
|
|
53301
53302
|
"h1",
|
|
53302
53303
|
{
|
|
53303
53304
|
className: cn(
|
|
53304
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
53305
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53305
53306
|
headingClassName
|
|
53306
53307
|
),
|
|
53307
53308
|
children: heading
|
|
@@ -53310,7 +53311,7 @@ function HeroGradientClientFocused({
|
|
|
53310
53311
|
"h1",
|
|
53311
53312
|
{
|
|
53312
53313
|
className: cn(
|
|
53313
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
53314
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53314
53315
|
headingClassName
|
|
53315
53316
|
),
|
|
53316
53317
|
children: heading
|
|
@@ -53519,48 +53520,57 @@ function HeroUiLibraryShowcase({
|
|
|
53519
53520
|
className,
|
|
53520
53521
|
containerClassName,
|
|
53521
53522
|
children: [
|
|
53522
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
53523
|
-
|
|
53524
|
-
|
|
53525
|
-
|
|
53526
|
-
"
|
|
53527
|
-
|
|
53528
|
-
|
|
53529
|
-
|
|
53530
|
-
|
|
53531
|
-
|
|
53532
|
-
|
|
53533
|
-
|
|
53534
|
-
|
|
53535
|
-
|
|
53536
|
-
|
|
53537
|
-
|
|
53538
|
-
|
|
53539
|
-
|
|
53540
|
-
|
|
53541
|
-
|
|
53542
|
-
|
|
53543
|
-
|
|
53544
|
-
|
|
53545
|
-
|
|
53546
|
-
|
|
53547
|
-
|
|
53548
|
-
|
|
53549
|
-
|
|
53550
|
-
),
|
|
53551
|
-
|
|
53552
|
-
|
|
53553
|
-
|
|
53554
|
-
|
|
53555
|
-
|
|
53556
|
-
|
|
53557
|
-
|
|
53558
|
-
|
|
53559
|
-
|
|
53560
|
-
|
|
53561
|
-
|
|
53562
|
-
|
|
53563
|
-
|
|
53523
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
53524
|
+
"div",
|
|
53525
|
+
{
|
|
53526
|
+
className: cn(
|
|
53527
|
+
"flex flex-col gap-4 items-start pt-6 md:pt-0",
|
|
53528
|
+
headerClassName
|
|
53529
|
+
),
|
|
53530
|
+
children: [
|
|
53531
|
+
renderLogo,
|
|
53532
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-[880px] flex-col items-center gap-6", children: [
|
|
53533
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
53534
|
+
"h1",
|
|
53535
|
+
{
|
|
53536
|
+
className: cn(
|
|
53537
|
+
"text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53538
|
+
headingClassName
|
|
53539
|
+
),
|
|
53540
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("p", { children: heading })
|
|
53541
|
+
}
|
|
53542
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
53543
|
+
"h1",
|
|
53544
|
+
{
|
|
53545
|
+
className: cn(
|
|
53546
|
+
"text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53547
|
+
headingClassName
|
|
53548
|
+
),
|
|
53549
|
+
children: heading
|
|
53550
|
+
}
|
|
53551
|
+
)),
|
|
53552
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
53553
|
+
"p",
|
|
53554
|
+
{
|
|
53555
|
+
className: cn(
|
|
53556
|
+
"text-xl text-balance font-medium",
|
|
53557
|
+
descriptionClassName
|
|
53558
|
+
),
|
|
53559
|
+
children: description
|
|
53560
|
+
}
|
|
53561
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description }))
|
|
53562
|
+
] }),
|
|
53563
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
53564
|
+
BlockActions,
|
|
53565
|
+
{
|
|
53566
|
+
actions,
|
|
53567
|
+
actionsSlot,
|
|
53568
|
+
actionsClassName
|
|
53569
|
+
}
|
|
53570
|
+
)
|
|
53571
|
+
]
|
|
53572
|
+
}
|
|
53573
|
+
),
|
|
53564
53574
|
renderImage
|
|
53565
53575
|
]
|
|
53566
53576
|
}
|
|
@@ -53578,7 +53588,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
53578
53588
|
patternOpacity,
|
|
53579
53589
|
className,
|
|
53580
53590
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
53581
|
-
contentClassName = "
|
|
53591
|
+
contentClassName = "",
|
|
53582
53592
|
headingClassName,
|
|
53583
53593
|
descriptionClassName,
|
|
53584
53594
|
actionsClassName,
|
|
@@ -53618,7 +53628,8 @@ function HeroFullscreenBackgroundImage({
|
|
|
53618
53628
|
"div",
|
|
53619
53629
|
{
|
|
53620
53630
|
className: cn(
|
|
53621
|
-
"
|
|
53631
|
+
"flex flex-col gap-4 md:gap-6 px-6 pt-28 pb-6 md:pt-0 md:pb-0",
|
|
53632
|
+
"relative z-30 m-auto max-w-full md:max-w-md flex-col items-center justify-center text-center",
|
|
53622
53633
|
contentClassName
|
|
53623
53634
|
),
|
|
53624
53635
|
children: [
|
|
@@ -53626,7 +53637,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
53626
53637
|
"h1",
|
|
53627
53638
|
{
|
|
53628
53639
|
className: cn(
|
|
53629
|
-
"text-
|
|
53640
|
+
"text-5xl md:text-6xl lg:text-7xl text-balance text-white text-shadow-2xl font-semibold",
|
|
53630
53641
|
headingClassName
|
|
53631
53642
|
),
|
|
53632
53643
|
children: heading
|
|
@@ -53671,7 +53682,7 @@ function HeroFullscreenLogoCta({
|
|
|
53671
53682
|
patternOpacity,
|
|
53672
53683
|
className,
|
|
53673
53684
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
53674
|
-
contentClassName
|
|
53685
|
+
contentClassName,
|
|
53675
53686
|
headingClassName,
|
|
53676
53687
|
descriptionClassName,
|
|
53677
53688
|
optixFlowConfig
|
|
@@ -53741,18 +53752,20 @@ function HeroFullscreenLogoCta({
|
|
|
53741
53752
|
"div",
|
|
53742
53753
|
{
|
|
53743
53754
|
className: cn(
|
|
53744
|
-
"
|
|
53755
|
+
"z-30 m-auto max-w-full items-start justify-center flex flex-col",
|
|
53756
|
+
"relative gap-12 md:gap-6 px-5",
|
|
53757
|
+
"pt-8 pb-6 md:pt-0 md:pb-0",
|
|
53745
53758
|
contentClassName
|
|
53746
53759
|
),
|
|
53747
53760
|
children: [
|
|
53748
53761
|
renderLogo,
|
|
53749
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-end justify-between", children: [
|
|
53762
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row items-start md:items-end justify-start md:justify-between gap-8", children: [
|
|
53750
53763
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full flex-col gap-8 md:w-2/3"), children: [
|
|
53751
53764
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
53752
53765
|
"h1",
|
|
53753
53766
|
{
|
|
53754
53767
|
className: cn(
|
|
53755
|
-
"text-
|
|
53768
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
53756
53769
|
headingClassName
|
|
53757
53770
|
),
|
|
53758
53771
|
children: heading
|
|
@@ -53761,7 +53774,7 @@ function HeroFullscreenLogoCta({
|
|
|
53761
53774
|
"h1",
|
|
53762
53775
|
{
|
|
53763
53776
|
className: cn(
|
|
53764
|
-
"text-
|
|
53777
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
53765
53778
|
headingClassName
|
|
53766
53779
|
),
|
|
53767
53780
|
children: heading
|
|
@@ -53849,7 +53862,7 @@ function HeroGradientAvatarsRating({
|
|
|
53849
53862
|
"div",
|
|
53850
53863
|
{
|
|
53851
53864
|
className: cn(
|
|
53852
|
-
"grid items-center gap-
|
|
53865
|
+
"grid items-center gap-4 md:gap-6 grid-cols-1 lg:grid-cols-2",
|
|
53853
53866
|
imagesClassName
|
|
53854
53867
|
),
|
|
53855
53868
|
children: [
|
|
@@ -53911,7 +53924,7 @@ function HeroGradientAvatarsRating({
|
|
|
53911
53924
|
"div",
|
|
53912
53925
|
{
|
|
53913
53926
|
className: cn(
|
|
53914
|
-
"flex flex-col items-center text-center lg:items-start lg:text-left",
|
|
53927
|
+
"flex flex-col items-center text-center lg:items-start lg:text-left pt-6 md:pt-0",
|
|
53915
53928
|
contentClassName
|
|
53916
53929
|
),
|
|
53917
53930
|
children: [
|
|
@@ -53919,7 +53932,7 @@ function HeroGradientAvatarsRating({
|
|
|
53919
53932
|
"h1",
|
|
53920
53933
|
{
|
|
53921
53934
|
className: cn(
|
|
53922
|
-
"text-4xl font-semibold
|
|
53935
|
+
"text-4xl font-semibold md:text-6xl lg:text-7xl text-balance leading-tight",
|
|
53923
53936
|
headingClassName
|
|
53924
53937
|
),
|
|
53925
53938
|
children: typeof heading === "string" ? heading : heading
|
|
@@ -54383,13 +54396,13 @@ function HeroAdaptableProductGrid({
|
|
|
54383
54396
|
actions,
|
|
54384
54397
|
actionsSlot,
|
|
54385
54398
|
imageSrc,
|
|
54386
|
-
imageAlt
|
|
54399
|
+
imageAlt,
|
|
54387
54400
|
background,
|
|
54388
|
-
|
|
54401
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54402
|
+
spacing = "xl",
|
|
54389
54403
|
pattern,
|
|
54390
54404
|
patternOpacity,
|
|
54391
54405
|
className,
|
|
54392
|
-
containerClassName,
|
|
54393
54406
|
headingClassName,
|
|
54394
54407
|
descriptionClassName,
|
|
54395
54408
|
contentClassName,
|
|
@@ -54407,22 +54420,22 @@ function HeroAdaptableProductGrid({
|
|
|
54407
54420
|
patternOpacity,
|
|
54408
54421
|
className,
|
|
54409
54422
|
containerClassName,
|
|
54410
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
54423
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-8 md:pt-0", children: [
|
|
54411
54424
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
54412
54425
|
"h1",
|
|
54413
54426
|
{
|
|
54414
54427
|
className: cn(
|
|
54415
|
-
"text-5xl lg:text-7xl font-semibold text-
|
|
54428
|
+
"text-5xl lg:text-7xl font-semibold text-pretty",
|
|
54416
54429
|
headingClassName
|
|
54417
54430
|
),
|
|
54418
54431
|
children: heading
|
|
54419
54432
|
}
|
|
54420
54433
|
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
54421
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-
|
|
54434
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-6 md:mt-24 grid gap-10 grid-cols-1 lg:grid-cols-2", children: [
|
|
54422
54435
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
54423
54436
|
"div",
|
|
54424
54437
|
{
|
|
54425
|
-
className: cn("flex flex-col items-start gap-
|
|
54438
|
+
className: cn("flex flex-col items-start gap-2", contentClassName),
|
|
54426
54439
|
children: [
|
|
54427
54440
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
54428
54441
|
"p",
|
|
@@ -54457,7 +54470,10 @@ function HeroAdaptableProductGrid({
|
|
|
54457
54470
|
{
|
|
54458
54471
|
src: imageSrc,
|
|
54459
54472
|
alt: imageAlt,
|
|
54460
|
-
className: cn(
|
|
54473
|
+
className: cn(
|
|
54474
|
+
"max-h-[400px] w-full object-cover",
|
|
54475
|
+
imageClassName
|
|
54476
|
+
),
|
|
54461
54477
|
optixFlowConfig
|
|
54462
54478
|
}
|
|
54463
54479
|
)
|
|
@@ -54478,7 +54494,7 @@ function HeroPresentationPlatformVideo({
|
|
|
54478
54494
|
videoSrc,
|
|
54479
54495
|
videoSlot,
|
|
54480
54496
|
background,
|
|
54481
|
-
spacing = "
|
|
54497
|
+
spacing = "py-32 md:py-16",
|
|
54482
54498
|
pattern,
|
|
54483
54499
|
patternOpacity,
|
|
54484
54500
|
className,
|
|
@@ -54579,7 +54595,13 @@ function HeroPresentationPlatformVideo({
|
|
|
54579
54595
|
children: heading
|
|
54580
54596
|
}
|
|
54581
54597
|
)),
|
|
54582
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
54598
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
54599
|
+
"p",
|
|
54600
|
+
{
|
|
54601
|
+
className: cn("my-0 md:my-8 md:text-xl", descriptionClassName),
|
|
54602
|
+
children: description
|
|
54603
|
+
}
|
|
54604
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
54583
54605
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
54584
54606
|
BlockActions,
|
|
54585
54607
|
{
|
|
@@ -54607,11 +54629,11 @@ function HeroGridPatternSolutions({
|
|
|
54607
54629
|
images,
|
|
54608
54630
|
imagesSlot,
|
|
54609
54631
|
background,
|
|
54610
|
-
spacing = "pt-28 pb-8 md:pt-32 md:pb-32",
|
|
54611
54632
|
pattern,
|
|
54612
54633
|
patternOpacity,
|
|
54613
54634
|
className,
|
|
54614
|
-
containerClassName = "
|
|
54635
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54636
|
+
spacing = "xl",
|
|
54615
54637
|
contentClassName,
|
|
54616
54638
|
headingClassName,
|
|
54617
54639
|
descriptionClassName,
|
|
@@ -54799,7 +54821,7 @@ function HeroCrmStreamlined({
|
|
|
54799
54821
|
className,
|
|
54800
54822
|
containerClassName,
|
|
54801
54823
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-between gap-10 md:flex-row", children: [
|
|
54802
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-
|
|
54824
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-14 md:mt-0 flex flex-col gap-2", children: [
|
|
54803
54825
|
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
54804
54826
|
"p",
|
|
54805
54827
|
{
|
|
@@ -54840,14 +54862,14 @@ function HeroCrmStreamlined({
|
|
|
54840
54862
|
"div",
|
|
54841
54863
|
{
|
|
54842
54864
|
className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
|
|
54843
|
-
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden", children: [
|
|
54865
|
+
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
|
|
54844
54866
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
54845
54867
|
img.Img,
|
|
54846
54868
|
{
|
|
54847
54869
|
src: image.src,
|
|
54848
54870
|
alt: image.alt,
|
|
54849
54871
|
className: cn(
|
|
54850
|
-
"relative z-20 h-full w-full object-cover object-center
|
|
54872
|
+
"relative z-20 h-full w-full object-cover object-center",
|
|
54851
54873
|
image.className
|
|
54852
54874
|
),
|
|
54853
54875
|
optixFlowConfig
|
|
@@ -54857,7 +54879,7 @@ function HeroCrmStreamlined({
|
|
|
54857
54879
|
"div",
|
|
54858
54880
|
{
|
|
54859
54881
|
className: cn(
|
|
54860
|
-
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225"
|
|
54882
|
+
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
|
|
54861
54883
|
)
|
|
54862
54884
|
}
|
|
54863
54885
|
)
|
|
@@ -55226,7 +55248,7 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55226
55248
|
src: showcaseImages[index].src,
|
|
55227
55249
|
alt: showcaseImages[index].alt,
|
|
55228
55250
|
className: cn(
|
|
55229
|
-
"size-full object-cover object-center",
|
|
55251
|
+
"size-full object-cover object-center rounded-xl shadow-xl",
|
|
55230
55252
|
showcaseImages[index].className
|
|
55231
55253
|
),
|
|
55232
55254
|
optixFlowConfig
|
|
@@ -55245,13 +55267,13 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55245
55267
|
patternOpacity,
|
|
55246
55268
|
className,
|
|
55247
55269
|
containerClassName,
|
|
55248
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col", children: [
|
|
55249
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-center gap-8", children: [
|
|
55270
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-10 md:gap-6", children: [
|
|
55271
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-center gap-8 pt-6 md:pt-0", children: [
|
|
55250
55272
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
55251
55273
|
"h1",
|
|
55252
55274
|
{
|
|
55253
55275
|
className: cn(
|
|
55254
|
-
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance",
|
|
55276
|
+
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance font-semibold",
|
|
55255
55277
|
headingClassName
|
|
55256
55278
|
),
|
|
55257
55279
|
children: heading
|
|
@@ -55260,7 +55282,7 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55260
55282
|
"h1",
|
|
55261
55283
|
{
|
|
55262
55284
|
className: cn(
|
|
55263
|
-
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance",
|
|
55285
|
+
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance font-semibold",
|
|
55264
55286
|
headingClassName
|
|
55265
55287
|
),
|
|
55266
55288
|
children: heading
|
|
@@ -55397,7 +55419,7 @@ function HeroConversionVideoPlay({
|
|
|
55397
55419
|
"div",
|
|
55398
55420
|
{
|
|
55399
55421
|
className: cn(
|
|
55400
|
-
"flex flex-col items-center gap-8",
|
|
55422
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
55401
55423
|
contentClassName
|
|
55402
55424
|
),
|
|
55403
55425
|
children: [
|
|
@@ -55566,7 +55588,10 @@ function HeroDesignShowcaseLogos({
|
|
|
55566
55588
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
55567
55589
|
"div",
|
|
55568
55590
|
{
|
|
55569
|
-
className: cn(
|
|
55591
|
+
className: cn(
|
|
55592
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
55593
|
+
contentClassName
|
|
55594
|
+
),
|
|
55570
55595
|
children: [
|
|
55571
55596
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-[920px] flex-col items-center gap-6", children: [
|
|
55572
55597
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -55641,21 +55666,13 @@ function HeroVideoOverlayStars({
|
|
|
55641
55666
|
if (!trust) return null;
|
|
55642
55667
|
const starCount = trust.starCount ?? 5;
|
|
55643
55668
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
55644
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center gap-0.5", children: [...Array(starCount)].map((_, i) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
55645
|
-
|
|
55646
|
-
{
|
|
55647
|
-
name: "lucide/star",
|
|
55648
|
-
size: 12,
|
|
55649
|
-
className: "fill-muted2-foreground"
|
|
55650
|
-
},
|
|
55651
|
-
i
|
|
55652
|
-
)) }),
|
|
55653
|
-
trust.message && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1.5 max-w-40 text-center text-xs leading-snug font-medium", children: trust.message })
|
|
55669
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center gap-0.5 text-white", children: [...Array(starCount)].map((_, i) => /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/star", size: 12 }, i)) }),
|
|
55670
|
+
trust.message && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1.5 max-w-40 text-center text-xs leading-snug font-medium text-white text-shadow-2xl", children: trust.message })
|
|
55654
55671
|
] });
|
|
55655
55672
|
}, [trustSlot, trust]);
|
|
55656
55673
|
const renderVideo = React22.useMemo(() => {
|
|
55657
55674
|
if (videoSlot) return videoSlot;
|
|
55658
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 size-full before:absolute
|
|
55675
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 size-full before:absolute brightness-50", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
55659
55676
|
"video",
|
|
55660
55677
|
{
|
|
55661
55678
|
src: videoSrc,
|
|
@@ -55680,13 +55697,13 @@ function HeroVideoOverlayStars({
|
|
|
55680
55697
|
),
|
|
55681
55698
|
containerClassName,
|
|
55682
55699
|
children: [
|
|
55683
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-10 flex size-full", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "m-auto flex max-w-100 flex-col items-center gap-9 sm:max-w-125 md:max-w-200", children: [
|
|
55700
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-10 flex size-full", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "m-auto flex max-w-100 flex-col items-center gap-9 sm:max-w-125 md:max-w-200 text-center", children: [
|
|
55684
55701
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full flex-col gap-8", contentClassName), children: [
|
|
55685
55702
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
55686
55703
|
"h1",
|
|
55687
55704
|
{
|
|
55688
55705
|
className: cn(
|
|
55689
|
-
"text-
|
|
55706
|
+
"text-5xl font-semibold md:text-6xl text-balance text-white text-shadow-2xl",
|
|
55690
55707
|
headingClassName
|
|
55691
55708
|
),
|
|
55692
55709
|
children: heading
|
|
@@ -55695,7 +55712,7 @@ function HeroVideoOverlayStars({
|
|
|
55695
55712
|
"h1",
|
|
55696
55713
|
{
|
|
55697
55714
|
className: cn(
|
|
55698
|
-
"text-
|
|
55715
|
+
"text-5xl font-semibold md:text-6xl text-balance text-white text-shadow-2xl",
|
|
55699
55716
|
headingClassName
|
|
55700
55717
|
),
|
|
55701
55718
|
children: heading
|
|
@@ -55705,7 +55722,7 @@ function HeroVideoOverlayStars({
|
|
|
55705
55722
|
"p",
|
|
55706
55723
|
{
|
|
55707
55724
|
className: cn(
|
|
55708
|
-
"text-xl md:text-2xl text-balance",
|
|
55725
|
+
"text-xl md:text-2xl text-balance text-white text-shadow-2xl",
|
|
55709
55726
|
descriptionClassName
|
|
55710
55727
|
),
|
|
55711
55728
|
children: description
|
|
@@ -56077,38 +56094,47 @@ function HeroSplitImageNewsletter({
|
|
|
56077
56094
|
className: cn("relative flex items-center justify-center", className),
|
|
56078
56095
|
containerClassName,
|
|
56079
56096
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-10 lg:flex-row lg:gap-20", children: [
|
|
56080
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
56081
|
-
|
|
56082
|
-
|
|
56083
|
-
|
|
56084
|
-
|
|
56085
|
-
|
|
56086
|
-
|
|
56087
|
-
|
|
56088
|
-
|
|
56089
|
-
|
|
56090
|
-
|
|
56091
|
-
|
|
56092
|
-
|
|
56093
|
-
|
|
56094
|
-
|
|
56095
|
-
|
|
56096
|
-
|
|
56097
|
-
|
|
56098
|
-
|
|
56099
|
-
|
|
56100
|
-
|
|
56101
|
-
|
|
56102
|
-
|
|
56103
|
-
|
|
56104
|
-
|
|
56105
|
-
|
|
56106
|
-
),
|
|
56107
|
-
|
|
56108
|
-
|
|
56109
|
-
|
|
56110
|
-
|
|
56111
|
-
|
|
56097
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
56098
|
+
"div",
|
|
56099
|
+
{
|
|
56100
|
+
className: cn(
|
|
56101
|
+
"flex flex-col gap-8 lg:w-1/2 pt-8 md:pt-0",
|
|
56102
|
+
contentClassName
|
|
56103
|
+
),
|
|
56104
|
+
children: [
|
|
56105
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
56106
|
+
"h1",
|
|
56107
|
+
{
|
|
56108
|
+
className: cn(
|
|
56109
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
56110
|
+
headingClassName
|
|
56111
|
+
),
|
|
56112
|
+
children: heading
|
|
56113
|
+
}
|
|
56114
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
56115
|
+
"h1",
|
|
56116
|
+
{
|
|
56117
|
+
className: cn(
|
|
56118
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
56119
|
+
headingClassName
|
|
56120
|
+
),
|
|
56121
|
+
children: heading
|
|
56122
|
+
}
|
|
56123
|
+
)),
|
|
56124
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
56125
|
+
"p",
|
|
56126
|
+
{
|
|
56127
|
+
className: cn(
|
|
56128
|
+
"text-lg md:text-xl text-balance",
|
|
56129
|
+
descriptionClassName
|
|
56130
|
+
),
|
|
56131
|
+
children: description
|
|
56132
|
+
}
|
|
56133
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
56134
|
+
renderNewsletterForm
|
|
56135
|
+
]
|
|
56136
|
+
}
|
|
56137
|
+
),
|
|
56112
56138
|
renderImage
|
|
56113
56139
|
] })
|
|
56114
56140
|
}
|
|
@@ -56125,7 +56151,7 @@ function HeroCenteredGradientCta({
|
|
|
56125
56151
|
features,
|
|
56126
56152
|
featuresSlot,
|
|
56127
56153
|
background,
|
|
56128
|
-
spacing = "
|
|
56154
|
+
spacing = "xl",
|
|
56129
56155
|
pattern,
|
|
56130
56156
|
patternOpacity,
|
|
56131
56157
|
className,
|
|
@@ -56162,9 +56188,9 @@ function HeroCenteredGradientCta({
|
|
|
56162
56188
|
className,
|
|
56163
56189
|
containerClassName,
|
|
56164
56190
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative gap-6 z-10 flex flex-col items-center text-center", children: [
|
|
56165
|
-
badge && /* @__PURE__ */ jsxRuntime.jsxs(Badge, {
|
|
56191
|
+
badge && /* @__PURE__ */ jsxRuntime.jsxs(Badge, { className: cn("px-3", badgeClassName), children: [
|
|
56166
56192
|
badgeIcon,
|
|
56167
|
-
typeof badge === "string" ? /* @__PURE__ */ jsxRuntime.jsx("span", { children: badge }) : badge
|
|
56193
|
+
typeof badge === "string" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-bold", children: badge }) : badge
|
|
56168
56194
|
] }),
|
|
56169
56195
|
(heading || headingHighlight) && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
56170
56196
|
"h1",
|
|
@@ -56283,7 +56309,7 @@ function HeroStatsSocialProof({
|
|
|
56283
56309
|
patternOpacity,
|
|
56284
56310
|
className,
|
|
56285
56311
|
containerClassName,
|
|
56286
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
56312
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
56287
56313
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-4 md:gap-8", contentClassName), children: [
|
|
56288
56314
|
badge && /* @__PURE__ */ jsxRuntime.jsxs(Badge, { className: cn("px-4 py-2 gap-2", badgeClassName), children: [
|
|
56289
56315
|
badgeIcon,
|
|
@@ -56415,12 +56441,12 @@ function HeroFeatureCardsGrid({
|
|
|
56415
56441
|
patternOpacity,
|
|
56416
56442
|
className,
|
|
56417
56443
|
containerClassName,
|
|
56418
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
56444
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
56419
56445
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
56420
56446
|
"div",
|
|
56421
56447
|
{
|
|
56422
56448
|
className: cn(
|
|
56423
|
-
"mx-auto max-w-full md:max-w-3xl text-center",
|
|
56449
|
+
"mx-auto max-w-full md:max-w-3xl text-center flex flex-col items-center",
|
|
56424
56450
|
contentClassName
|
|
56425
56451
|
),
|
|
56426
56452
|
children: [
|
|
@@ -56492,7 +56518,7 @@ function HeroTestimonialImageGrid({
|
|
|
56492
56518
|
const renderTestimonial = React22.useMemo(() => {
|
|
56493
56519
|
if (testimonialSlot) return testimonialSlot;
|
|
56494
56520
|
if (!testimonial || !testimonial.avatars) return null;
|
|
56495
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-3", children: [
|
|
56521
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-3 pt-8", children: [
|
|
56496
56522
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex -space-x-2", children: testimonial.avatars.map((avatar, index) => /* @__PURE__ */ jsxRuntime.jsxs(Avatar, { className: "size-10 border-2 border-border", children: [
|
|
56497
56523
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarImage, { src: avatar.image, alt: testimonial.author }),
|
|
56498
56524
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarFallback, { children: avatar.fallback })
|
|
@@ -56542,7 +56568,7 @@ function HeroTestimonialImageGrid({
|
|
|
56542
56568
|
patternOpacity,
|
|
56543
56569
|
className,
|
|
56544
56570
|
containerClassName,
|
|
56545
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
56571
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-8 md:flex-row", children: [
|
|
56546
56572
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1", children: [
|
|
56547
56573
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 lg:gap-8", children: [
|
|
56548
56574
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -56643,7 +56669,7 @@ function HeroDesignSystem3d({
|
|
|
56643
56669
|
"div",
|
|
56644
56670
|
{
|
|
56645
56671
|
className: cn(
|
|
56646
|
-
"relative mt-
|
|
56672
|
+
"relative mt-8 aspect-[1.2/1] overflow-hidden sm:-right-[10%] sm:mt-16 sm:aspect-[2.788990826/1]",
|
|
56647
56673
|
imagesClassName
|
|
56648
56674
|
),
|
|
56649
56675
|
children: [
|
|
@@ -56965,85 +56991,91 @@ function HeroInnovationImageGrid({
|
|
|
56965
56991
|
patternOpacity,
|
|
56966
56992
|
className,
|
|
56967
56993
|
containerClassName,
|
|
56968
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
56969
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
56970
|
-
|
|
56971
|
-
|
|
56972
|
-
|
|
56973
|
-
|
|
56974
|
-
|
|
56975
|
-
|
|
56976
|
-
|
|
56977
|
-
|
|
56978
|
-
|
|
56979
|
-
|
|
56980
|
-
|
|
56981
|
-
|
|
56982
|
-
|
|
56983
|
-
|
|
56984
|
-
|
|
56985
|
-
|
|
56986
|
-
|
|
56987
|
-
|
|
56988
|
-
|
|
56989
|
-
|
|
56990
|
-
|
|
56991
|
-
|
|
56992
|
-
|
|
56993
|
-
|
|
56994
|
-
|
|
56995
|
-
|
|
56996
|
-
|
|
56997
|
-
|
|
56998
|
-
|
|
56999
|
-
|
|
57000
|
-
|
|
57001
|
-
|
|
57002
|
-
|
|
57003
|
-
|
|
57004
|
-
|
|
57005
|
-
|
|
57006
|
-
|
|
57007
|
-
|
|
57008
|
-
|
|
57009
|
-
|
|
57010
|
-
|
|
57011
|
-
|
|
57012
|
-
|
|
57013
|
-
|
|
57014
|
-
}
|
|
57015
|
-
|
|
57016
|
-
|
|
57017
|
-
|
|
57018
|
-
|
|
57019
|
-
|
|
57020
|
-
|
|
57021
|
-
|
|
57022
|
-
|
|
57023
|
-
|
|
57024
|
-
|
|
57025
|
-
|
|
57026
|
-
|
|
57027
|
-
|
|
57028
|
-
|
|
57029
|
-
|
|
57030
|
-
|
|
57031
|
-
|
|
57032
|
-
|
|
57033
|
-
|
|
57034
|
-
|
|
57035
|
-
|
|
57036
|
-
|
|
57037
|
-
|
|
57038
|
-
|
|
57039
|
-
|
|
57040
|
-
|
|
57041
|
-
|
|
57042
|
-
|
|
57043
|
-
|
|
57044
|
-
|
|
57045
|
-
|
|
57046
|
-
|
|
56994
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 gap-12 md:gap-22.5 lg:grid-cols-2", children: [
|
|
56995
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
56996
|
+
"div",
|
|
56997
|
+
{
|
|
56998
|
+
className: cn("flex flex-col gap-2 md:gap-12", contentClassName),
|
|
56999
|
+
children: [
|
|
57000
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
57001
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57002
|
+
"h1",
|
|
57003
|
+
{
|
|
57004
|
+
className: cn(
|
|
57005
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
57006
|
+
headingClassName
|
|
57007
|
+
),
|
|
57008
|
+
children: heading
|
|
57009
|
+
}
|
|
57010
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
57011
|
+
"h1",
|
|
57012
|
+
{
|
|
57013
|
+
className: cn(
|
|
57014
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
57015
|
+
headingClassName
|
|
57016
|
+
),
|
|
57017
|
+
children: heading
|
|
57018
|
+
}
|
|
57019
|
+
)),
|
|
57020
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57021
|
+
"p",
|
|
57022
|
+
{
|
|
57023
|
+
className: cn(
|
|
57024
|
+
"text-lg text-balance",
|
|
57025
|
+
descriptionClassName
|
|
57026
|
+
),
|
|
57027
|
+
children: description
|
|
57028
|
+
}
|
|
57029
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description }))
|
|
57030
|
+
] }),
|
|
57031
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
57032
|
+
BlockActions,
|
|
57033
|
+
{
|
|
57034
|
+
actions,
|
|
57035
|
+
actionsSlot,
|
|
57036
|
+
actionsClassName
|
|
57037
|
+
}
|
|
57038
|
+
)
|
|
57039
|
+
]
|
|
57040
|
+
}
|
|
57041
|
+
) }),
|
|
57042
|
+
renderImages
|
|
57043
|
+
] }) })
|
|
57044
|
+
}
|
|
57045
|
+
);
|
|
57046
|
+
}
|
|
57047
|
+
function HeroVideoDialogGradient({
|
|
57048
|
+
videoAspectRatio = "horizontal",
|
|
57049
|
+
heading,
|
|
57050
|
+
description,
|
|
57051
|
+
actions,
|
|
57052
|
+
videoAction,
|
|
57053
|
+
image,
|
|
57054
|
+
imageSlot,
|
|
57055
|
+
videoDialog,
|
|
57056
|
+
background,
|
|
57057
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57058
|
+
spacing = "xl",
|
|
57059
|
+
pattern,
|
|
57060
|
+
onVideoClick,
|
|
57061
|
+
patternOpacity,
|
|
57062
|
+
className,
|
|
57063
|
+
headingClassName,
|
|
57064
|
+
descriptionClassName,
|
|
57065
|
+
imageClassName,
|
|
57066
|
+
optixFlowConfig
|
|
57067
|
+
}) {
|
|
57068
|
+
const [isVideoOpen, setIsVideoOpen] = React22.useState(false);
|
|
57069
|
+
const handleVideoClick = () => {
|
|
57070
|
+
if (onVideoClick) {
|
|
57071
|
+
onVideoClick();
|
|
57072
|
+
} else {
|
|
57073
|
+
setIsVideoOpen(true);
|
|
57074
|
+
}
|
|
57075
|
+
};
|
|
57076
|
+
const renderImage = React22.useMemo(() => {
|
|
57077
|
+
if (imageSlot) return imageSlot;
|
|
57078
|
+
if (!image) return null;
|
|
57047
57079
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mx-auto mt-16 w-full max-w-[1000px] overflow-hidden rounded-xl shadow-[4px_2px_3.123rem_rgba(0,0,0,.15)]", children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 1.406469761 / 1, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57048
57080
|
img.Img,
|
|
57049
57081
|
{
|
|
@@ -57068,8 +57100,8 @@ function HeroVideoDialogGradient({
|
|
|
57068
57100
|
patternOpacity,
|
|
57069
57101
|
className,
|
|
57070
57102
|
containerClassName,
|
|
57071
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative z-20", children: [
|
|
57072
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-8", children: [
|
|
57103
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative z-20 pt-10 md:pt-", children: [
|
|
57104
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-6 md:gap-8", children: [
|
|
57073
57105
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-6", children: [
|
|
57074
57106
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57075
57107
|
"h1",
|
|
@@ -57148,45 +57180,17 @@ function HeroMinimalCenteredDark({
|
|
|
57148
57180
|
stats,
|
|
57149
57181
|
statsSlot,
|
|
57150
57182
|
background,
|
|
57151
|
-
|
|
57183
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57184
|
+
spacing = "lg",
|
|
57152
57185
|
pattern,
|
|
57153
57186
|
patternOpacity,
|
|
57154
57187
|
className,
|
|
57155
|
-
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57156
57188
|
badgeClassName,
|
|
57157
57189
|
headingClassName,
|
|
57158
57190
|
descriptionClassName,
|
|
57159
57191
|
actionsClassName,
|
|
57160
57192
|
statsClassName
|
|
57161
57193
|
}) {
|
|
57162
|
-
const renderActions = React22.useMemo(() => {
|
|
57163
|
-
if (actionsSlot) return actionsSlot;
|
|
57164
|
-
if (!actions || actions.length === 0) return null;
|
|
57165
|
-
return actions.map((action, index) => {
|
|
57166
|
-
const {
|
|
57167
|
-
label,
|
|
57168
|
-
icon,
|
|
57169
|
-
iconAfter,
|
|
57170
|
-
children,
|
|
57171
|
-
className: actionClassName,
|
|
57172
|
-
...pressableProps
|
|
57173
|
-
} = action;
|
|
57174
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
57175
|
-
Pressable,
|
|
57176
|
-
{
|
|
57177
|
-
asButton: true,
|
|
57178
|
-
className: actionClassName,
|
|
57179
|
-
...pressableProps,
|
|
57180
|
-
children: children ?? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
57181
|
-
icon,
|
|
57182
|
-
label,
|
|
57183
|
-
iconAfter
|
|
57184
|
-
] })
|
|
57185
|
-
},
|
|
57186
|
-
index
|
|
57187
|
-
);
|
|
57188
|
-
});
|
|
57189
|
-
}, [actionsSlot, actions]);
|
|
57190
57194
|
const renderStats = React22.useMemo(() => {
|
|
57191
57195
|
if (statsSlot) return statsSlot;
|
|
57192
57196
|
if (!stats || stats.length === 0) return null;
|
|
@@ -57212,7 +57216,7 @@ function HeroMinimalCenteredDark({
|
|
|
57212
57216
|
className,
|
|
57213
57217
|
containerClassName,
|
|
57214
57218
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
57215
|
-
badge && /* @__PURE__ */ jsxRuntime.jsx(Badge, { className: cn("px-
|
|
57219
|
+
badge && /* @__PURE__ */ jsxRuntime.jsx(Badge, { className: cn("px-4 py-1", badgeClassName), children: typeof badge === "string" ? /* @__PURE__ */ jsxRuntime.jsx("span", { children: badge }) : badge }),
|
|
57216
57220
|
(heading || headingHighlight) && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57217
57221
|
"h1",
|
|
57218
57222
|
{
|
|
@@ -57242,14 +57246,12 @@ function HeroMinimalCenteredDark({
|
|
|
57242
57246
|
children: description
|
|
57243
57247
|
}
|
|
57244
57248
|
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
57245
|
-
|
|
57246
|
-
|
|
57249
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
57250
|
+
BlockActions,
|
|
57247
57251
|
{
|
|
57248
|
-
|
|
57249
|
-
|
|
57250
|
-
|
|
57251
|
-
),
|
|
57252
|
-
children: renderActions
|
|
57252
|
+
actions,
|
|
57253
|
+
actionsSlot,
|
|
57254
|
+
actionsClassName
|
|
57253
57255
|
}
|
|
57254
57256
|
),
|
|
57255
57257
|
(statsSlot || stats && stats.length > 0) && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -57274,6 +57276,7 @@ function HeroProductShowcaseFloating({
|
|
|
57274
57276
|
description,
|
|
57275
57277
|
actions,
|
|
57276
57278
|
actionsSlot,
|
|
57279
|
+
actionsClassName,
|
|
57277
57280
|
productImage,
|
|
57278
57281
|
productImageSlot,
|
|
57279
57282
|
floatingStat,
|
|
@@ -57281,11 +57284,11 @@ function HeroProductShowcaseFloating({
|
|
|
57281
57284
|
userCount,
|
|
57282
57285
|
userCountSlot,
|
|
57283
57286
|
background,
|
|
57284
|
-
spacing,
|
|
57285
57287
|
pattern,
|
|
57286
57288
|
patternOpacity,
|
|
57287
57289
|
className,
|
|
57288
|
-
containerClassName,
|
|
57290
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57291
|
+
spacing = "xl",
|
|
57289
57292
|
contentClassName,
|
|
57290
57293
|
headingClassName,
|
|
57291
57294
|
descriptionClassName,
|
|
@@ -57294,32 +57297,21 @@ function HeroProductShowcaseFloating({
|
|
|
57294
57297
|
}) {
|
|
57295
57298
|
const renderBadge = React22.useMemo(() => {
|
|
57296
57299
|
if (badgeSlot) return badgeSlot;
|
|
57297
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57298
|
-
|
|
57299
|
-
|
|
57300
|
-
|
|
57300
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57301
|
+
"div",
|
|
57302
|
+
{
|
|
57303
|
+
className: cn(
|
|
57304
|
+
"inline-flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm font-medium",
|
|
57305
|
+
`${getAccentColor(background)}/10`,
|
|
57306
|
+
getAccentColor(background)
|
|
57307
|
+
),
|
|
57308
|
+
children: [
|
|
57309
|
+
badgeIcon && /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: badgeIcon, size: 16 }),
|
|
57310
|
+
badgeText && /* @__PURE__ */ jsxRuntime.jsx("span", { children: badgeText })
|
|
57311
|
+
]
|
|
57312
|
+
}
|
|
57313
|
+
);
|
|
57301
57314
|
}, [badgeSlot, badgeIcon, badgeText]);
|
|
57302
|
-
const renderActions = React22.useMemo(() => {
|
|
57303
|
-
if (actionsSlot) return actionsSlot;
|
|
57304
|
-
if (!actions || actions.length === 0) return null;
|
|
57305
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-4 sm:flex-row", children: actions.map((action, index) => {
|
|
57306
|
-
const { label, icon, iconAfter, children, className: actionClassName, ...pressableProps } = action;
|
|
57307
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
57308
|
-
Pressable,
|
|
57309
|
-
{
|
|
57310
|
-
asButton: true,
|
|
57311
|
-
className: actionClassName,
|
|
57312
|
-
...pressableProps,
|
|
57313
|
-
children: children ?? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
57314
|
-
icon,
|
|
57315
|
-
label,
|
|
57316
|
-
iconAfter
|
|
57317
|
-
] })
|
|
57318
|
-
},
|
|
57319
|
-
index
|
|
57320
|
-
);
|
|
57321
|
-
}) });
|
|
57322
|
-
}, [actionsSlot, actions]);
|
|
57323
57315
|
const renderFloatingStat = React22.useMemo(() => {
|
|
57324
57316
|
if (floatingStatSlot) return floatingStatSlot;
|
|
57325
57317
|
if (!floatingStat) return null;
|
|
@@ -57347,7 +57339,10 @@ function HeroProductShowcaseFloating({
|
|
|
57347
57339
|
{
|
|
57348
57340
|
src: avatar.src,
|
|
57349
57341
|
alt: avatar.alt,
|
|
57350
|
-
className: cn(
|
|
57342
|
+
className: cn(
|
|
57343
|
+
"h-8 w-8 rounded-full border-2 border-background object-cover",
|
|
57344
|
+
avatar.className
|
|
57345
|
+
),
|
|
57351
57346
|
optixFlowConfig
|
|
57352
57347
|
},
|
|
57353
57348
|
idx
|
|
@@ -57361,20 +57356,30 @@ function HeroProductShowcaseFloating({
|
|
|
57361
57356
|
const renderProductShowcase = React22.useMemo(() => {
|
|
57362
57357
|
if (productImageSlot) return productImageSlot;
|
|
57363
57358
|
if (!productImage) return null;
|
|
57364
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("order-
|
|
57359
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("order-1", showcaseClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
57365
57360
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "aspect-4/3 overflow-hidden rounded-2xl bg-linear-to-br from-primary/20 to-purple-500/20 p-8", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57366
57361
|
img.Img,
|
|
57367
57362
|
{
|
|
57368
57363
|
src: productImage.src,
|
|
57369
57364
|
alt: productImage.alt,
|
|
57370
|
-
className: cn(
|
|
57365
|
+
className: cn(
|
|
57366
|
+
"h-full w-full rounded-lg object-cover shadow-2xl",
|
|
57367
|
+
productImage.className
|
|
57368
|
+
),
|
|
57371
57369
|
optixFlowConfig
|
|
57372
57370
|
}
|
|
57373
57371
|
) }),
|
|
57374
57372
|
renderFloatingStat,
|
|
57375
57373
|
renderUserCount
|
|
57376
57374
|
] }) });
|
|
57377
|
-
}, [
|
|
57375
|
+
}, [
|
|
57376
|
+
productImageSlot,
|
|
57377
|
+
productImage,
|
|
57378
|
+
showcaseClassName,
|
|
57379
|
+
optixFlowConfig,
|
|
57380
|
+
renderFloatingStat,
|
|
57381
|
+
renderUserCount
|
|
57382
|
+
]);
|
|
57378
57383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
57379
57384
|
Section,
|
|
57380
57385
|
{
|
|
@@ -57383,13 +57388,49 @@ function HeroProductShowcaseFloating({
|
|
|
57383
57388
|
pattern,
|
|
57384
57389
|
patternOpacity,
|
|
57385
57390
|
className: cn(className),
|
|
57386
|
-
|
|
57391
|
+
containerClassName,
|
|
57392
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
57387
57393
|
renderProductShowcase,
|
|
57388
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("
|
|
57394
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-8 order-2", contentClassName), children: [
|
|
57389
57395
|
renderBadge,
|
|
57390
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57391
|
-
|
|
57392
|
-
|
|
57396
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57397
|
+
"h1",
|
|
57398
|
+
{
|
|
57399
|
+
className: cn(
|
|
57400
|
+
"text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl",
|
|
57401
|
+
headingClassName
|
|
57402
|
+
),
|
|
57403
|
+
children: heading
|
|
57404
|
+
}
|
|
57405
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
57406
|
+
"h1",
|
|
57407
|
+
{
|
|
57408
|
+
className: cn(
|
|
57409
|
+
"text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl",
|
|
57410
|
+
headingClassName
|
|
57411
|
+
),
|
|
57412
|
+
children: heading
|
|
57413
|
+
}
|
|
57414
|
+
)),
|
|
57415
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57416
|
+
"p",
|
|
57417
|
+
{
|
|
57418
|
+
className: cn(
|
|
57419
|
+
"text-lg",
|
|
57420
|
+
getTextColor(background, "muted"),
|
|
57421
|
+
descriptionClassName
|
|
57422
|
+
),
|
|
57423
|
+
children: description
|
|
57424
|
+
}
|
|
57425
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
57426
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
57427
|
+
BlockActions,
|
|
57428
|
+
{
|
|
57429
|
+
actions,
|
|
57430
|
+
actionsSlot,
|
|
57431
|
+
actionsClassName
|
|
57432
|
+
}
|
|
57433
|
+
)
|
|
57393
57434
|
] })
|
|
57394
57435
|
] }) })
|
|
57395
57436
|
}
|
|
@@ -57406,11 +57447,11 @@ function HeroSaasDashboardPreview({
|
|
|
57406
57447
|
browserPreview,
|
|
57407
57448
|
browserPreviewSlot,
|
|
57408
57449
|
background,
|
|
57409
|
-
|
|
57450
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57451
|
+
spacing = "xl",
|
|
57410
57452
|
pattern,
|
|
57411
57453
|
patternOpacity,
|
|
57412
57454
|
className,
|
|
57413
|
-
containerClassName,
|
|
57414
57455
|
headerClassName,
|
|
57415
57456
|
headingClassName,
|
|
57416
57457
|
descriptionClassName,
|
|
@@ -57419,21 +57460,18 @@ function HeroSaasDashboardPreview({
|
|
|
57419
57460
|
}) {
|
|
57420
57461
|
const renderBadge = React22.useMemo(() => {
|
|
57421
57462
|
if (badgeSlot) return badgeSlot;
|
|
57422
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57423
|
-
"
|
|
57424
|
-
|
|
57425
|
-
|
|
57426
|
-
|
|
57427
|
-
|
|
57428
|
-
|
|
57429
|
-
|
|
57430
|
-
|
|
57431
|
-
|
|
57432
|
-
|
|
57433
|
-
|
|
57434
|
-
),
|
|
57435
|
-
badgeText && /* @__PURE__ */ jsxRuntime.jsx("span", { children: badgeText })
|
|
57436
|
-
] });
|
|
57463
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57464
|
+
"div",
|
|
57465
|
+
{
|
|
57466
|
+
className: cn(
|
|
57467
|
+
"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm bg-muted text-muted-foreground"
|
|
57468
|
+
),
|
|
57469
|
+
children: [
|
|
57470
|
+
badgeIcon && /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: badgeIcon, size: 16 }),
|
|
57471
|
+
badgeText && /* @__PURE__ */ jsxRuntime.jsx("span", { children: badgeText })
|
|
57472
|
+
]
|
|
57473
|
+
}
|
|
57474
|
+
);
|
|
57437
57475
|
}, [badgeSlot, badgeIcon, badgeText]);
|
|
57438
57476
|
const renderEmailForm = React22.useMemo(() => {
|
|
57439
57477
|
if (emailFormSlot) return emailFormSlot;
|
|
@@ -57459,39 +57497,49 @@ function HeroSaasDashboardPreview({
|
|
|
57459
57497
|
}
|
|
57460
57498
|
)
|
|
57461
57499
|
] }) }),
|
|
57462
|
-
emailForm.helperText && (typeof emailForm.helperText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className:
|
|
57500
|
+
emailForm.helperText && (typeof emailForm.helperText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4 text-sm", children: emailForm.helperText }) : emailForm.helperText)
|
|
57463
57501
|
] });
|
|
57464
57502
|
}, [emailFormSlot, emailForm]);
|
|
57465
57503
|
const renderBrowserPreview = React22.useMemo(() => {
|
|
57466
57504
|
if (browserPreviewSlot) return browserPreviewSlot;
|
|
57467
57505
|
if (!browserPreview) return null;
|
|
57468
57506
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("relative mt-20", previewClassName), children: [
|
|
57469
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0
|
|
57470
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57471
|
-
"
|
|
57472
|
-
|
|
57473
|
-
|
|
57474
|
-
|
|
57475
|
-
|
|
57476
|
-
|
|
57477
|
-
|
|
57478
|
-
|
|
57479
|
-
|
|
57480
|
-
|
|
57481
|
-
|
|
57482
|
-
|
|
57483
|
-
|
|
57484
|
-
|
|
57485
|
-
|
|
57486
|
-
|
|
57487
|
-
|
|
57488
|
-
|
|
57489
|
-
|
|
57490
|
-
|
|
57491
|
-
|
|
57492
|
-
|
|
57493
|
-
|
|
57494
|
-
|
|
57507
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 z-10 pointer-events-none" }),
|
|
57508
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57509
|
+
"div",
|
|
57510
|
+
{
|
|
57511
|
+
className: cn(
|
|
57512
|
+
"overflow-hidden rounded-xl border border-border shadow-2xl"
|
|
57513
|
+
),
|
|
57514
|
+
children: [
|
|
57515
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57516
|
+
"div",
|
|
57517
|
+
{
|
|
57518
|
+
className: cn(
|
|
57519
|
+
"flex items-center gap-2 border-b border-border px-4 py-3"
|
|
57520
|
+
),
|
|
57521
|
+
children: [
|
|
57522
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-1.5", children: [
|
|
57523
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-3 w-3 rounded-full bg-destructive" }),
|
|
57524
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-3 w-3 rounded-full bg-accent" }),
|
|
57525
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-3 w-3 rounded-full bg-primary" })
|
|
57526
|
+
] }),
|
|
57527
|
+
browserPreview.url && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex-1 text-center text-sm"), children: browserPreview.url })
|
|
57528
|
+
]
|
|
57529
|
+
}
|
|
57530
|
+
),
|
|
57531
|
+
browserPreview.image && /* @__PURE__ */ jsxRuntime.jsx(
|
|
57532
|
+
img.Img,
|
|
57533
|
+
{
|
|
57534
|
+
src: browserPreview.image.src,
|
|
57535
|
+
alt: browserPreview.image.alt,
|
|
57536
|
+
className: cn("w-full", browserPreview.image.className),
|
|
57537
|
+
optixFlowConfig
|
|
57538
|
+
}
|
|
57539
|
+
)
|
|
57540
|
+
]
|
|
57541
|
+
}
|
|
57542
|
+
)
|
|
57495
57543
|
] });
|
|
57496
57544
|
}, [browserPreviewSlot, browserPreview, previewClassName, optixFlowConfig]);
|
|
57497
57545
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -57502,11 +57550,39 @@ function HeroSaasDashboardPreview({
|
|
|
57502
57550
|
pattern,
|
|
57503
57551
|
patternOpacity,
|
|
57504
57552
|
className: cn(className),
|
|
57505
|
-
|
|
57553
|
+
containerClassName,
|
|
57554
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57506
57555
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-4xl text-center", headerClassName), children: [
|
|
57507
57556
|
renderBadge,
|
|
57508
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57509
|
-
|
|
57557
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57558
|
+
"h1",
|
|
57559
|
+
{
|
|
57560
|
+
className: cn(
|
|
57561
|
+
"mt-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl text-balance",
|
|
57562
|
+
headingClassName
|
|
57563
|
+
),
|
|
57564
|
+
children: heading
|
|
57565
|
+
}
|
|
57566
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
57567
|
+
"h1",
|
|
57568
|
+
{
|
|
57569
|
+
className: cn(
|
|
57570
|
+
"mt-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl text-balance",
|
|
57571
|
+
headingClassName
|
|
57572
|
+
),
|
|
57573
|
+
children: heading
|
|
57574
|
+
}
|
|
57575
|
+
)),
|
|
57576
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57577
|
+
"p",
|
|
57578
|
+
{
|
|
57579
|
+
className: cn(
|
|
57580
|
+
"mt-6 text-lg md:text-xl text-balance",
|
|
57581
|
+
descriptionClassName
|
|
57582
|
+
),
|
|
57583
|
+
children: description
|
|
57584
|
+
}
|
|
57585
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
57510
57586
|
renderEmailForm
|
|
57511
57587
|
] }),
|
|
57512
57588
|
renderBrowserPreview
|
|
@@ -57519,12 +57595,13 @@ function HeroTherapyTestimonialGrid({
|
|
|
57519
57595
|
description,
|
|
57520
57596
|
actions,
|
|
57521
57597
|
actionsSlot,
|
|
57598
|
+
actionsClassName,
|
|
57522
57599
|
images,
|
|
57523
57600
|
imagesSlot,
|
|
57524
57601
|
testimonial,
|
|
57525
57602
|
testimonialSlot,
|
|
57526
57603
|
background,
|
|
57527
|
-
spacing = "
|
|
57604
|
+
spacing = "xl",
|
|
57528
57605
|
pattern,
|
|
57529
57606
|
patternOpacity,
|
|
57530
57607
|
className,
|
|
@@ -57534,34 +57611,6 @@ function HeroTherapyTestimonialGrid({
|
|
|
57534
57611
|
descriptionClassName,
|
|
57535
57612
|
optixFlowConfig
|
|
57536
57613
|
}) {
|
|
57537
|
-
const renderActions = React22.useMemo(() => {
|
|
57538
|
-
if (actionsSlot) return actionsSlot;
|
|
57539
|
-
if (!actions || actions.length === 0) return null;
|
|
57540
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col mt-6 md:mt-8 gap-4 sm:flex-row items-center", children: actions.map((action, index) => {
|
|
57541
|
-
const {
|
|
57542
|
-
label,
|
|
57543
|
-
icon,
|
|
57544
|
-
iconAfter,
|
|
57545
|
-
children,
|
|
57546
|
-
className: actionClassName,
|
|
57547
|
-
...pressableProps
|
|
57548
|
-
} = action;
|
|
57549
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
57550
|
-
Pressable,
|
|
57551
|
-
{
|
|
57552
|
-
asButton: true,
|
|
57553
|
-
className: actionClassName,
|
|
57554
|
-
...pressableProps,
|
|
57555
|
-
children: children ?? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
57556
|
-
icon,
|
|
57557
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: label }),
|
|
57558
|
-
iconAfter
|
|
57559
|
-
] })
|
|
57560
|
-
},
|
|
57561
|
-
index
|
|
57562
|
-
);
|
|
57563
|
-
}) });
|
|
57564
|
-
}, [actionsSlot, actions]);
|
|
57565
57614
|
const renderTestimonial = React22.useMemo(() => {
|
|
57566
57615
|
if (testimonialSlot) return testimonialSlot;
|
|
57567
57616
|
if (!testimonial) return null;
|
|
@@ -57640,12 +57689,12 @@ function HeroTherapyTestimonialGrid({
|
|
|
57640
57689
|
patternOpacity,
|
|
57641
57690
|
className,
|
|
57642
57691
|
containerClassName,
|
|
57643
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
57692
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57644
57693
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57645
57694
|
"div",
|
|
57646
57695
|
{
|
|
57647
57696
|
className: cn(
|
|
57648
|
-
"mx-auto mb-
|
|
57697
|
+
"mx-auto mb-8 md:mb-12 flex max-w-[900px] flex-col items-center gap-3",
|
|
57649
57698
|
headerClassName
|
|
57650
57699
|
),
|
|
57651
57700
|
children: [
|
|
@@ -57672,13 +57721,20 @@ function HeroTherapyTestimonialGrid({
|
|
|
57672
57721
|
"p",
|
|
57673
57722
|
{
|
|
57674
57723
|
className: cn(
|
|
57675
|
-
"text-center text-lg md:text-xl",
|
|
57724
|
+
"text-center text-lg md:text-xl text-balance",
|
|
57676
57725
|
descriptionClassName
|
|
57677
57726
|
),
|
|
57678
57727
|
children: description
|
|
57679
57728
|
}
|
|
57680
57729
|
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
57681
|
-
|
|
57730
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
57731
|
+
BlockActions,
|
|
57732
|
+
{
|
|
57733
|
+
actions,
|
|
57734
|
+
actionsSlot,
|
|
57735
|
+
actionsClassName
|
|
57736
|
+
}
|
|
57737
|
+
)
|
|
57682
57738
|
]
|
|
57683
57739
|
}
|
|
57684
57740
|
),
|
|
@@ -57688,76 +57744,90 @@ function HeroTherapyTestimonialGrid({
|
|
|
57688
57744
|
);
|
|
57689
57745
|
}
|
|
57690
57746
|
function HeroMentalHealthTeam({
|
|
57691
|
-
|
|
57747
|
+
description,
|
|
57748
|
+
descriptionClassName,
|
|
57749
|
+
actions,
|
|
57750
|
+
actionsSlot,
|
|
57751
|
+
actionsClassName,
|
|
57692
57752
|
heading,
|
|
57693
|
-
|
|
57694
|
-
|
|
57753
|
+
smallImages,
|
|
57754
|
+
smallImagesSlot,
|
|
57695
57755
|
testimonial,
|
|
57696
57756
|
testimonialSlot,
|
|
57697
57757
|
featureImage,
|
|
57698
57758
|
featureImageSlot,
|
|
57699
57759
|
background,
|
|
57700
|
-
spacing,
|
|
57760
|
+
spacing = "xl",
|
|
57701
57761
|
pattern,
|
|
57702
57762
|
patternOpacity,
|
|
57703
57763
|
className,
|
|
57704
|
-
containerClassName,
|
|
57764
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57705
57765
|
headerClassName,
|
|
57706
57766
|
headingClassName,
|
|
57707
57767
|
gridClassName,
|
|
57708
57768
|
optixFlowConfig
|
|
57709
57769
|
}) {
|
|
57710
|
-
const
|
|
57711
|
-
if (
|
|
57712
|
-
if (!
|
|
57770
|
+
const renderSmallImages = React22.useMemo(() => {
|
|
57771
|
+
if (smallImagesSlot) return smallImagesSlot;
|
|
57772
|
+
if (!smallImages || smallImages.length === 0) return null;
|
|
57713
57773
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
57714
|
-
|
|
57774
|
+
smallImages[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/2] row-[1/2] w-full", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full max-h-77.5 w-full overflow-hidden rounded-2xl", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57715
57775
|
img.Img,
|
|
57716
57776
|
{
|
|
57717
|
-
src:
|
|
57718
|
-
alt:
|
|
57719
|
-
className: cn(
|
|
57777
|
+
src: smallImages[0].src,
|
|
57778
|
+
alt: smallImages[0].alt,
|
|
57779
|
+
className: cn(
|
|
57780
|
+
"block h-full w-full object-cover object-center",
|
|
57781
|
+
smallImages[0].className
|
|
57782
|
+
),
|
|
57720
57783
|
optixFlowConfig
|
|
57721
57784
|
}
|
|
57722
57785
|
) }) }),
|
|
57723
|
-
|
|
57786
|
+
smallImages[1] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[2/3] row-[1/2] w-full md:col-[2/3] md:row-[1/2]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full max-h-77.5 w-full overflow-hidden rounded-2xl", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57724
57787
|
img.Img,
|
|
57725
57788
|
{
|
|
57726
|
-
src:
|
|
57727
|
-
alt:
|
|
57728
|
-
className: cn(
|
|
57789
|
+
src: smallImages[1].src,
|
|
57790
|
+
alt: smallImages[1].alt,
|
|
57791
|
+
className: cn(
|
|
57792
|
+
"block h-full w-full object-cover object-center",
|
|
57793
|
+
smallImages[1].className
|
|
57794
|
+
),
|
|
57729
57795
|
optixFlowConfig
|
|
57730
57796
|
}
|
|
57731
57797
|
) }) })
|
|
57732
57798
|
] });
|
|
57733
|
-
}, [
|
|
57799
|
+
}, [smallImagesSlot, smallImages, optixFlowConfig]);
|
|
57734
57800
|
const renderTestimonial = React22.useMemo(() => {
|
|
57735
57801
|
if (testimonialSlot) return testimonialSlot;
|
|
57736
57802
|
if (!testimonial) return null;
|
|
57737
57803
|
const avatarSrc = testimonial.avatarSrc ?? testimonial.avatar?.src;
|
|
57738
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/3] row-[3/4] w-full md:col-[1/3] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57739
|
-
"
|
|
57740
|
-
|
|
57741
|
-
|
|
57742
|
-
|
|
57743
|
-
|
|
57744
|
-
|
|
57745
|
-
|
|
57746
|
-
|
|
57747
|
-
|
|
57748
|
-
|
|
57749
|
-
|
|
57750
|
-
|
|
57751
|
-
|
|
57752
|
-
|
|
57753
|
-
|
|
57754
|
-
|
|
57755
|
-
|
|
57756
|
-
|
|
57757
|
-
|
|
57758
|
-
|
|
57759
|
-
|
|
57760
|
-
|
|
57804
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/3] row-[3/4] w-full md:col-[1/3] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
57805
|
+
"div",
|
|
57806
|
+
{
|
|
57807
|
+
className: cn(
|
|
57808
|
+
"flex h-full min-h-37.5 flex-col gap-3 overflow-hidden rounded-3xl p-5 px-5 md:flex-row md:items-center md:gap-7 md:py-8 bg-muted"
|
|
57809
|
+
),
|
|
57810
|
+
children: [
|
|
57811
|
+
avatarSrc && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-20 w-20 shrink-0 overflow-hidden rounded-xl md:h-30 md:w-30", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57812
|
+
img.Img,
|
|
57813
|
+
{
|
|
57814
|
+
src: avatarSrc,
|
|
57815
|
+
alt: testimonial.avatar?.alt ?? "",
|
|
57816
|
+
className: "h-full w-full object-cover object-center",
|
|
57817
|
+
optixFlowConfig
|
|
57818
|
+
}
|
|
57819
|
+
) }),
|
|
57820
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full w-full flex-col justify-between gap-2 text-muted-foreground", children: [
|
|
57821
|
+
/* @__PURE__ */ jsxRuntime.jsxs("p", { className: "text-lg font-medium", children: [
|
|
57822
|
+
'"',
|
|
57823
|
+
testimonial.quote,
|
|
57824
|
+
'"'
|
|
57825
|
+
] }),
|
|
57826
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "", children: testimonial.author })
|
|
57827
|
+
] })
|
|
57828
|
+
]
|
|
57829
|
+
}
|
|
57830
|
+
) });
|
|
57761
57831
|
}, [testimonialSlot, testimonial, optixFlowConfig]);
|
|
57762
57832
|
const renderFeatureImage = React22.useMemo(() => {
|
|
57763
57833
|
if (featureImageSlot) return featureImageSlot;
|
|
@@ -57767,7 +57837,10 @@ function HeroMentalHealthTeam({
|
|
|
57767
57837
|
{
|
|
57768
57838
|
src: featureImage.src,
|
|
57769
57839
|
alt: featureImage.alt,
|
|
57770
|
-
className: cn(
|
|
57840
|
+
className: cn(
|
|
57841
|
+
"block h-full w-full object-cover object-center",
|
|
57842
|
+
featureImage.className
|
|
57843
|
+
),
|
|
57771
57844
|
optixFlowConfig
|
|
57772
57845
|
}
|
|
57773
57846
|
) }) });
|
|
@@ -57775,17 +57848,75 @@ function HeroMentalHealthTeam({
|
|
|
57775
57848
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
57776
57849
|
Section,
|
|
57777
57850
|
{
|
|
57778
|
-
|
|
57779
|
-
|
|
57780
|
-
|
|
57781
|
-
|
|
57782
|
-
|
|
57783
|
-
|
|
57784
|
-
|
|
57785
|
-
|
|
57786
|
-
|
|
57787
|
-
|
|
57788
|
-
|
|
57851
|
+
background,
|
|
57852
|
+
spacing,
|
|
57853
|
+
pattern,
|
|
57854
|
+
patternOpacity,
|
|
57855
|
+
className,
|
|
57856
|
+
containerClassName,
|
|
57857
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57858
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57859
|
+
"div",
|
|
57860
|
+
{
|
|
57861
|
+
className: cn(
|
|
57862
|
+
"mx-auto mb-16 flex max-w-[900px] flex-col items-center gap-6",
|
|
57863
|
+
headerClassName
|
|
57864
|
+
),
|
|
57865
|
+
children: [
|
|
57866
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57867
|
+
"h1",
|
|
57868
|
+
{
|
|
57869
|
+
className: cn(
|
|
57870
|
+
"text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl text-balance",
|
|
57871
|
+
headingClassName
|
|
57872
|
+
),
|
|
57873
|
+
children: heading
|
|
57874
|
+
}
|
|
57875
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
57876
|
+
"h1",
|
|
57877
|
+
{
|
|
57878
|
+
className: cn(
|
|
57879
|
+
"text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl text-balance",
|
|
57880
|
+
headingClassName
|
|
57881
|
+
),
|
|
57882
|
+
children: heading
|
|
57883
|
+
}
|
|
57884
|
+
)),
|
|
57885
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
57886
|
+
"p",
|
|
57887
|
+
{
|
|
57888
|
+
className: cn(
|
|
57889
|
+
"text-center text-lg md:text-xl text-balance",
|
|
57890
|
+
descriptionClassName
|
|
57891
|
+
),
|
|
57892
|
+
children: description
|
|
57893
|
+
}
|
|
57894
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
57895
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
57896
|
+
BlockActions,
|
|
57897
|
+
{
|
|
57898
|
+
actions,
|
|
57899
|
+
actionsSlot,
|
|
57900
|
+
actionsClassName
|
|
57901
|
+
}
|
|
57902
|
+
)
|
|
57903
|
+
]
|
|
57904
|
+
}
|
|
57905
|
+
),
|
|
57906
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
57907
|
+
"div",
|
|
57908
|
+
{
|
|
57909
|
+
className: cn(
|
|
57910
|
+
"grid w-full max-w-332.5 auto-cols-auto grid-cols-2 grid-rows-[auto_auto] justify-center gap-5 md:grid-cols-[repeat(4,1fr)]",
|
|
57911
|
+
gridClassName
|
|
57912
|
+
),
|
|
57913
|
+
children: [
|
|
57914
|
+
renderSmallImages,
|
|
57915
|
+
renderTestimonial,
|
|
57916
|
+
renderFeatureImage
|
|
57917
|
+
]
|
|
57918
|
+
}
|
|
57919
|
+
)
|
|
57789
57920
|
] })
|
|
57790
57921
|
}
|
|
57791
57922
|
);
|
|
@@ -57980,18 +58111,21 @@ function HeroMentorshipVideoSplit({
|
|
|
57980
58111
|
}
|
|
57981
58112
|
function HeroBusinessOperationsMosaic({
|
|
57982
58113
|
heading,
|
|
57983
|
-
|
|
58114
|
+
description,
|
|
58115
|
+
descriptionClassName,
|
|
57984
58116
|
images,
|
|
57985
58117
|
imagesSlot,
|
|
58118
|
+
actions,
|
|
58119
|
+
actionsSlot,
|
|
58120
|
+
actionsClassName,
|
|
57986
58121
|
background,
|
|
57987
|
-
spacing,
|
|
58122
|
+
spacing = "xl",
|
|
57988
58123
|
pattern,
|
|
57989
58124
|
patternOpacity,
|
|
57990
58125
|
className,
|
|
57991
|
-
containerClassName,
|
|
58126
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57992
58127
|
contentClassName,
|
|
57993
58128
|
headingClassName,
|
|
57994
|
-
subheadingClassName,
|
|
57995
58129
|
mosaicClassName,
|
|
57996
58130
|
optixFlowConfig
|
|
57997
58131
|
}) {
|
|
@@ -57999,30 +58133,39 @@ function HeroBusinessOperationsMosaic({
|
|
|
57999
58133
|
if (imagesSlot) return imagesSlot;
|
|
58000
58134
|
if (!images || images.length === 0) return null;
|
|
58001
58135
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mx-auto grid h-full w-full grid-cols-[14.7%_47.29%_14.7%_14.7%] grid-rows-[34.7%_26.28%_34.7%] gap-x-[2.85%] gap-y-[2.32%]", children: [
|
|
58002
|
-
images[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/3] row-[1/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58136
|
+
images[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/3] row-[1/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
58003
58137
|
img.Img,
|
|
58004
58138
|
{
|
|
58005
58139
|
src: images[0].src,
|
|
58006
58140
|
alt: images[0].alt,
|
|
58007
|
-
className: cn(
|
|
58141
|
+
className: cn(
|
|
58142
|
+
"h-full w-full object-cover object-center",
|
|
58143
|
+
images[0].className
|
|
58144
|
+
),
|
|
58008
58145
|
optixFlowConfig
|
|
58009
58146
|
}
|
|
58010
58147
|
) }) }),
|
|
58011
|
-
images[1] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[3/5] row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58148
|
+
images[1] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[3/5] row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
58012
58149
|
img.Img,
|
|
58013
58150
|
{
|
|
58014
58151
|
src: images[1].src,
|
|
58015
58152
|
alt: images[1].alt,
|
|
58016
|
-
className: cn(
|
|
58153
|
+
className: cn(
|
|
58154
|
+
"h-full w-full object-cover object-center",
|
|
58155
|
+
images[1].className
|
|
58156
|
+
),
|
|
58017
58157
|
optixFlowConfig
|
|
58018
58158
|
}
|
|
58019
58159
|
) }) }),
|
|
58020
|
-
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[2/4] row-[3/4]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58160
|
+
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[2/4] row-[3/4]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
58021
58161
|
img.Img,
|
|
58022
58162
|
{
|
|
58023
58163
|
src: images[2].src,
|
|
58024
58164
|
alt: images[2].alt,
|
|
58025
|
-
className: cn(
|
|
58165
|
+
className: cn(
|
|
58166
|
+
"h-full w-full object-cover object-center",
|
|
58167
|
+
images[2].className
|
|
58168
|
+
),
|
|
58026
58169
|
optixFlowConfig
|
|
58027
58170
|
}
|
|
58028
58171
|
) }) })
|
|
@@ -58036,12 +58179,39 @@ function HeroBusinessOperationsMosaic({
|
|
|
58036
58179
|
pattern,
|
|
58037
58180
|
patternOpacity,
|
|
58038
58181
|
className,
|
|
58039
|
-
|
|
58182
|
+
containerClassName,
|
|
58183
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 items-center justify-between gap-14 lg:grid-cols-2", children: [
|
|
58040
58184
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("w-full max-w-166.5", mosaicClassName), children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 0.815177479 / 1, children: renderMosaic }) }),
|
|
58041
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
58042
|
-
|
|
58043
|
-
|
|
58044
|
-
|
|
58185
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
58186
|
+
"div",
|
|
58187
|
+
{
|
|
58188
|
+
className: cn(
|
|
58189
|
+
"flex w-full max-w-125 flex-col gap-6 md:gap-14 lg:max-w-full",
|
|
58190
|
+
contentClassName
|
|
58191
|
+
),
|
|
58192
|
+
children: [
|
|
58193
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
58194
|
+
"h1",
|
|
58195
|
+
{
|
|
58196
|
+
className: cn(
|
|
58197
|
+
"text-6xl lg:text-7xl xl:text-[5rem] font-semibold",
|
|
58198
|
+
headingClassName
|
|
58199
|
+
),
|
|
58200
|
+
children: heading
|
|
58201
|
+
}
|
|
58202
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
58203
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
58204
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
58205
|
+
BlockActions,
|
|
58206
|
+
{
|
|
58207
|
+
actions,
|
|
58208
|
+
actionsSlot,
|
|
58209
|
+
actionsClassName
|
|
58210
|
+
}
|
|
58211
|
+
)
|
|
58212
|
+
]
|
|
58213
|
+
}
|
|
58214
|
+
)
|
|
58045
58215
|
] }) })
|
|
58046
58216
|
}
|
|
58047
58217
|
);
|