@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.js
CHANGED
|
@@ -52339,7 +52339,7 @@ function HeroCommunitySurveyCta({
|
|
|
52339
52339
|
className,
|
|
52340
52340
|
containerClassName,
|
|
52341
52341
|
children: /* @__PURE__ */ jsxs("div", { className: "relative grid grid-cols-1 items-center gap-8 lg:grid-cols-2 lg:gap-12", children: [
|
|
52342
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8", children: [
|
|
52342
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8 pt-8 md:pt-0", children: [
|
|
52343
52343
|
renderAnnouncement,
|
|
52344
52344
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
52345
52345
|
"h1",
|
|
@@ -52366,7 +52366,8 @@ function HeroCommunitySurveyCta({
|
|
|
52366
52366
|
{
|
|
52367
52367
|
actions,
|
|
52368
52368
|
actionsClassName,
|
|
52369
|
-
actionsSlot
|
|
52369
|
+
actionsSlot,
|
|
52370
|
+
mobileConfig: { width: "full", position: "center" }
|
|
52370
52371
|
}
|
|
52371
52372
|
)
|
|
52372
52373
|
] }),
|
|
@@ -53261,7 +53262,7 @@ function HeroGradientClientFocused({
|
|
|
53261
53262
|
"h1",
|
|
53262
53263
|
{
|
|
53263
53264
|
className: cn(
|
|
53264
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
53265
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53265
53266
|
headingClassName
|
|
53266
53267
|
),
|
|
53267
53268
|
children: heading
|
|
@@ -53270,7 +53271,7 @@ function HeroGradientClientFocused({
|
|
|
53270
53271
|
"h1",
|
|
53271
53272
|
{
|
|
53272
53273
|
className: cn(
|
|
53273
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
53274
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53274
53275
|
headingClassName
|
|
53275
53276
|
),
|
|
53276
53277
|
children: heading
|
|
@@ -53479,48 +53480,57 @@ function HeroUiLibraryShowcase({
|
|
|
53479
53480
|
className,
|
|
53480
53481
|
containerClassName,
|
|
53481
53482
|
children: [
|
|
53482
|
-
/* @__PURE__ */ jsxs(
|
|
53483
|
-
|
|
53484
|
-
|
|
53485
|
-
|
|
53486
|
-
"
|
|
53487
|
-
|
|
53488
|
-
|
|
53489
|
-
|
|
53490
|
-
|
|
53491
|
-
|
|
53492
|
-
|
|
53493
|
-
|
|
53494
|
-
|
|
53495
|
-
|
|
53496
|
-
|
|
53497
|
-
|
|
53498
|
-
|
|
53499
|
-
|
|
53500
|
-
|
|
53501
|
-
|
|
53502
|
-
|
|
53503
|
-
|
|
53504
|
-
|
|
53505
|
-
|
|
53506
|
-
|
|
53507
|
-
|
|
53508
|
-
|
|
53509
|
-
|
|
53510
|
-
),
|
|
53511
|
-
|
|
53512
|
-
|
|
53513
|
-
|
|
53514
|
-
|
|
53515
|
-
|
|
53516
|
-
|
|
53517
|
-
|
|
53518
|
-
|
|
53519
|
-
|
|
53520
|
-
|
|
53521
|
-
|
|
53522
|
-
|
|
53523
|
-
|
|
53483
|
+
/* @__PURE__ */ jsxs(
|
|
53484
|
+
"div",
|
|
53485
|
+
{
|
|
53486
|
+
className: cn(
|
|
53487
|
+
"flex flex-col gap-4 items-start pt-6 md:pt-0",
|
|
53488
|
+
headerClassName
|
|
53489
|
+
),
|
|
53490
|
+
children: [
|
|
53491
|
+
renderLogo,
|
|
53492
|
+
/* @__PURE__ */ jsxs("div", { className: "flex max-w-[880px] flex-col items-center gap-6", children: [
|
|
53493
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
53494
|
+
"h1",
|
|
53495
|
+
{
|
|
53496
|
+
className: cn(
|
|
53497
|
+
"text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53498
|
+
headingClassName
|
|
53499
|
+
),
|
|
53500
|
+
children: /* @__PURE__ */ jsx("p", { children: heading })
|
|
53501
|
+
}
|
|
53502
|
+
) : /* @__PURE__ */ jsx(
|
|
53503
|
+
"h1",
|
|
53504
|
+
{
|
|
53505
|
+
className: cn(
|
|
53506
|
+
"text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
53507
|
+
headingClassName
|
|
53508
|
+
),
|
|
53509
|
+
children: heading
|
|
53510
|
+
}
|
|
53511
|
+
)),
|
|
53512
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
53513
|
+
"p",
|
|
53514
|
+
{
|
|
53515
|
+
className: cn(
|
|
53516
|
+
"text-xl text-balance font-medium",
|
|
53517
|
+
descriptionClassName
|
|
53518
|
+
),
|
|
53519
|
+
children: description
|
|
53520
|
+
}
|
|
53521
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description }))
|
|
53522
|
+
] }),
|
|
53523
|
+
/* @__PURE__ */ jsx(
|
|
53524
|
+
BlockActions,
|
|
53525
|
+
{
|
|
53526
|
+
actions,
|
|
53527
|
+
actionsSlot,
|
|
53528
|
+
actionsClassName
|
|
53529
|
+
}
|
|
53530
|
+
)
|
|
53531
|
+
]
|
|
53532
|
+
}
|
|
53533
|
+
),
|
|
53524
53534
|
renderImage
|
|
53525
53535
|
]
|
|
53526
53536
|
}
|
|
@@ -53538,7 +53548,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
53538
53548
|
patternOpacity,
|
|
53539
53549
|
className,
|
|
53540
53550
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
53541
|
-
contentClassName = "
|
|
53551
|
+
contentClassName = "",
|
|
53542
53552
|
headingClassName,
|
|
53543
53553
|
descriptionClassName,
|
|
53544
53554
|
actionsClassName,
|
|
@@ -53578,7 +53588,8 @@ function HeroFullscreenBackgroundImage({
|
|
|
53578
53588
|
"div",
|
|
53579
53589
|
{
|
|
53580
53590
|
className: cn(
|
|
53581
|
-
"
|
|
53591
|
+
"flex flex-col gap-4 md:gap-6 px-6 pt-28 pb-6 md:pt-0 md:pb-0",
|
|
53592
|
+
"relative z-30 m-auto max-w-full md:max-w-md flex-col items-center justify-center text-center",
|
|
53582
53593
|
contentClassName
|
|
53583
53594
|
),
|
|
53584
53595
|
children: [
|
|
@@ -53586,7 +53597,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
53586
53597
|
"h1",
|
|
53587
53598
|
{
|
|
53588
53599
|
className: cn(
|
|
53589
|
-
"text-
|
|
53600
|
+
"text-5xl md:text-6xl lg:text-7xl text-balance text-white text-shadow-2xl font-semibold",
|
|
53590
53601
|
headingClassName
|
|
53591
53602
|
),
|
|
53592
53603
|
children: heading
|
|
@@ -53631,7 +53642,7 @@ function HeroFullscreenLogoCta({
|
|
|
53631
53642
|
patternOpacity,
|
|
53632
53643
|
className,
|
|
53633
53644
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
53634
|
-
contentClassName
|
|
53645
|
+
contentClassName,
|
|
53635
53646
|
headingClassName,
|
|
53636
53647
|
descriptionClassName,
|
|
53637
53648
|
optixFlowConfig
|
|
@@ -53701,18 +53712,20 @@ function HeroFullscreenLogoCta({
|
|
|
53701
53712
|
"div",
|
|
53702
53713
|
{
|
|
53703
53714
|
className: cn(
|
|
53704
|
-
"
|
|
53715
|
+
"z-30 m-auto max-w-full items-start justify-center flex flex-col",
|
|
53716
|
+
"relative gap-12 md:gap-6 px-5",
|
|
53717
|
+
"pt-8 pb-6 md:pt-0 md:pb-0",
|
|
53705
53718
|
contentClassName
|
|
53706
53719
|
),
|
|
53707
53720
|
children: [
|
|
53708
53721
|
renderLogo,
|
|
53709
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-end justify-between", children: [
|
|
53722
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col md:flex-row items-start md:items-end justify-start md:justify-between gap-8", children: [
|
|
53710
53723
|
/* @__PURE__ */ jsxs("div", { className: cn("flex w-full flex-col gap-8 md:w-2/3"), children: [
|
|
53711
53724
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
53712
53725
|
"h1",
|
|
53713
53726
|
{
|
|
53714
53727
|
className: cn(
|
|
53715
|
-
"text-
|
|
53728
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
53716
53729
|
headingClassName
|
|
53717
53730
|
),
|
|
53718
53731
|
children: heading
|
|
@@ -53721,7 +53734,7 @@ function HeroFullscreenLogoCta({
|
|
|
53721
53734
|
"h1",
|
|
53722
53735
|
{
|
|
53723
53736
|
className: cn(
|
|
53724
|
-
"text-
|
|
53737
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
53725
53738
|
headingClassName
|
|
53726
53739
|
),
|
|
53727
53740
|
children: heading
|
|
@@ -53809,7 +53822,7 @@ function HeroGradientAvatarsRating({
|
|
|
53809
53822
|
"div",
|
|
53810
53823
|
{
|
|
53811
53824
|
className: cn(
|
|
53812
|
-
"grid items-center gap-
|
|
53825
|
+
"grid items-center gap-4 md:gap-6 grid-cols-1 lg:grid-cols-2",
|
|
53813
53826
|
imagesClassName
|
|
53814
53827
|
),
|
|
53815
53828
|
children: [
|
|
@@ -53871,7 +53884,7 @@ function HeroGradientAvatarsRating({
|
|
|
53871
53884
|
"div",
|
|
53872
53885
|
{
|
|
53873
53886
|
className: cn(
|
|
53874
|
-
"flex flex-col items-center text-center lg:items-start lg:text-left",
|
|
53887
|
+
"flex flex-col items-center text-center lg:items-start lg:text-left pt-6 md:pt-0",
|
|
53875
53888
|
contentClassName
|
|
53876
53889
|
),
|
|
53877
53890
|
children: [
|
|
@@ -53879,7 +53892,7 @@ function HeroGradientAvatarsRating({
|
|
|
53879
53892
|
"h1",
|
|
53880
53893
|
{
|
|
53881
53894
|
className: cn(
|
|
53882
|
-
"text-4xl font-semibold
|
|
53895
|
+
"text-4xl font-semibold md:text-6xl lg:text-7xl text-balance leading-tight",
|
|
53883
53896
|
headingClassName
|
|
53884
53897
|
),
|
|
53885
53898
|
children: typeof heading === "string" ? heading : heading
|
|
@@ -54343,13 +54356,13 @@ function HeroAdaptableProductGrid({
|
|
|
54343
54356
|
actions,
|
|
54344
54357
|
actionsSlot,
|
|
54345
54358
|
imageSrc,
|
|
54346
|
-
imageAlt
|
|
54359
|
+
imageAlt,
|
|
54347
54360
|
background,
|
|
54348
|
-
|
|
54361
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54362
|
+
spacing = "xl",
|
|
54349
54363
|
pattern,
|
|
54350
54364
|
patternOpacity,
|
|
54351
54365
|
className,
|
|
54352
|
-
containerClassName,
|
|
54353
54366
|
headingClassName,
|
|
54354
54367
|
descriptionClassName,
|
|
54355
54368
|
contentClassName,
|
|
@@ -54367,22 +54380,22 @@ function HeroAdaptableProductGrid({
|
|
|
54367
54380
|
patternOpacity,
|
|
54368
54381
|
className,
|
|
54369
54382
|
containerClassName,
|
|
54370
|
-
children: /* @__PURE__ */ jsxs("div", { className: "
|
|
54383
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-8 md:pt-0", children: [
|
|
54371
54384
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
54372
54385
|
"h1",
|
|
54373
54386
|
{
|
|
54374
54387
|
className: cn(
|
|
54375
|
-
"text-5xl lg:text-7xl font-semibold text-
|
|
54388
|
+
"text-5xl lg:text-7xl font-semibold text-pretty",
|
|
54376
54389
|
headingClassName
|
|
54377
54390
|
),
|
|
54378
54391
|
children: heading
|
|
54379
54392
|
}
|
|
54380
54393
|
) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
|
|
54381
|
-
/* @__PURE__ */ jsxs("div", { className: "mt-
|
|
54394
|
+
/* @__PURE__ */ jsxs("div", { className: "mt-6 md:mt-24 grid gap-10 grid-cols-1 lg:grid-cols-2", children: [
|
|
54382
54395
|
/* @__PURE__ */ jsxs(
|
|
54383
54396
|
"div",
|
|
54384
54397
|
{
|
|
54385
|
-
className: cn("flex flex-col items-start gap-
|
|
54398
|
+
className: cn("flex flex-col items-start gap-2", contentClassName),
|
|
54386
54399
|
children: [
|
|
54387
54400
|
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
54388
54401
|
"p",
|
|
@@ -54417,7 +54430,10 @@ function HeroAdaptableProductGrid({
|
|
|
54417
54430
|
{
|
|
54418
54431
|
src: imageSrc,
|
|
54419
54432
|
alt: imageAlt,
|
|
54420
|
-
className: cn(
|
|
54433
|
+
className: cn(
|
|
54434
|
+
"max-h-[400px] w-full object-cover",
|
|
54435
|
+
imageClassName
|
|
54436
|
+
),
|
|
54421
54437
|
optixFlowConfig
|
|
54422
54438
|
}
|
|
54423
54439
|
)
|
|
@@ -54438,7 +54454,7 @@ function HeroPresentationPlatformVideo({
|
|
|
54438
54454
|
videoSrc,
|
|
54439
54455
|
videoSlot,
|
|
54440
54456
|
background,
|
|
54441
|
-
spacing = "
|
|
54457
|
+
spacing = "py-32 md:py-16",
|
|
54442
54458
|
pattern,
|
|
54443
54459
|
patternOpacity,
|
|
54444
54460
|
className,
|
|
@@ -54539,7 +54555,13 @@ function HeroPresentationPlatformVideo({
|
|
|
54539
54555
|
children: heading
|
|
54540
54556
|
}
|
|
54541
54557
|
)),
|
|
54542
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
54558
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
54559
|
+
"p",
|
|
54560
|
+
{
|
|
54561
|
+
className: cn("my-0 md:my-8 md:text-xl", descriptionClassName),
|
|
54562
|
+
children: description
|
|
54563
|
+
}
|
|
54564
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
54543
54565
|
/* @__PURE__ */ jsx(
|
|
54544
54566
|
BlockActions,
|
|
54545
54567
|
{
|
|
@@ -54567,11 +54589,11 @@ function HeroGridPatternSolutions({
|
|
|
54567
54589
|
images,
|
|
54568
54590
|
imagesSlot,
|
|
54569
54591
|
background,
|
|
54570
|
-
spacing = "pt-28 pb-8 md:pt-32 md:pb-32",
|
|
54571
54592
|
pattern,
|
|
54572
54593
|
patternOpacity,
|
|
54573
54594
|
className,
|
|
54574
|
-
containerClassName = "
|
|
54595
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54596
|
+
spacing = "xl",
|
|
54575
54597
|
contentClassName,
|
|
54576
54598
|
headingClassName,
|
|
54577
54599
|
descriptionClassName,
|
|
@@ -54759,7 +54781,7 @@ function HeroCrmStreamlined({
|
|
|
54759
54781
|
className,
|
|
54760
54782
|
containerClassName,
|
|
54761
54783
|
children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center justify-between gap-10 md:flex-row", children: [
|
|
54762
|
-
/* @__PURE__ */ jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxs("div", { className: "mt-
|
|
54784
|
+
/* @__PURE__ */ jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxs("div", { className: "mt-14 md:mt-0 flex flex-col gap-2", children: [
|
|
54763
54785
|
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsx(
|
|
54764
54786
|
"p",
|
|
54765
54787
|
{
|
|
@@ -54800,14 +54822,14 @@ function HeroCrmStreamlined({
|
|
|
54800
54822
|
"div",
|
|
54801
54823
|
{
|
|
54802
54824
|
className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
|
|
54803
|
-
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden", children: [
|
|
54825
|
+
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
|
|
54804
54826
|
/* @__PURE__ */ jsx(
|
|
54805
54827
|
Img,
|
|
54806
54828
|
{
|
|
54807
54829
|
src: image.src,
|
|
54808
54830
|
alt: image.alt,
|
|
54809
54831
|
className: cn(
|
|
54810
|
-
"relative z-20 h-full w-full object-cover object-center
|
|
54832
|
+
"relative z-20 h-full w-full object-cover object-center",
|
|
54811
54833
|
image.className
|
|
54812
54834
|
),
|
|
54813
54835
|
optixFlowConfig
|
|
@@ -54817,7 +54839,7 @@ function HeroCrmStreamlined({
|
|
|
54817
54839
|
"div",
|
|
54818
54840
|
{
|
|
54819
54841
|
className: cn(
|
|
54820
|
-
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225"
|
|
54842
|
+
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
|
|
54821
54843
|
)
|
|
54822
54844
|
}
|
|
54823
54845
|
)
|
|
@@ -55186,7 +55208,7 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55186
55208
|
src: showcaseImages[index].src,
|
|
55187
55209
|
alt: showcaseImages[index].alt,
|
|
55188
55210
|
className: cn(
|
|
55189
|
-
"size-full object-cover object-center",
|
|
55211
|
+
"size-full object-cover object-center rounded-xl shadow-xl",
|
|
55190
55212
|
showcaseImages[index].className
|
|
55191
55213
|
),
|
|
55192
55214
|
optixFlowConfig
|
|
@@ -55205,13 +55227,13 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55205
55227
|
patternOpacity,
|
|
55206
55228
|
className,
|
|
55207
55229
|
containerClassName,
|
|
55208
|
-
children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col", children: [
|
|
55209
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center justify-center gap-8", children: [
|
|
55230
|
+
children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-10 md:gap-6", children: [
|
|
55231
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center justify-center gap-8 pt-6 md:pt-0", children: [
|
|
55210
55232
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
55211
55233
|
"h1",
|
|
55212
55234
|
{
|
|
55213
55235
|
className: cn(
|
|
55214
|
-
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance",
|
|
55236
|
+
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance font-semibold",
|
|
55215
55237
|
headingClassName
|
|
55216
55238
|
),
|
|
55217
55239
|
children: heading
|
|
@@ -55220,7 +55242,7 @@ function HeroSoftwareGrowthVideoDialog({
|
|
|
55220
55242
|
"h1",
|
|
55221
55243
|
{
|
|
55222
55244
|
className: cn(
|
|
55223
|
-
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance",
|
|
55245
|
+
"max-w-[1000px] text-center text-[3.125rem] leading-none md:text-[4.25rem] lg:text-[5.5rem] text-balance font-semibold",
|
|
55224
55246
|
headingClassName
|
|
55225
55247
|
),
|
|
55226
55248
|
children: heading
|
|
@@ -55357,7 +55379,7 @@ function HeroConversionVideoPlay({
|
|
|
55357
55379
|
"div",
|
|
55358
55380
|
{
|
|
55359
55381
|
className: cn(
|
|
55360
|
-
"flex flex-col items-center gap-8",
|
|
55382
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
55361
55383
|
contentClassName
|
|
55362
55384
|
),
|
|
55363
55385
|
children: [
|
|
@@ -55526,7 +55548,10 @@ function HeroDesignShowcaseLogos({
|
|
|
55526
55548
|
/* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs(
|
|
55527
55549
|
"div",
|
|
55528
55550
|
{
|
|
55529
|
-
className: cn(
|
|
55551
|
+
className: cn(
|
|
55552
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
55553
|
+
contentClassName
|
|
55554
|
+
),
|
|
55530
55555
|
children: [
|
|
55531
55556
|
/* @__PURE__ */ jsxs("div", { className: "flex max-w-[920px] flex-col items-center gap-6", children: [
|
|
55532
55557
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
@@ -55601,21 +55626,13 @@ function HeroVideoOverlayStars({
|
|
|
55601
55626
|
if (!trust) return null;
|
|
55602
55627
|
const starCount = trust.starCount ?? 5;
|
|
55603
55628
|
return /* @__PURE__ */ jsxs("div", { children: [
|
|
55604
|
-
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-center gap-0.5", children: [...Array(starCount)].map((_, i) => /* @__PURE__ */ jsx(
|
|
55605
|
-
|
|
55606
|
-
{
|
|
55607
|
-
name: "lucide/star",
|
|
55608
|
-
size: 12,
|
|
55609
|
-
className: "fill-muted2-foreground"
|
|
55610
|
-
},
|
|
55611
|
-
i
|
|
55612
|
-
)) }),
|
|
55613
|
-
trust.message && /* @__PURE__ */ jsx("p", { className: "mt-1.5 max-w-40 text-center text-xs leading-snug font-medium", children: trust.message })
|
|
55629
|
+
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-center gap-0.5 text-white", children: [...Array(starCount)].map((_, i) => /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/star", size: 12 }, i)) }),
|
|
55630
|
+
trust.message && /* @__PURE__ */ 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 })
|
|
55614
55631
|
] });
|
|
55615
55632
|
}, [trustSlot, trust]);
|
|
55616
55633
|
const renderVideo = useMemo(() => {
|
|
55617
55634
|
if (videoSlot) return videoSlot;
|
|
55618
|
-
return /* @__PURE__ */ jsx("div", { className: "absolute inset-0 size-full before:absolute
|
|
55635
|
+
return /* @__PURE__ */ jsx("div", { className: "absolute inset-0 size-full before:absolute brightness-50", children: /* @__PURE__ */ jsx(
|
|
55619
55636
|
"video",
|
|
55620
55637
|
{
|
|
55621
55638
|
src: videoSrc,
|
|
@@ -55640,13 +55657,13 @@ function HeroVideoOverlayStars({
|
|
|
55640
55657
|
),
|
|
55641
55658
|
containerClassName,
|
|
55642
55659
|
children: [
|
|
55643
|
-
/* @__PURE__ */ jsx("div", { className: "relative z-10 flex size-full", children: /* @__PURE__ */ jsxs("div", { className: "m-auto flex max-w-100 flex-col items-center gap-9 sm:max-w-125 md:max-w-200", children: [
|
|
55660
|
+
/* @__PURE__ */ jsx("div", { className: "relative z-10 flex size-full", children: /* @__PURE__ */ 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: [
|
|
55644
55661
|
/* @__PURE__ */ jsxs("div", { className: cn("flex w-full flex-col gap-8", contentClassName), children: [
|
|
55645
55662
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
55646
55663
|
"h1",
|
|
55647
55664
|
{
|
|
55648
55665
|
className: cn(
|
|
55649
|
-
"text-
|
|
55666
|
+
"text-5xl font-semibold md:text-6xl text-balance text-white text-shadow-2xl",
|
|
55650
55667
|
headingClassName
|
|
55651
55668
|
),
|
|
55652
55669
|
children: heading
|
|
@@ -55655,7 +55672,7 @@ function HeroVideoOverlayStars({
|
|
|
55655
55672
|
"h1",
|
|
55656
55673
|
{
|
|
55657
55674
|
className: cn(
|
|
55658
|
-
"text-
|
|
55675
|
+
"text-5xl font-semibold md:text-6xl text-balance text-white text-shadow-2xl",
|
|
55659
55676
|
headingClassName
|
|
55660
55677
|
),
|
|
55661
55678
|
children: heading
|
|
@@ -55665,7 +55682,7 @@ function HeroVideoOverlayStars({
|
|
|
55665
55682
|
"p",
|
|
55666
55683
|
{
|
|
55667
55684
|
className: cn(
|
|
55668
|
-
"text-xl md:text-2xl text-balance",
|
|
55685
|
+
"text-xl md:text-2xl text-balance text-white text-shadow-2xl",
|
|
55669
55686
|
descriptionClassName
|
|
55670
55687
|
),
|
|
55671
55688
|
children: description
|
|
@@ -56037,38 +56054,47 @@ function HeroSplitImageNewsletter({
|
|
|
56037
56054
|
className: cn("relative flex items-center justify-center", className),
|
|
56038
56055
|
containerClassName,
|
|
56039
56056
|
children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-10 lg:flex-row lg:gap-20", children: [
|
|
56040
|
-
/* @__PURE__ */ jsxs(
|
|
56041
|
-
|
|
56042
|
-
|
|
56043
|
-
|
|
56044
|
-
|
|
56045
|
-
|
|
56046
|
-
|
|
56047
|
-
|
|
56048
|
-
|
|
56049
|
-
|
|
56050
|
-
|
|
56051
|
-
|
|
56052
|
-
|
|
56053
|
-
|
|
56054
|
-
|
|
56055
|
-
|
|
56056
|
-
|
|
56057
|
-
|
|
56058
|
-
|
|
56059
|
-
|
|
56060
|
-
|
|
56061
|
-
|
|
56062
|
-
|
|
56063
|
-
|
|
56064
|
-
|
|
56065
|
-
|
|
56066
|
-
),
|
|
56067
|
-
|
|
56068
|
-
|
|
56069
|
-
|
|
56070
|
-
|
|
56071
|
-
|
|
56057
|
+
/* @__PURE__ */ jsxs(
|
|
56058
|
+
"div",
|
|
56059
|
+
{
|
|
56060
|
+
className: cn(
|
|
56061
|
+
"flex flex-col gap-8 lg:w-1/2 pt-8 md:pt-0",
|
|
56062
|
+
contentClassName
|
|
56063
|
+
),
|
|
56064
|
+
children: [
|
|
56065
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
56066
|
+
"h1",
|
|
56067
|
+
{
|
|
56068
|
+
className: cn(
|
|
56069
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
56070
|
+
headingClassName
|
|
56071
|
+
),
|
|
56072
|
+
children: heading
|
|
56073
|
+
}
|
|
56074
|
+
) : /* @__PURE__ */ jsx(
|
|
56075
|
+
"h1",
|
|
56076
|
+
{
|
|
56077
|
+
className: cn(
|
|
56078
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
56079
|
+
headingClassName
|
|
56080
|
+
),
|
|
56081
|
+
children: heading
|
|
56082
|
+
}
|
|
56083
|
+
)),
|
|
56084
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
56085
|
+
"p",
|
|
56086
|
+
{
|
|
56087
|
+
className: cn(
|
|
56088
|
+
"text-lg md:text-xl text-balance",
|
|
56089
|
+
descriptionClassName
|
|
56090
|
+
),
|
|
56091
|
+
children: description
|
|
56092
|
+
}
|
|
56093
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
56094
|
+
renderNewsletterForm
|
|
56095
|
+
]
|
|
56096
|
+
}
|
|
56097
|
+
),
|
|
56072
56098
|
renderImage
|
|
56073
56099
|
] })
|
|
56074
56100
|
}
|
|
@@ -56085,7 +56111,7 @@ function HeroCenteredGradientCta({
|
|
|
56085
56111
|
features,
|
|
56086
56112
|
featuresSlot,
|
|
56087
56113
|
background,
|
|
56088
|
-
spacing = "
|
|
56114
|
+
spacing = "xl",
|
|
56089
56115
|
pattern,
|
|
56090
56116
|
patternOpacity,
|
|
56091
56117
|
className,
|
|
@@ -56122,9 +56148,9 @@ function HeroCenteredGradientCta({
|
|
|
56122
56148
|
className,
|
|
56123
56149
|
containerClassName,
|
|
56124
56150
|
children: /* @__PURE__ */ jsxs("div", { className: "relative gap-6 z-10 flex flex-col items-center text-center", children: [
|
|
56125
|
-
badge && /* @__PURE__ */ jsxs(Badge, {
|
|
56151
|
+
badge && /* @__PURE__ */ jsxs(Badge, { className: cn("px-3", badgeClassName), children: [
|
|
56126
56152
|
badgeIcon,
|
|
56127
|
-
typeof badge === "string" ? /* @__PURE__ */ jsx("span", { children: badge }) : badge
|
|
56153
|
+
typeof badge === "string" ? /* @__PURE__ */ jsx("span", { className: "font-bold", children: badge }) : badge
|
|
56128
56154
|
] }),
|
|
56129
56155
|
(heading || headingHighlight) && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
56130
56156
|
"h1",
|
|
@@ -56243,7 +56269,7 @@ function HeroStatsSocialProof({
|
|
|
56243
56269
|
patternOpacity,
|
|
56244
56270
|
className,
|
|
56245
56271
|
containerClassName,
|
|
56246
|
-
children: /* @__PURE__ */ jsx("div", { className: "
|
|
56272
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
56247
56273
|
/* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-4 md:gap-8", contentClassName), children: [
|
|
56248
56274
|
badge && /* @__PURE__ */ jsxs(Badge, { className: cn("px-4 py-2 gap-2", badgeClassName), children: [
|
|
56249
56275
|
badgeIcon,
|
|
@@ -56375,12 +56401,12 @@ function HeroFeatureCardsGrid({
|
|
|
56375
56401
|
patternOpacity,
|
|
56376
56402
|
className,
|
|
56377
56403
|
containerClassName,
|
|
56378
|
-
children: /* @__PURE__ */ jsxs("div", { className: "
|
|
56404
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
56379
56405
|
/* @__PURE__ */ jsxs(
|
|
56380
56406
|
"div",
|
|
56381
56407
|
{
|
|
56382
56408
|
className: cn(
|
|
56383
|
-
"mx-auto max-w-full md:max-w-3xl text-center",
|
|
56409
|
+
"mx-auto max-w-full md:max-w-3xl text-center flex flex-col items-center",
|
|
56384
56410
|
contentClassName
|
|
56385
56411
|
),
|
|
56386
56412
|
children: [
|
|
@@ -56452,7 +56478,7 @@ function HeroTestimonialImageGrid({
|
|
|
56452
56478
|
const renderTestimonial = useMemo(() => {
|
|
56453
56479
|
if (testimonialSlot) return testimonialSlot;
|
|
56454
56480
|
if (!testimonial || !testimonial.avatars) return null;
|
|
56455
|
-
return /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-3", children: [
|
|
56481
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-3 pt-8", children: [
|
|
56456
56482
|
/* @__PURE__ */ jsx("div", { className: "flex -space-x-2", children: testimonial.avatars.map((avatar, index) => /* @__PURE__ */ jsxs(Avatar, { className: "size-10 border-2 border-border", children: [
|
|
56457
56483
|
/* @__PURE__ */ jsx(AvatarImage, { src: avatar.image, alt: testimonial.author }),
|
|
56458
56484
|
/* @__PURE__ */ jsx(AvatarFallback, { children: avatar.fallback })
|
|
@@ -56502,7 +56528,7 @@ function HeroTestimonialImageGrid({
|
|
|
56502
56528
|
patternOpacity,
|
|
56503
56529
|
className,
|
|
56504
56530
|
containerClassName,
|
|
56505
|
-
children: /* @__PURE__ */ jsx("div", { className: "
|
|
56531
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-8 md:flex-row", children: [
|
|
56506
56532
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
56507
56533
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 lg:gap-8", children: [
|
|
56508
56534
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
@@ -56603,7 +56629,7 @@ function HeroDesignSystem3d({
|
|
|
56603
56629
|
"div",
|
|
56604
56630
|
{
|
|
56605
56631
|
className: cn(
|
|
56606
|
-
"relative mt-
|
|
56632
|
+
"relative mt-8 aspect-[1.2/1] overflow-hidden sm:-right-[10%] sm:mt-16 sm:aspect-[2.788990826/1]",
|
|
56607
56633
|
imagesClassName
|
|
56608
56634
|
),
|
|
56609
56635
|
children: [
|
|
@@ -56925,85 +56951,91 @@ function HeroInnovationImageGrid({
|
|
|
56925
56951
|
patternOpacity,
|
|
56926
56952
|
className,
|
|
56927
56953
|
containerClassName,
|
|
56928
|
-
children: /* @__PURE__ */ jsx("div", { className: "
|
|
56929
|
-
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
|
|
56930
|
-
|
|
56931
|
-
|
|
56932
|
-
|
|
56933
|
-
|
|
56934
|
-
|
|
56935
|
-
|
|
56936
|
-
|
|
56937
|
-
|
|
56938
|
-
|
|
56939
|
-
|
|
56940
|
-
|
|
56941
|
-
|
|
56942
|
-
|
|
56943
|
-
|
|
56944
|
-
|
|
56945
|
-
|
|
56946
|
-
|
|
56947
|
-
|
|
56948
|
-
|
|
56949
|
-
|
|
56950
|
-
|
|
56951
|
-
|
|
56952
|
-
|
|
56953
|
-
|
|
56954
|
-
|
|
56955
|
-
|
|
56956
|
-
|
|
56957
|
-
|
|
56958
|
-
|
|
56959
|
-
|
|
56960
|
-
|
|
56961
|
-
|
|
56962
|
-
|
|
56963
|
-
|
|
56964
|
-
|
|
56965
|
-
|
|
56966
|
-
|
|
56967
|
-
|
|
56968
|
-
|
|
56969
|
-
|
|
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
|
-
|
|
56954
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-12 md:gap-22.5 lg:grid-cols-2", children: [
|
|
56955
|
+
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
|
|
56956
|
+
"div",
|
|
56957
|
+
{
|
|
56958
|
+
className: cn("flex flex-col gap-2 md:gap-12", contentClassName),
|
|
56959
|
+
children: [
|
|
56960
|
+
/* @__PURE__ */ jsxs("div", { children: [
|
|
56961
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
56962
|
+
"h1",
|
|
56963
|
+
{
|
|
56964
|
+
className: cn(
|
|
56965
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
56966
|
+
headingClassName
|
|
56967
|
+
),
|
|
56968
|
+
children: heading
|
|
56969
|
+
}
|
|
56970
|
+
) : /* @__PURE__ */ jsx(
|
|
56971
|
+
"h1",
|
|
56972
|
+
{
|
|
56973
|
+
className: cn(
|
|
56974
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
56975
|
+
headingClassName
|
|
56976
|
+
),
|
|
56977
|
+
children: heading
|
|
56978
|
+
}
|
|
56979
|
+
)),
|
|
56980
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
56981
|
+
"p",
|
|
56982
|
+
{
|
|
56983
|
+
className: cn(
|
|
56984
|
+
"text-lg text-balance",
|
|
56985
|
+
descriptionClassName
|
|
56986
|
+
),
|
|
56987
|
+
children: description
|
|
56988
|
+
}
|
|
56989
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description }))
|
|
56990
|
+
] }),
|
|
56991
|
+
/* @__PURE__ */ jsx(
|
|
56992
|
+
BlockActions,
|
|
56993
|
+
{
|
|
56994
|
+
actions,
|
|
56995
|
+
actionsSlot,
|
|
56996
|
+
actionsClassName
|
|
56997
|
+
}
|
|
56998
|
+
)
|
|
56999
|
+
]
|
|
57000
|
+
}
|
|
57001
|
+
) }),
|
|
57002
|
+
renderImages
|
|
57003
|
+
] }) })
|
|
57004
|
+
}
|
|
57005
|
+
);
|
|
57006
|
+
}
|
|
57007
|
+
function HeroVideoDialogGradient({
|
|
57008
|
+
videoAspectRatio = "horizontal",
|
|
57009
|
+
heading,
|
|
57010
|
+
description,
|
|
57011
|
+
actions,
|
|
57012
|
+
videoAction,
|
|
57013
|
+
image,
|
|
57014
|
+
imageSlot,
|
|
57015
|
+
videoDialog,
|
|
57016
|
+
background,
|
|
57017
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57018
|
+
spacing = "xl",
|
|
57019
|
+
pattern,
|
|
57020
|
+
onVideoClick,
|
|
57021
|
+
patternOpacity,
|
|
57022
|
+
className,
|
|
57023
|
+
headingClassName,
|
|
57024
|
+
descriptionClassName,
|
|
57025
|
+
imageClassName,
|
|
57026
|
+
optixFlowConfig
|
|
57027
|
+
}) {
|
|
57028
|
+
const [isVideoOpen, setIsVideoOpen] = useState(false);
|
|
57029
|
+
const handleVideoClick = () => {
|
|
57030
|
+
if (onVideoClick) {
|
|
57031
|
+
onVideoClick();
|
|
57032
|
+
} else {
|
|
57033
|
+
setIsVideoOpen(true);
|
|
57034
|
+
}
|
|
57035
|
+
};
|
|
57036
|
+
const renderImage = useMemo(() => {
|
|
57037
|
+
if (imageSlot) return imageSlot;
|
|
57038
|
+
if (!image) return null;
|
|
57007
57039
|
return /* @__PURE__ */ 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__ */ jsx(AspectRatio, { ratio: 1.406469761 / 1, children: /* @__PURE__ */ jsx(
|
|
57008
57040
|
Img,
|
|
57009
57041
|
{
|
|
@@ -57028,8 +57060,8 @@ function HeroVideoDialogGradient({
|
|
|
57028
57060
|
patternOpacity,
|
|
57029
57061
|
className,
|
|
57030
57062
|
containerClassName,
|
|
57031
|
-
children: /* @__PURE__ */ jsxs("div", { className: "relative z-20", children: [
|
|
57032
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-8", children: [
|
|
57063
|
+
children: /* @__PURE__ */ jsxs("div", { className: "relative z-20 pt-10 md:pt-", children: [
|
|
57064
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-6 md:gap-8", children: [
|
|
57033
57065
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-6", children: [
|
|
57034
57066
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57035
57067
|
"h1",
|
|
@@ -57108,45 +57140,17 @@ function HeroMinimalCenteredDark({
|
|
|
57108
57140
|
stats,
|
|
57109
57141
|
statsSlot,
|
|
57110
57142
|
background,
|
|
57111
|
-
|
|
57143
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57144
|
+
spacing = "lg",
|
|
57112
57145
|
pattern,
|
|
57113
57146
|
patternOpacity,
|
|
57114
57147
|
className,
|
|
57115
|
-
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57116
57148
|
badgeClassName,
|
|
57117
57149
|
headingClassName,
|
|
57118
57150
|
descriptionClassName,
|
|
57119
57151
|
actionsClassName,
|
|
57120
57152
|
statsClassName
|
|
57121
57153
|
}) {
|
|
57122
|
-
const renderActions = useMemo(() => {
|
|
57123
|
-
if (actionsSlot) return actionsSlot;
|
|
57124
|
-
if (!actions || actions.length === 0) return null;
|
|
57125
|
-
return actions.map((action, index) => {
|
|
57126
|
-
const {
|
|
57127
|
-
label,
|
|
57128
|
-
icon,
|
|
57129
|
-
iconAfter,
|
|
57130
|
-
children,
|
|
57131
|
-
className: actionClassName,
|
|
57132
|
-
...pressableProps
|
|
57133
|
-
} = action;
|
|
57134
|
-
return /* @__PURE__ */ jsx(
|
|
57135
|
-
Pressable,
|
|
57136
|
-
{
|
|
57137
|
-
asButton: true,
|
|
57138
|
-
className: actionClassName,
|
|
57139
|
-
...pressableProps,
|
|
57140
|
-
children: children ?? /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
57141
|
-
icon,
|
|
57142
|
-
label,
|
|
57143
|
-
iconAfter
|
|
57144
|
-
] })
|
|
57145
|
-
},
|
|
57146
|
-
index
|
|
57147
|
-
);
|
|
57148
|
-
});
|
|
57149
|
-
}, [actionsSlot, actions]);
|
|
57150
57154
|
const renderStats = useMemo(() => {
|
|
57151
57155
|
if (statsSlot) return statsSlot;
|
|
57152
57156
|
if (!stats || stats.length === 0) return null;
|
|
@@ -57172,7 +57176,7 @@ function HeroMinimalCenteredDark({
|
|
|
57172
57176
|
className,
|
|
57173
57177
|
containerClassName,
|
|
57174
57178
|
children: /* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
57175
|
-
badge && /* @__PURE__ */ jsx(Badge, { className: cn("px-
|
|
57179
|
+
badge && /* @__PURE__ */ jsx(Badge, { className: cn("px-4 py-1", badgeClassName), children: typeof badge === "string" ? /* @__PURE__ */ jsx("span", { children: badge }) : badge }),
|
|
57176
57180
|
(heading || headingHighlight) && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57177
57181
|
"h1",
|
|
57178
57182
|
{
|
|
@@ -57202,14 +57206,12 @@ function HeroMinimalCenteredDark({
|
|
|
57202
57206
|
children: description
|
|
57203
57207
|
}
|
|
57204
57208
|
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
57205
|
-
|
|
57206
|
-
|
|
57209
|
+
/* @__PURE__ */ jsx(
|
|
57210
|
+
BlockActions,
|
|
57207
57211
|
{
|
|
57208
|
-
|
|
57209
|
-
|
|
57210
|
-
|
|
57211
|
-
),
|
|
57212
|
-
children: renderActions
|
|
57212
|
+
actions,
|
|
57213
|
+
actionsSlot,
|
|
57214
|
+
actionsClassName
|
|
57213
57215
|
}
|
|
57214
57216
|
),
|
|
57215
57217
|
(statsSlot || stats && stats.length > 0) && /* @__PURE__ */ jsx(
|
|
@@ -57234,6 +57236,7 @@ function HeroProductShowcaseFloating({
|
|
|
57234
57236
|
description,
|
|
57235
57237
|
actions,
|
|
57236
57238
|
actionsSlot,
|
|
57239
|
+
actionsClassName,
|
|
57237
57240
|
productImage,
|
|
57238
57241
|
productImageSlot,
|
|
57239
57242
|
floatingStat,
|
|
@@ -57241,11 +57244,11 @@ function HeroProductShowcaseFloating({
|
|
|
57241
57244
|
userCount,
|
|
57242
57245
|
userCountSlot,
|
|
57243
57246
|
background,
|
|
57244
|
-
spacing,
|
|
57245
57247
|
pattern,
|
|
57246
57248
|
patternOpacity,
|
|
57247
57249
|
className,
|
|
57248
|
-
containerClassName,
|
|
57250
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57251
|
+
spacing = "xl",
|
|
57249
57252
|
contentClassName,
|
|
57250
57253
|
headingClassName,
|
|
57251
57254
|
descriptionClassName,
|
|
@@ -57254,32 +57257,21 @@ function HeroProductShowcaseFloating({
|
|
|
57254
57257
|
}) {
|
|
57255
57258
|
const renderBadge = useMemo(() => {
|
|
57256
57259
|
if (badgeSlot) return badgeSlot;
|
|
57257
|
-
return /* @__PURE__ */ jsxs(
|
|
57258
|
-
|
|
57259
|
-
|
|
57260
|
-
|
|
57260
|
+
return /* @__PURE__ */ jsxs(
|
|
57261
|
+
"div",
|
|
57262
|
+
{
|
|
57263
|
+
className: cn(
|
|
57264
|
+
"inline-flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm font-medium",
|
|
57265
|
+
`${getAccentColor(background)}/10`,
|
|
57266
|
+
getAccentColor(background)
|
|
57267
|
+
),
|
|
57268
|
+
children: [
|
|
57269
|
+
badgeIcon && /* @__PURE__ */ jsx(DynamicIcon, { name: badgeIcon, size: 16 }),
|
|
57270
|
+
badgeText && /* @__PURE__ */ jsx("span", { children: badgeText })
|
|
57271
|
+
]
|
|
57272
|
+
}
|
|
57273
|
+
);
|
|
57261
57274
|
}, [badgeSlot, badgeIcon, badgeText]);
|
|
57262
|
-
const renderActions = useMemo(() => {
|
|
57263
|
-
if (actionsSlot) return actionsSlot;
|
|
57264
|
-
if (!actions || actions.length === 0) return null;
|
|
57265
|
-
return /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-4 sm:flex-row", children: actions.map((action, index) => {
|
|
57266
|
-
const { label, icon, iconAfter, children, className: actionClassName, ...pressableProps } = action;
|
|
57267
|
-
return /* @__PURE__ */ jsx(
|
|
57268
|
-
Pressable,
|
|
57269
|
-
{
|
|
57270
|
-
asButton: true,
|
|
57271
|
-
className: actionClassName,
|
|
57272
|
-
...pressableProps,
|
|
57273
|
-
children: children ?? /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
57274
|
-
icon,
|
|
57275
|
-
label,
|
|
57276
|
-
iconAfter
|
|
57277
|
-
] })
|
|
57278
|
-
},
|
|
57279
|
-
index
|
|
57280
|
-
);
|
|
57281
|
-
}) });
|
|
57282
|
-
}, [actionsSlot, actions]);
|
|
57283
57275
|
const renderFloatingStat = useMemo(() => {
|
|
57284
57276
|
if (floatingStatSlot) return floatingStatSlot;
|
|
57285
57277
|
if (!floatingStat) return null;
|
|
@@ -57307,7 +57299,10 @@ function HeroProductShowcaseFloating({
|
|
|
57307
57299
|
{
|
|
57308
57300
|
src: avatar.src,
|
|
57309
57301
|
alt: avatar.alt,
|
|
57310
|
-
className: cn(
|
|
57302
|
+
className: cn(
|
|
57303
|
+
"h-8 w-8 rounded-full border-2 border-background object-cover",
|
|
57304
|
+
avatar.className
|
|
57305
|
+
),
|
|
57311
57306
|
optixFlowConfig
|
|
57312
57307
|
},
|
|
57313
57308
|
idx
|
|
@@ -57321,20 +57316,30 @@ function HeroProductShowcaseFloating({
|
|
|
57321
57316
|
const renderProductShowcase = useMemo(() => {
|
|
57322
57317
|
if (productImageSlot) return productImageSlot;
|
|
57323
57318
|
if (!productImage) return null;
|
|
57324
|
-
return /* @__PURE__ */ jsx("div", { className: cn("order-
|
|
57319
|
+
return /* @__PURE__ */ jsx("div", { className: cn("order-1", showcaseClassName), children: /* @__PURE__ */ jsxs("div", { className: "relative", children: [
|
|
57325
57320
|
/* @__PURE__ */ 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__ */ jsx(
|
|
57326
57321
|
Img,
|
|
57327
57322
|
{
|
|
57328
57323
|
src: productImage.src,
|
|
57329
57324
|
alt: productImage.alt,
|
|
57330
|
-
className: cn(
|
|
57325
|
+
className: cn(
|
|
57326
|
+
"h-full w-full rounded-lg object-cover shadow-2xl",
|
|
57327
|
+
productImage.className
|
|
57328
|
+
),
|
|
57331
57329
|
optixFlowConfig
|
|
57332
57330
|
}
|
|
57333
57331
|
) }),
|
|
57334
57332
|
renderFloatingStat,
|
|
57335
57333
|
renderUserCount
|
|
57336
57334
|
] }) });
|
|
57337
|
-
}, [
|
|
57335
|
+
}, [
|
|
57336
|
+
productImageSlot,
|
|
57337
|
+
productImage,
|
|
57338
|
+
showcaseClassName,
|
|
57339
|
+
optixFlowConfig,
|
|
57340
|
+
renderFloatingStat,
|
|
57341
|
+
renderUserCount
|
|
57342
|
+
]);
|
|
57338
57343
|
return /* @__PURE__ */ jsx(
|
|
57339
57344
|
Section,
|
|
57340
57345
|
{
|
|
@@ -57343,13 +57348,49 @@ function HeroProductShowcaseFloating({
|
|
|
57343
57348
|
pattern,
|
|
57344
57349
|
patternOpacity,
|
|
57345
57350
|
className: cn(className),
|
|
57346
|
-
|
|
57351
|
+
containerClassName,
|
|
57352
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
57347
57353
|
renderProductShowcase,
|
|
57348
|
-
/* @__PURE__ */ jsxs("div", { className: cn("
|
|
57354
|
+
/* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-8 order-2", contentClassName), children: [
|
|
57349
57355
|
renderBadge,
|
|
57350
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57351
|
-
|
|
57352
|
-
|
|
57356
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57357
|
+
"h1",
|
|
57358
|
+
{
|
|
57359
|
+
className: cn(
|
|
57360
|
+
"text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl",
|
|
57361
|
+
headingClassName
|
|
57362
|
+
),
|
|
57363
|
+
children: heading
|
|
57364
|
+
}
|
|
57365
|
+
) : /* @__PURE__ */ jsx(
|
|
57366
|
+
"h1",
|
|
57367
|
+
{
|
|
57368
|
+
className: cn(
|
|
57369
|
+
"text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl",
|
|
57370
|
+
headingClassName
|
|
57371
|
+
),
|
|
57372
|
+
children: heading
|
|
57373
|
+
}
|
|
57374
|
+
)),
|
|
57375
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
57376
|
+
"p",
|
|
57377
|
+
{
|
|
57378
|
+
className: cn(
|
|
57379
|
+
"text-lg",
|
|
57380
|
+
getTextColor(background, "muted"),
|
|
57381
|
+
descriptionClassName
|
|
57382
|
+
),
|
|
57383
|
+
children: description
|
|
57384
|
+
}
|
|
57385
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
57386
|
+
/* @__PURE__ */ jsx(
|
|
57387
|
+
BlockActions,
|
|
57388
|
+
{
|
|
57389
|
+
actions,
|
|
57390
|
+
actionsSlot,
|
|
57391
|
+
actionsClassName
|
|
57392
|
+
}
|
|
57393
|
+
)
|
|
57353
57394
|
] })
|
|
57354
57395
|
] }) })
|
|
57355
57396
|
}
|
|
@@ -57366,11 +57407,11 @@ function HeroSaasDashboardPreview({
|
|
|
57366
57407
|
browserPreview,
|
|
57367
57408
|
browserPreviewSlot,
|
|
57368
57409
|
background,
|
|
57369
|
-
|
|
57410
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57411
|
+
spacing = "xl",
|
|
57370
57412
|
pattern,
|
|
57371
57413
|
patternOpacity,
|
|
57372
57414
|
className,
|
|
57373
|
-
containerClassName,
|
|
57374
57415
|
headerClassName,
|
|
57375
57416
|
headingClassName,
|
|
57376
57417
|
descriptionClassName,
|
|
@@ -57379,21 +57420,18 @@ function HeroSaasDashboardPreview({
|
|
|
57379
57420
|
}) {
|
|
57380
57421
|
const renderBadge = useMemo(() => {
|
|
57381
57422
|
if (badgeSlot) return badgeSlot;
|
|
57382
|
-
return /* @__PURE__ */ jsxs(
|
|
57383
|
-
"
|
|
57384
|
-
|
|
57385
|
-
|
|
57386
|
-
|
|
57387
|
-
|
|
57388
|
-
|
|
57389
|
-
|
|
57390
|
-
|
|
57391
|
-
|
|
57392
|
-
|
|
57393
|
-
|
|
57394
|
-
),
|
|
57395
|
-
badgeText && /* @__PURE__ */ jsx("span", { children: badgeText })
|
|
57396
|
-
] });
|
|
57423
|
+
return /* @__PURE__ */ jsxs(
|
|
57424
|
+
"div",
|
|
57425
|
+
{
|
|
57426
|
+
className: cn(
|
|
57427
|
+
"inline-flex items-center gap-2 rounded-full border border-border px-4 py-2 text-sm bg-muted text-muted-foreground"
|
|
57428
|
+
),
|
|
57429
|
+
children: [
|
|
57430
|
+
badgeIcon && /* @__PURE__ */ jsx(DynamicIcon, { name: badgeIcon, size: 16 }),
|
|
57431
|
+
badgeText && /* @__PURE__ */ jsx("span", { children: badgeText })
|
|
57432
|
+
]
|
|
57433
|
+
}
|
|
57434
|
+
);
|
|
57397
57435
|
}, [badgeSlot, badgeIcon, badgeText]);
|
|
57398
57436
|
const renderEmailForm = useMemo(() => {
|
|
57399
57437
|
if (emailFormSlot) return emailFormSlot;
|
|
@@ -57419,39 +57457,49 @@ function HeroSaasDashboardPreview({
|
|
|
57419
57457
|
}
|
|
57420
57458
|
)
|
|
57421
57459
|
] }) }),
|
|
57422
|
-
emailForm.helperText && (typeof emailForm.helperText === "string" ? /* @__PURE__ */ jsx("p", { className:
|
|
57460
|
+
emailForm.helperText && (typeof emailForm.helperText === "string" ? /* @__PURE__ */ jsx("p", { className: "mt-4 text-sm", children: emailForm.helperText }) : emailForm.helperText)
|
|
57423
57461
|
] });
|
|
57424
57462
|
}, [emailFormSlot, emailForm]);
|
|
57425
57463
|
const renderBrowserPreview = useMemo(() => {
|
|
57426
57464
|
if (browserPreviewSlot) return browserPreviewSlot;
|
|
57427
57465
|
if (!browserPreview) return null;
|
|
57428
57466
|
return /* @__PURE__ */ jsxs("div", { className: cn("relative mt-20", previewClassName), children: [
|
|
57429
|
-
/* @__PURE__ */ jsx("div", { className: "absolute inset-0
|
|
57430
|
-
/* @__PURE__ */ jsxs(
|
|
57431
|
-
"
|
|
57432
|
-
|
|
57433
|
-
|
|
57434
|
-
|
|
57435
|
-
|
|
57436
|
-
|
|
57437
|
-
|
|
57438
|
-
|
|
57439
|
-
|
|
57440
|
-
|
|
57441
|
-
|
|
57442
|
-
|
|
57443
|
-
|
|
57444
|
-
|
|
57445
|
-
|
|
57446
|
-
|
|
57447
|
-
|
|
57448
|
-
|
|
57449
|
-
|
|
57450
|
-
|
|
57451
|
-
|
|
57452
|
-
|
|
57453
|
-
|
|
57454
|
-
|
|
57467
|
+
/* @__PURE__ */ jsx("div", { className: "absolute inset-0 z-10 pointer-events-none" }),
|
|
57468
|
+
/* @__PURE__ */ jsxs(
|
|
57469
|
+
"div",
|
|
57470
|
+
{
|
|
57471
|
+
className: cn(
|
|
57472
|
+
"overflow-hidden rounded-xl border border-border shadow-2xl"
|
|
57473
|
+
),
|
|
57474
|
+
children: [
|
|
57475
|
+
/* @__PURE__ */ jsxs(
|
|
57476
|
+
"div",
|
|
57477
|
+
{
|
|
57478
|
+
className: cn(
|
|
57479
|
+
"flex items-center gap-2 border-b border-border px-4 py-3"
|
|
57480
|
+
),
|
|
57481
|
+
children: [
|
|
57482
|
+
/* @__PURE__ */ jsxs("div", { className: "flex gap-1.5", children: [
|
|
57483
|
+
/* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-destructive" }),
|
|
57484
|
+
/* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-accent" }),
|
|
57485
|
+
/* @__PURE__ */ jsx("div", { className: "h-3 w-3 rounded-full bg-primary" })
|
|
57486
|
+
] }),
|
|
57487
|
+
browserPreview.url && /* @__PURE__ */ jsx("div", { className: cn("flex-1 text-center text-sm"), children: browserPreview.url })
|
|
57488
|
+
]
|
|
57489
|
+
}
|
|
57490
|
+
),
|
|
57491
|
+
browserPreview.image && /* @__PURE__ */ jsx(
|
|
57492
|
+
Img,
|
|
57493
|
+
{
|
|
57494
|
+
src: browserPreview.image.src,
|
|
57495
|
+
alt: browserPreview.image.alt,
|
|
57496
|
+
className: cn("w-full", browserPreview.image.className),
|
|
57497
|
+
optixFlowConfig
|
|
57498
|
+
}
|
|
57499
|
+
)
|
|
57500
|
+
]
|
|
57501
|
+
}
|
|
57502
|
+
)
|
|
57455
57503
|
] });
|
|
57456
57504
|
}, [browserPreviewSlot, browserPreview, previewClassName, optixFlowConfig]);
|
|
57457
57505
|
return /* @__PURE__ */ jsx(
|
|
@@ -57462,11 +57510,39 @@ function HeroSaasDashboardPreview({
|
|
|
57462
57510
|
pattern,
|
|
57463
57511
|
patternOpacity,
|
|
57464
57512
|
className: cn(className),
|
|
57465
|
-
|
|
57513
|
+
containerClassName,
|
|
57514
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57466
57515
|
/* @__PURE__ */ jsxs("div", { className: cn("mx-auto max-w-4xl text-center", headerClassName), children: [
|
|
57467
57516
|
renderBadge,
|
|
57468
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57469
|
-
|
|
57517
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57518
|
+
"h1",
|
|
57519
|
+
{
|
|
57520
|
+
className: cn(
|
|
57521
|
+
"mt-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl text-balance",
|
|
57522
|
+
headingClassName
|
|
57523
|
+
),
|
|
57524
|
+
children: heading
|
|
57525
|
+
}
|
|
57526
|
+
) : /* @__PURE__ */ jsx(
|
|
57527
|
+
"h1",
|
|
57528
|
+
{
|
|
57529
|
+
className: cn(
|
|
57530
|
+
"mt-8 text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl text-balance",
|
|
57531
|
+
headingClassName
|
|
57532
|
+
),
|
|
57533
|
+
children: heading
|
|
57534
|
+
}
|
|
57535
|
+
)),
|
|
57536
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
57537
|
+
"p",
|
|
57538
|
+
{
|
|
57539
|
+
className: cn(
|
|
57540
|
+
"mt-6 text-lg md:text-xl text-balance",
|
|
57541
|
+
descriptionClassName
|
|
57542
|
+
),
|
|
57543
|
+
children: description
|
|
57544
|
+
}
|
|
57545
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
57470
57546
|
renderEmailForm
|
|
57471
57547
|
] }),
|
|
57472
57548
|
renderBrowserPreview
|
|
@@ -57479,12 +57555,13 @@ function HeroTherapyTestimonialGrid({
|
|
|
57479
57555
|
description,
|
|
57480
57556
|
actions,
|
|
57481
57557
|
actionsSlot,
|
|
57558
|
+
actionsClassName,
|
|
57482
57559
|
images,
|
|
57483
57560
|
imagesSlot,
|
|
57484
57561
|
testimonial,
|
|
57485
57562
|
testimonialSlot,
|
|
57486
57563
|
background,
|
|
57487
|
-
spacing = "
|
|
57564
|
+
spacing = "xl",
|
|
57488
57565
|
pattern,
|
|
57489
57566
|
patternOpacity,
|
|
57490
57567
|
className,
|
|
@@ -57494,34 +57571,6 @@ function HeroTherapyTestimonialGrid({
|
|
|
57494
57571
|
descriptionClassName,
|
|
57495
57572
|
optixFlowConfig
|
|
57496
57573
|
}) {
|
|
57497
|
-
const renderActions = useMemo(() => {
|
|
57498
|
-
if (actionsSlot) return actionsSlot;
|
|
57499
|
-
if (!actions || actions.length === 0) return null;
|
|
57500
|
-
return /* @__PURE__ */ jsx("div", { className: "flex flex-col mt-6 md:mt-8 gap-4 sm:flex-row items-center", children: actions.map((action, index) => {
|
|
57501
|
-
const {
|
|
57502
|
-
label,
|
|
57503
|
-
icon,
|
|
57504
|
-
iconAfter,
|
|
57505
|
-
children,
|
|
57506
|
-
className: actionClassName,
|
|
57507
|
-
...pressableProps
|
|
57508
|
-
} = action;
|
|
57509
|
-
return /* @__PURE__ */ jsx(
|
|
57510
|
-
Pressable,
|
|
57511
|
-
{
|
|
57512
|
-
asButton: true,
|
|
57513
|
-
className: actionClassName,
|
|
57514
|
-
...pressableProps,
|
|
57515
|
-
children: children ?? /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
57516
|
-
icon,
|
|
57517
|
-
/* @__PURE__ */ jsx("span", { children: label }),
|
|
57518
|
-
iconAfter
|
|
57519
|
-
] })
|
|
57520
|
-
},
|
|
57521
|
-
index
|
|
57522
|
-
);
|
|
57523
|
-
}) });
|
|
57524
|
-
}, [actionsSlot, actions]);
|
|
57525
57574
|
const renderTestimonial = useMemo(() => {
|
|
57526
57575
|
if (testimonialSlot) return testimonialSlot;
|
|
57527
57576
|
if (!testimonial) return null;
|
|
@@ -57600,12 +57649,12 @@ function HeroTherapyTestimonialGrid({
|
|
|
57600
57649
|
patternOpacity,
|
|
57601
57650
|
className,
|
|
57602
57651
|
containerClassName,
|
|
57603
|
-
children: /* @__PURE__ */ jsxs("div", { className: "
|
|
57652
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57604
57653
|
/* @__PURE__ */ jsxs(
|
|
57605
57654
|
"div",
|
|
57606
57655
|
{
|
|
57607
57656
|
className: cn(
|
|
57608
|
-
"mx-auto mb-
|
|
57657
|
+
"mx-auto mb-8 md:mb-12 flex max-w-[900px] flex-col items-center gap-3",
|
|
57609
57658
|
headerClassName
|
|
57610
57659
|
),
|
|
57611
57660
|
children: [
|
|
@@ -57632,13 +57681,20 @@ function HeroTherapyTestimonialGrid({
|
|
|
57632
57681
|
"p",
|
|
57633
57682
|
{
|
|
57634
57683
|
className: cn(
|
|
57635
|
-
"text-center text-lg md:text-xl",
|
|
57684
|
+
"text-center text-lg md:text-xl text-balance",
|
|
57636
57685
|
descriptionClassName
|
|
57637
57686
|
),
|
|
57638
57687
|
children: description
|
|
57639
57688
|
}
|
|
57640
57689
|
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
57641
|
-
|
|
57690
|
+
/* @__PURE__ */ jsx(
|
|
57691
|
+
BlockActions,
|
|
57692
|
+
{
|
|
57693
|
+
actions,
|
|
57694
|
+
actionsSlot,
|
|
57695
|
+
actionsClassName
|
|
57696
|
+
}
|
|
57697
|
+
)
|
|
57642
57698
|
]
|
|
57643
57699
|
}
|
|
57644
57700
|
),
|
|
@@ -57648,76 +57704,90 @@ function HeroTherapyTestimonialGrid({
|
|
|
57648
57704
|
);
|
|
57649
57705
|
}
|
|
57650
57706
|
function HeroMentalHealthTeam({
|
|
57651
|
-
|
|
57707
|
+
description,
|
|
57708
|
+
descriptionClassName,
|
|
57709
|
+
actions,
|
|
57710
|
+
actionsSlot,
|
|
57711
|
+
actionsClassName,
|
|
57652
57712
|
heading,
|
|
57653
|
-
|
|
57654
|
-
|
|
57713
|
+
smallImages,
|
|
57714
|
+
smallImagesSlot,
|
|
57655
57715
|
testimonial,
|
|
57656
57716
|
testimonialSlot,
|
|
57657
57717
|
featureImage,
|
|
57658
57718
|
featureImageSlot,
|
|
57659
57719
|
background,
|
|
57660
|
-
spacing,
|
|
57720
|
+
spacing = "xl",
|
|
57661
57721
|
pattern,
|
|
57662
57722
|
patternOpacity,
|
|
57663
57723
|
className,
|
|
57664
|
-
containerClassName,
|
|
57724
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57665
57725
|
headerClassName,
|
|
57666
57726
|
headingClassName,
|
|
57667
57727
|
gridClassName,
|
|
57668
57728
|
optixFlowConfig
|
|
57669
57729
|
}) {
|
|
57670
|
-
const
|
|
57671
|
-
if (
|
|
57672
|
-
if (!
|
|
57730
|
+
const renderSmallImages = useMemo(() => {
|
|
57731
|
+
if (smallImagesSlot) return smallImagesSlot;
|
|
57732
|
+
if (!smallImages || smallImages.length === 0) return null;
|
|
57673
57733
|
return /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
57674
|
-
|
|
57734
|
+
smallImages[0] && /* @__PURE__ */ jsx("div", { className: "col-[1/2] row-[1/2] w-full", children: /* @__PURE__ */ jsx("div", { className: "h-full max-h-77.5 w-full overflow-hidden rounded-2xl", children: /* @__PURE__ */ jsx(
|
|
57675
57735
|
Img,
|
|
57676
57736
|
{
|
|
57677
|
-
src:
|
|
57678
|
-
alt:
|
|
57679
|
-
className: cn(
|
|
57737
|
+
src: smallImages[0].src,
|
|
57738
|
+
alt: smallImages[0].alt,
|
|
57739
|
+
className: cn(
|
|
57740
|
+
"block h-full w-full object-cover object-center",
|
|
57741
|
+
smallImages[0].className
|
|
57742
|
+
),
|
|
57680
57743
|
optixFlowConfig
|
|
57681
57744
|
}
|
|
57682
57745
|
) }) }),
|
|
57683
|
-
|
|
57746
|
+
smallImages[1] && /* @__PURE__ */ jsx("div", { className: "col-[2/3] row-[1/2] w-full md:col-[2/3] md:row-[1/2]", children: /* @__PURE__ */ jsx("div", { className: "h-full max-h-77.5 w-full overflow-hidden rounded-2xl", children: /* @__PURE__ */ jsx(
|
|
57684
57747
|
Img,
|
|
57685
57748
|
{
|
|
57686
|
-
src:
|
|
57687
|
-
alt:
|
|
57688
|
-
className: cn(
|
|
57749
|
+
src: smallImages[1].src,
|
|
57750
|
+
alt: smallImages[1].alt,
|
|
57751
|
+
className: cn(
|
|
57752
|
+
"block h-full w-full object-cover object-center",
|
|
57753
|
+
smallImages[1].className
|
|
57754
|
+
),
|
|
57689
57755
|
optixFlowConfig
|
|
57690
57756
|
}
|
|
57691
57757
|
) }) })
|
|
57692
57758
|
] });
|
|
57693
|
-
}, [
|
|
57759
|
+
}, [smallImagesSlot, smallImages, optixFlowConfig]);
|
|
57694
57760
|
const renderTestimonial = useMemo(() => {
|
|
57695
57761
|
if (testimonialSlot) return testimonialSlot;
|
|
57696
57762
|
if (!testimonial) return null;
|
|
57697
57763
|
const avatarSrc = testimonial.avatarSrc ?? testimonial.avatar?.src;
|
|
57698
|
-
return /* @__PURE__ */ jsx("div", { className: "col-[1/3] row-[3/4] w-full md:col-[1/3] md:row-[2/3]", children: /* @__PURE__ */ jsxs(
|
|
57699
|
-
"
|
|
57700
|
-
|
|
57701
|
-
|
|
57702
|
-
|
|
57703
|
-
|
|
57704
|
-
|
|
57705
|
-
|
|
57706
|
-
|
|
57707
|
-
|
|
57708
|
-
|
|
57709
|
-
|
|
57710
|
-
|
|
57711
|
-
|
|
57712
|
-
|
|
57713
|
-
|
|
57714
|
-
|
|
57715
|
-
|
|
57716
|
-
|
|
57717
|
-
|
|
57718
|
-
|
|
57719
|
-
|
|
57720
|
-
|
|
57764
|
+
return /* @__PURE__ */ jsx("div", { className: "col-[1/3] row-[3/4] w-full md:col-[1/3] md:row-[2/3]", children: /* @__PURE__ */ jsxs(
|
|
57765
|
+
"div",
|
|
57766
|
+
{
|
|
57767
|
+
className: cn(
|
|
57768
|
+
"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"
|
|
57769
|
+
),
|
|
57770
|
+
children: [
|
|
57771
|
+
avatarSrc && /* @__PURE__ */ jsx("div", { className: "h-20 w-20 shrink-0 overflow-hidden rounded-xl md:h-30 md:w-30", children: /* @__PURE__ */ jsx(
|
|
57772
|
+
Img,
|
|
57773
|
+
{
|
|
57774
|
+
src: avatarSrc,
|
|
57775
|
+
alt: testimonial.avatar?.alt ?? "",
|
|
57776
|
+
className: "h-full w-full object-cover object-center",
|
|
57777
|
+
optixFlowConfig
|
|
57778
|
+
}
|
|
57779
|
+
) }),
|
|
57780
|
+
/* @__PURE__ */ jsxs("div", { className: "flex h-full w-full flex-col justify-between gap-2 text-muted-foreground", children: [
|
|
57781
|
+
/* @__PURE__ */ jsxs("p", { className: "text-lg font-medium", children: [
|
|
57782
|
+
'"',
|
|
57783
|
+
testimonial.quote,
|
|
57784
|
+
'"'
|
|
57785
|
+
] }),
|
|
57786
|
+
/* @__PURE__ */ jsx("p", { className: "", children: testimonial.author })
|
|
57787
|
+
] })
|
|
57788
|
+
]
|
|
57789
|
+
}
|
|
57790
|
+
) });
|
|
57721
57791
|
}, [testimonialSlot, testimonial, optixFlowConfig]);
|
|
57722
57792
|
const renderFeatureImage = useMemo(() => {
|
|
57723
57793
|
if (featureImageSlot) return featureImageSlot;
|
|
@@ -57727,7 +57797,10 @@ function HeroMentalHealthTeam({
|
|
|
57727
57797
|
{
|
|
57728
57798
|
src: featureImage.src,
|
|
57729
57799
|
alt: featureImage.alt,
|
|
57730
|
-
className: cn(
|
|
57800
|
+
className: cn(
|
|
57801
|
+
"block h-full w-full object-cover object-center",
|
|
57802
|
+
featureImage.className
|
|
57803
|
+
),
|
|
57731
57804
|
optixFlowConfig
|
|
57732
57805
|
}
|
|
57733
57806
|
) }) });
|
|
@@ -57735,17 +57808,75 @@ function HeroMentalHealthTeam({
|
|
|
57735
57808
|
return /* @__PURE__ */ jsx(
|
|
57736
57809
|
Section,
|
|
57737
57810
|
{
|
|
57738
|
-
|
|
57739
|
-
|
|
57740
|
-
|
|
57741
|
-
|
|
57742
|
-
|
|
57743
|
-
|
|
57744
|
-
|
|
57745
|
-
|
|
57746
|
-
|
|
57747
|
-
|
|
57748
|
-
|
|
57811
|
+
background,
|
|
57812
|
+
spacing,
|
|
57813
|
+
pattern,
|
|
57814
|
+
patternOpacity,
|
|
57815
|
+
className,
|
|
57816
|
+
containerClassName,
|
|
57817
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
57818
|
+
/* @__PURE__ */ jsxs(
|
|
57819
|
+
"div",
|
|
57820
|
+
{
|
|
57821
|
+
className: cn(
|
|
57822
|
+
"mx-auto mb-16 flex max-w-[900px] flex-col items-center gap-6",
|
|
57823
|
+
headerClassName
|
|
57824
|
+
),
|
|
57825
|
+
children: [
|
|
57826
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
57827
|
+
"h1",
|
|
57828
|
+
{
|
|
57829
|
+
className: cn(
|
|
57830
|
+
"text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl text-balance",
|
|
57831
|
+
headingClassName
|
|
57832
|
+
),
|
|
57833
|
+
children: heading
|
|
57834
|
+
}
|
|
57835
|
+
) : /* @__PURE__ */ jsx(
|
|
57836
|
+
"h1",
|
|
57837
|
+
{
|
|
57838
|
+
className: cn(
|
|
57839
|
+
"text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl text-balance",
|
|
57840
|
+
headingClassName
|
|
57841
|
+
),
|
|
57842
|
+
children: heading
|
|
57843
|
+
}
|
|
57844
|
+
)),
|
|
57845
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
57846
|
+
"p",
|
|
57847
|
+
{
|
|
57848
|
+
className: cn(
|
|
57849
|
+
"text-center text-lg md:text-xl text-balance",
|
|
57850
|
+
descriptionClassName
|
|
57851
|
+
),
|
|
57852
|
+
children: description
|
|
57853
|
+
}
|
|
57854
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
57855
|
+
/* @__PURE__ */ jsx(
|
|
57856
|
+
BlockActions,
|
|
57857
|
+
{
|
|
57858
|
+
actions,
|
|
57859
|
+
actionsSlot,
|
|
57860
|
+
actionsClassName
|
|
57861
|
+
}
|
|
57862
|
+
)
|
|
57863
|
+
]
|
|
57864
|
+
}
|
|
57865
|
+
),
|
|
57866
|
+
/* @__PURE__ */ jsxs(
|
|
57867
|
+
"div",
|
|
57868
|
+
{
|
|
57869
|
+
className: cn(
|
|
57870
|
+
"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)]",
|
|
57871
|
+
gridClassName
|
|
57872
|
+
),
|
|
57873
|
+
children: [
|
|
57874
|
+
renderSmallImages,
|
|
57875
|
+
renderTestimonial,
|
|
57876
|
+
renderFeatureImage
|
|
57877
|
+
]
|
|
57878
|
+
}
|
|
57879
|
+
)
|
|
57749
57880
|
] })
|
|
57750
57881
|
}
|
|
57751
57882
|
);
|
|
@@ -57940,18 +58071,21 @@ function HeroMentorshipVideoSplit({
|
|
|
57940
58071
|
}
|
|
57941
58072
|
function HeroBusinessOperationsMosaic({
|
|
57942
58073
|
heading,
|
|
57943
|
-
|
|
58074
|
+
description,
|
|
58075
|
+
descriptionClassName,
|
|
57944
58076
|
images,
|
|
57945
58077
|
imagesSlot,
|
|
58078
|
+
actions,
|
|
58079
|
+
actionsSlot,
|
|
58080
|
+
actionsClassName,
|
|
57946
58081
|
background,
|
|
57947
|
-
spacing,
|
|
58082
|
+
spacing = "xl",
|
|
57948
58083
|
pattern,
|
|
57949
58084
|
patternOpacity,
|
|
57950
58085
|
className,
|
|
57951
|
-
containerClassName,
|
|
58086
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
57952
58087
|
contentClassName,
|
|
57953
58088
|
headingClassName,
|
|
57954
|
-
subheadingClassName,
|
|
57955
58089
|
mosaicClassName,
|
|
57956
58090
|
optixFlowConfig
|
|
57957
58091
|
}) {
|
|
@@ -57959,30 +58093,39 @@ function HeroBusinessOperationsMosaic({
|
|
|
57959
58093
|
if (imagesSlot) return imagesSlot;
|
|
57960
58094
|
if (!images || images.length === 0) return null;
|
|
57961
58095
|
return /* @__PURE__ */ 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: [
|
|
57962
|
-
images[0] && /* @__PURE__ */ jsx("div", { className: "col-[1/3] row-[1/3]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58096
|
+
images[0] && /* @__PURE__ */ jsx("div", { className: "col-[1/3] row-[1/3]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsx(
|
|
57963
58097
|
Img,
|
|
57964
58098
|
{
|
|
57965
58099
|
src: images[0].src,
|
|
57966
58100
|
alt: images[0].alt,
|
|
57967
|
-
className: cn(
|
|
58101
|
+
className: cn(
|
|
58102
|
+
"h-full w-full object-cover object-center",
|
|
58103
|
+
images[0].className
|
|
58104
|
+
),
|
|
57968
58105
|
optixFlowConfig
|
|
57969
58106
|
}
|
|
57970
58107
|
) }) }),
|
|
57971
|
-
images[1] && /* @__PURE__ */ jsx("div", { className: "col-[3/5] row-[2/3]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58108
|
+
images[1] && /* @__PURE__ */ jsx("div", { className: "col-[3/5] row-[2/3]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsx(
|
|
57972
58109
|
Img,
|
|
57973
58110
|
{
|
|
57974
58111
|
src: images[1].src,
|
|
57975
58112
|
alt: images[1].alt,
|
|
57976
|
-
className: cn(
|
|
58113
|
+
className: cn(
|
|
58114
|
+
"h-full w-full object-cover object-center",
|
|
58115
|
+
images[1].className
|
|
58116
|
+
),
|
|
57977
58117
|
optixFlowConfig
|
|
57978
58118
|
}
|
|
57979
58119
|
) }) }),
|
|
57980
|
-
images[2] && /* @__PURE__ */ jsx("div", { className: "col-[2/4] row-[3/4]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw]
|
|
58120
|
+
images[2] && /* @__PURE__ */ jsx("div", { className: "col-[2/4] row-[3/4]", children: /* @__PURE__ */ jsx("div", { className: "h-full w-full overflow-hidden rounded-[2vw] lg:rounded-[1.2vw] xl:rounded-2xl", children: /* @__PURE__ */ jsx(
|
|
57981
58121
|
Img,
|
|
57982
58122
|
{
|
|
57983
58123
|
src: images[2].src,
|
|
57984
58124
|
alt: images[2].alt,
|
|
57985
|
-
className: cn(
|
|
58125
|
+
className: cn(
|
|
58126
|
+
"h-full w-full object-cover object-center",
|
|
58127
|
+
images[2].className
|
|
58128
|
+
),
|
|
57986
58129
|
optixFlowConfig
|
|
57987
58130
|
}
|
|
57988
58131
|
) }) })
|
|
@@ -57996,12 +58139,39 @@ function HeroBusinessOperationsMosaic({
|
|
|
57996
58139
|
pattern,
|
|
57997
58140
|
patternOpacity,
|
|
57998
58141
|
className,
|
|
57999
|
-
|
|
58142
|
+
containerClassName,
|
|
58143
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 items-center justify-between gap-14 lg:grid-cols-2", children: [
|
|
58000
58144
|
/* @__PURE__ */ jsx("div", { className: cn("w-full max-w-166.5", mosaicClassName), children: /* @__PURE__ */ jsx(AspectRatio, { ratio: 0.815177479 / 1, children: renderMosaic }) }),
|
|
58001
|
-
/* @__PURE__ */ jsxs(
|
|
58002
|
-
|
|
58003
|
-
|
|
58004
|
-
|
|
58145
|
+
/* @__PURE__ */ jsxs(
|
|
58146
|
+
"div",
|
|
58147
|
+
{
|
|
58148
|
+
className: cn(
|
|
58149
|
+
"flex w-full max-w-125 flex-col gap-6 md:gap-14 lg:max-w-full",
|
|
58150
|
+
contentClassName
|
|
58151
|
+
),
|
|
58152
|
+
children: [
|
|
58153
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
58154
|
+
"h1",
|
|
58155
|
+
{
|
|
58156
|
+
className: cn(
|
|
58157
|
+
"text-6xl lg:text-7xl xl:text-[5rem] font-semibold",
|
|
58158
|
+
headingClassName
|
|
58159
|
+
),
|
|
58160
|
+
children: heading
|
|
58161
|
+
}
|
|
58162
|
+
) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
|
|
58163
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-lg md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
58164
|
+
/* @__PURE__ */ jsx(
|
|
58165
|
+
BlockActions,
|
|
58166
|
+
{
|
|
58167
|
+
actions,
|
|
58168
|
+
actionsSlot,
|
|
58169
|
+
actionsClassName
|
|
58170
|
+
}
|
|
58171
|
+
)
|
|
58172
|
+
]
|
|
58173
|
+
}
|
|
58174
|
+
)
|
|
58005
58175
|
] }) })
|
|
58006
58176
|
}
|
|
58007
58177
|
);
|