@opensite/ui 1.6.7 → 1.6.8
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-architecture-fullscreen.cjs +7 -54
- package/dist/hero-architecture-fullscreen.js +7 -54
- package/dist/hero-badge-shadow-overlay.cjs +42 -45
- package/dist/hero-badge-shadow-overlay.d.cts +14 -2
- package/dist/hero-badge-shadow-overlay.d.ts +14 -2
- package/dist/hero-badge-shadow-overlay.js +42 -45
- package/dist/hero-billing-platform-logos.cjs +5 -9
- package/dist/hero-billing-platform-logos.d.cts +1 -5
- package/dist/hero-billing-platform-logos.d.ts +1 -5
- package/dist/hero-billing-platform-logos.js +5 -9
- package/dist/hero-centered-gradient-cta.cjs +12 -68
- package/dist/hero-centered-gradient-cta.js +12 -68
- package/dist/hero-conversion-video-play.cjs +13 -64
- package/dist/hero-conversion-video-play.js +13 -64
- package/dist/hero-customer-support-layered.cjs +1 -1
- package/dist/hero-customer-support-layered.js +1 -1
- package/dist/hero-dashed-border-features.cjs +8 -71
- package/dist/hero-dashed-border-features.js +8 -71
- package/dist/hero-design-showcase-logos.cjs +7 -32
- package/dist/hero-design-showcase-logos.js +7 -32
- package/dist/hero-floating-images.cjs +1 -1
- package/dist/hero-floating-images.js +1 -1
- package/dist/hero-grid-pattern-solutions.cjs +7 -66
- package/dist/hero-grid-pattern-solutions.js +7 -66
- package/dist/hero-hiring-animated-text.cjs +10 -5
- package/dist/hero-hiring-animated-text.js +10 -5
- package/dist/hero-marketplace-scattered-images.cjs +7 -32
- package/dist/hero-marketplace-scattered-images.js +7 -32
- package/dist/hero-mentorship-video-split.cjs +11 -14
- package/dist/hero-mentorship-video-split.js +11 -14
- package/dist/hero-mobile-app-download.cjs +2 -2
- package/dist/hero-mobile-app-download.d.cts +1 -1
- package/dist/hero-mobile-app-download.d.ts +1 -1
- package/dist/hero-mobile-app-download.js +2 -2
- package/dist/hero-premium-split-avatars.cjs +11 -9
- package/dist/hero-premium-split-avatars.d.cts +5 -1
- package/dist/hero-premium-split-avatars.d.ts +5 -1
- package/dist/hero-premium-split-avatars.js +11 -9
- package/dist/hero-presentation-platform-video.cjs +12 -9
- package/dist/hero-presentation-platform-video.d.cts +5 -1
- package/dist/hero-presentation-platform-video.d.ts +5 -1
- package/dist/hero-presentation-platform-video.js +12 -9
- package/dist/hero-productivity-launcher-video.cjs +11 -35
- package/dist/hero-productivity-launcher-video.js +11 -35
- package/dist/hero-spiral-pattern-cards.cjs +49 -92
- package/dist/hero-spiral-pattern-cards.d.cts +20 -3
- package/dist/hero-spiral-pattern-cards.d.ts +20 -3
- package/dist/hero-spiral-pattern-cards.js +49 -92
- package/dist/hero-split-spiral-shapes.cjs +43 -90
- package/dist/hero-split-spiral-shapes.d.cts +17 -4
- package/dist/hero-split-spiral-shapes.d.ts +17 -4
- package/dist/hero-split-spiral-shapes.js +43 -90
- package/dist/hero-startup-launch-cta.cjs +2 -2
- package/dist/hero-startup-launch-cta.js +2 -2
- package/dist/hero-task-timer-animated.cjs +64 -156
- package/dist/hero-task-timer-animated.d.cts +13 -1
- package/dist/hero-task-timer-animated.d.ts +13 -1
- package/dist/hero-task-timer-animated.js +64 -156
- package/dist/hero-testimonial-image-grid.cjs +10 -38
- package/dist/hero-testimonial-image-grid.js +10 -38
- package/dist/hero-therapy-testimonial-grid.cjs +11 -40
- package/dist/hero-therapy-testimonial-grid.js +11 -40
- package/dist/hero-video-background-dark.cjs +10 -34
- package/dist/hero-video-background-dark.d.cts +5 -1
- package/dist/hero-video-background-dark.d.ts +5 -1
- package/dist/hero-video-background-dark.js +10 -34
- package/dist/registry.cjs +353 -302
- package/dist/registry.js +353 -302
- package/package.json +1 -1
package/dist/registry.cjs
CHANGED
|
@@ -50002,7 +50002,7 @@ function HeroFloatingImages({
|
|
|
50002
50002
|
zoomIndicatorClassName,
|
|
50003
50003
|
optixFlowConfig,
|
|
50004
50004
|
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
50005
|
-
spacing = "py-
|
|
50005
|
+
spacing = "py-32 md:py-32"
|
|
50006
50006
|
}) {
|
|
50007
50007
|
const [lightboxOpen, setLightboxOpen] = React52.useState(false);
|
|
50008
50008
|
const [lightboxIndex, setLightboxIndex] = React52.useState(0);
|
|
@@ -51701,14 +51701,18 @@ function HeroSpiralPatternCards({
|
|
|
51701
51701
|
description,
|
|
51702
51702
|
actions,
|
|
51703
51703
|
actionsSlot,
|
|
51704
|
+
images,
|
|
51705
|
+
imagesSlot,
|
|
51706
|
+
optixFlowConfig,
|
|
51704
51707
|
background,
|
|
51705
|
-
spacing,
|
|
51708
|
+
spacing = "py-32 md:py-32",
|
|
51706
51709
|
pattern,
|
|
51707
51710
|
patternOpacity,
|
|
51708
51711
|
className,
|
|
51709
|
-
containerClassName,
|
|
51712
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
51710
51713
|
headingClassName,
|
|
51711
|
-
descriptionClassName
|
|
51714
|
+
descriptionClassName,
|
|
51715
|
+
imagesClassName
|
|
51712
51716
|
}) {
|
|
51713
51717
|
const renderActions = React52.useMemo(() => {
|
|
51714
51718
|
if (actionsSlot) return actionsSlot;
|
|
@@ -51731,53 +51735,57 @@ function HeroSpiralPatternCards({
|
|
|
51731
51735
|
);
|
|
51732
51736
|
}) });
|
|
51733
51737
|
}, [actionsSlot, actions]);
|
|
51734
|
-
|
|
51738
|
+
const renderImages = React52.useMemo(() => {
|
|
51739
|
+
if (imagesSlot) return imagesSlot;
|
|
51740
|
+
if (!images || images.length === 0) return null;
|
|
51741
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-16 flex flex-col items-center justify-center lg:mt-32", imagesClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative mx-auto aspect-square w-[95%] max-w-125 sm:w-full", children: [
|
|
51742
|
+
images[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 z-5 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] translate-x-[-75%] translate-y-[10%] scale-[0.85] rotate-[-15deg] justify-center overflow-hidden rounded-lg border border-border opacity-60 md:w-85 md:max-w-85", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51743
|
+
img.Img,
|
|
51744
|
+
{
|
|
51745
|
+
src: images[0].src,
|
|
51746
|
+
alt: images[0].alt,
|
|
51747
|
+
className: cn("h-full w-full object-cover", images[0].className),
|
|
51748
|
+
optixFlowConfig
|
|
51749
|
+
}
|
|
51750
|
+
) }),
|
|
51751
|
+
images[1] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 z-10 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] translate-x-[-40%] translate-y-[5%] scale-[0.9] rotate-[-7deg] justify-center overflow-hidden rounded-lg border border-border opacity-80 md:w-85 md:max-w-85", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51752
|
+
img.Img,
|
|
51753
|
+
{
|
|
51754
|
+
src: images[1].src,
|
|
51755
|
+
alt: images[1].alt,
|
|
51756
|
+
className: cn("h-full w-full object-cover", images[1].className),
|
|
51757
|
+
optixFlowConfig
|
|
51758
|
+
}
|
|
51759
|
+
) }),
|
|
51760
|
+
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 z-20 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] justify-center overflow-hidden rounded-lg border border-border md:w-85 md:max-w-85", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51761
|
+
img.Img,
|
|
51762
|
+
{
|
|
51763
|
+
src: images[2].src,
|
|
51764
|
+
alt: images[2].alt,
|
|
51765
|
+
className: cn("h-full w-full object-cover", images[2].className),
|
|
51766
|
+
optixFlowConfig
|
|
51767
|
+
}
|
|
51768
|
+
) })
|
|
51769
|
+
] }) });
|
|
51770
|
+
}, [imagesSlot, images, imagesClassName, optixFlowConfig]);
|
|
51771
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
51735
51772
|
Section,
|
|
51736
51773
|
{
|
|
51737
51774
|
background,
|
|
51738
51775
|
spacing,
|
|
51739
51776
|
pattern,
|
|
51740
51777
|
patternOpacity,
|
|
51741
|
-
className: cn(className),
|
|
51742
|
-
|
|
51743
|
-
|
|
51778
|
+
className: cn("relative flex items-center justify-center", className),
|
|
51779
|
+
containerClassName,
|
|
51780
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
51781
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center text-center", children: [
|
|
51744
51782
|
badgeText && (typeof badgeText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs uppercase", children: badgeText }) : badgeText),
|
|
51745
51783
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-3 text-2xl font-bold text-pretty sm:text-4xl md:my-6 lg:text-5xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-3 text-2xl font-bold text-pretty sm:text-4xl md:my-6 lg:text-5xl", headingClassName), children: heading })),
|
|
51746
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 max-w-xl md:mb-12 lg:text-xl
|
|
51784
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-6 max-w-xl md:mb-12 lg:text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
51747
51785
|
renderActions
|
|
51748
51786
|
] }),
|
|
51749
|
-
|
|
51750
|
-
|
|
51751
|
-
"svg",
|
|
51752
|
-
{
|
|
51753
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
51754
|
-
version: "1.1",
|
|
51755
|
-
viewBox: "0 0 800 800",
|
|
51756
|
-
className: cn("h-full w-full opacity-20", getTextColor(background, "muted")),
|
|
51757
|
-
children: Array.from(Array(4e3).keys()).map((dot, index, array) => {
|
|
51758
|
-
const angle = 0.2 * index;
|
|
51759
|
-
const scalar = 300 + index * (100 / array.length);
|
|
51760
|
-
const x = Math.round(Math.cos(angle) * scalar);
|
|
51761
|
-
const y = Math.round(Math.sin(angle) * scalar);
|
|
51762
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
51763
|
-
"circle",
|
|
51764
|
-
{
|
|
51765
|
-
r: 1,
|
|
51766
|
-
cx: 400 + x,
|
|
51767
|
-
cy: 400 + y,
|
|
51768
|
-
fill: "currentColor",
|
|
51769
|
-
opacity: (array.length - index) / array.length
|
|
51770
|
-
},
|
|
51771
|
-
index
|
|
51772
|
-
);
|
|
51773
|
-
})
|
|
51774
|
-
}
|
|
51775
|
-
) }),
|
|
51776
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("absolute inset-0 z-5 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] translate-x-[-75%] translate-y-[10%] scale-[0.85] rotate-[-15deg] justify-center rounded-lg border border-border opacity-60 md:w-85 md:max-w-85", getNestedCardBg(background, "accent")) }),
|
|
51777
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("absolute inset-0 z-10 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] translate-x-[-40%] translate-y-[5%] scale-[0.9] rotate-[-7deg] justify-center rounded-lg border border-border opacity-80 md:w-85 md:max-w-85", getNestedCardBg(background, "accent")) }),
|
|
51778
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("absolute inset-0 z-20 m-auto flex aspect-29/36 w-4/5 max-w-[16rem] justify-center rounded-lg border border-border md:w-85 md:max-w-85", getNestedCardBg(background, "accent")) })
|
|
51779
|
-
] }) })
|
|
51780
|
-
]
|
|
51787
|
+
renderImages
|
|
51788
|
+
] })
|
|
51781
51789
|
}
|
|
51782
51790
|
);
|
|
51783
51791
|
}
|
|
@@ -51787,16 +51795,19 @@ function HeroSplitSpiralShapes({
|
|
|
51787
51795
|
description,
|
|
51788
51796
|
actions,
|
|
51789
51797
|
actionsSlot,
|
|
51790
|
-
|
|
51798
|
+
images,
|
|
51799
|
+
imagesSlot,
|
|
51800
|
+
optixFlowConfig,
|
|
51791
51801
|
background,
|
|
51792
|
-
spacing,
|
|
51802
|
+
spacing = "py-32 md:py-32",
|
|
51793
51803
|
pattern,
|
|
51794
51804
|
patternOpacity,
|
|
51795
51805
|
className,
|
|
51796
|
-
containerClassName,
|
|
51806
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
51797
51807
|
contentClassName,
|
|
51798
51808
|
headingClassName,
|
|
51799
|
-
descriptionClassName
|
|
51809
|
+
descriptionClassName,
|
|
51810
|
+
imagesClassName
|
|
51800
51811
|
}) {
|
|
51801
51812
|
const renderActions = React52.useMemo(() => {
|
|
51802
51813
|
if (actionsSlot) return actionsSlot;
|
|
@@ -51819,39 +51830,39 @@ function HeroSplitSpiralShapes({
|
|
|
51819
51830
|
);
|
|
51820
51831
|
}) });
|
|
51821
51832
|
}, [actionsSlot, actions]);
|
|
51822
|
-
const
|
|
51823
|
-
if (
|
|
51824
|
-
|
|
51825
|
-
|
|
51826
|
-
|
|
51833
|
+
const renderImages = React52.useMemo(() => {
|
|
51834
|
+
if (imagesSlot) return imagesSlot;
|
|
51835
|
+
if (!images || images.length === 0) return null;
|
|
51836
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("relative aspect-3/4", imagesClassName), children: [
|
|
51837
|
+
images[0] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-[10%] left-[8%] w-[38%] overflow-hidden rounded-lg border border-border", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "aspect-5/6", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51838
|
+
img.Img,
|
|
51827
51839
|
{
|
|
51828
|
-
|
|
51829
|
-
|
|
51830
|
-
|
|
51831
|
-
|
|
51832
|
-
children: Array.from(Array(720).keys()).map((dot, index, array) => {
|
|
51833
|
-
const angle = 0.2 * index;
|
|
51834
|
-
const scalar = 40 + index * (360 / array.length);
|
|
51835
|
-
const x = Math.round(Math.cos(angle) * scalar);
|
|
51836
|
-
const y = Math.round(Math.sin(angle) * scalar);
|
|
51837
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
51838
|
-
"circle",
|
|
51839
|
-
{
|
|
51840
|
-
r: 3 * index / array.length,
|
|
51841
|
-
cx: 400 + x,
|
|
51842
|
-
cy: 400 + y,
|
|
51843
|
-
opacity: 1 - Math.sin(angle)
|
|
51844
|
-
},
|
|
51845
|
-
index
|
|
51846
|
-
);
|
|
51847
|
-
})
|
|
51840
|
+
src: images[0].src,
|
|
51841
|
+
alt: images[0].alt,
|
|
51842
|
+
className: cn("h-full w-full object-cover", images[0].className),
|
|
51843
|
+
optixFlowConfig
|
|
51848
51844
|
}
|
|
51849
|
-
) }),
|
|
51850
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
51851
|
-
|
|
51852
|
-
|
|
51845
|
+
) }) }),
|
|
51846
|
+
images[1] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-[20%] right-[12%] w-[20%] overflow-hidden rounded-lg border border-border", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "aspect-square", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51847
|
+
img.Img,
|
|
51848
|
+
{
|
|
51849
|
+
src: images[1].src,
|
|
51850
|
+
alt: images[1].alt,
|
|
51851
|
+
className: cn("h-full w-full object-cover", images[1].className),
|
|
51852
|
+
optixFlowConfig
|
|
51853
|
+
}
|
|
51854
|
+
) }) }),
|
|
51855
|
+
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute right-[24%] bottom-[24%] w-[38%] overflow-hidden rounded-lg border border-border", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "aspect-5/6", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
51856
|
+
img.Img,
|
|
51857
|
+
{
|
|
51858
|
+
src: images[2].src,
|
|
51859
|
+
alt: images[2].alt,
|
|
51860
|
+
className: cn("h-full w-full object-cover", images[2].className),
|
|
51861
|
+
optixFlowConfig
|
|
51862
|
+
}
|
|
51863
|
+
) }) })
|
|
51853
51864
|
] });
|
|
51854
|
-
}, [
|
|
51865
|
+
}, [imagesSlot, images, imagesClassName, optixFlowConfig]);
|
|
51855
51866
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
51856
51867
|
Section,
|
|
51857
51868
|
{
|
|
@@ -51859,15 +51870,16 @@ function HeroSplitSpiralShapes({
|
|
|
51859
51870
|
spacing,
|
|
51860
51871
|
pattern,
|
|
51861
51872
|
patternOpacity,
|
|
51862
|
-
className: cn(className),
|
|
51863
|
-
|
|
51873
|
+
className: cn("relative flex items-center justify-center", className),
|
|
51874
|
+
containerClassName,
|
|
51875
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid items-center gap-8 lg:grid-cols-2", children: [
|
|
51864
51876
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col items-center py-32 text-center lg:mx-auto lg:items-start lg:px-0 lg:text-left", contentClassName), children: [
|
|
51865
51877
|
badgeText && (typeof badgeText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { children: badgeText }) : badgeText),
|
|
51866
51878
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-6 text-4xl font-bold text-pretty lg:text-6xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-6 text-4xl font-bold text-pretty lg:text-6xl", headingClassName), children: heading })),
|
|
51867
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-8 max-w-xl lg:text-xl
|
|
51879
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-8 max-w-xl lg:text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
51868
51880
|
renderActions
|
|
51869
51881
|
] }),
|
|
51870
|
-
|
|
51882
|
+
renderImages
|
|
51871
51883
|
] }) })
|
|
51872
51884
|
}
|
|
51873
51885
|
);
|
|
@@ -52222,11 +52234,11 @@ function HeroMarketplaceScatteredImages({
|
|
|
52222
52234
|
imagesSlot,
|
|
52223
52235
|
showGridPattern = true,
|
|
52224
52236
|
background,
|
|
52225
|
-
spacing,
|
|
52237
|
+
spacing = "py-32 md:py-32",
|
|
52226
52238
|
pattern,
|
|
52227
52239
|
patternOpacity,
|
|
52228
52240
|
className,
|
|
52229
|
-
containerClassName,
|
|
52241
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
52230
52242
|
contentClassName,
|
|
52231
52243
|
headingClassName,
|
|
52232
52244
|
descriptionClassName,
|
|
@@ -52271,12 +52283,13 @@ function HeroMarketplaceScatteredImages({
|
|
|
52271
52283
|
spacing,
|
|
52272
52284
|
pattern,
|
|
52273
52285
|
patternOpacity,
|
|
52274
|
-
className: cn(className),
|
|
52275
|
-
|
|
52276
|
-
|
|
52286
|
+
className: cn("relative flex items-center justify-center", className),
|
|
52287
|
+
containerClassName,
|
|
52288
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
52289
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("relative mx-auto max-w-xl py-10 text-center", contentClassName), children: [
|
|
52277
52290
|
showGridPattern && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 -z-10 h-full w-full bg-[linear-gradient(to_right,hsl(var(--muted))_1px,transparent_1px),linear-gradient(to_bottom,hsl(var(--muted))_1px,transparent_1px)] mask-[radial-gradient(ellipse_50%_100%_at_50%_50%,#000_60%,transparent_100%)] bg-size-[64px_64px]" }),
|
|
52278
52291
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("mb-3 text-4xl lg:text-7xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("mb-3 text-4xl lg:text-7xl", headingClassName), children: heading })),
|
|
52279
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-5 text-sm md:text-base
|
|
52292
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-5 text-sm md:text-base text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
52280
52293
|
renderAction,
|
|
52281
52294
|
renderTagline
|
|
52282
52295
|
] }),
|
|
@@ -52288,17 +52301,20 @@ function HeroMarketplaceScatteredImages({
|
|
|
52288
52301
|
function HeroBadgeShadowOverlay({
|
|
52289
52302
|
announcementBadge,
|
|
52290
52303
|
announcementText,
|
|
52291
|
-
announcementHref
|
|
52304
|
+
announcementHref,
|
|
52305
|
+
description,
|
|
52306
|
+
descriptionClassName,
|
|
52292
52307
|
heading,
|
|
52293
52308
|
actions,
|
|
52294
52309
|
actionsSlot,
|
|
52295
|
-
backgroundImageUrl
|
|
52310
|
+
backgroundImageUrl,
|
|
52311
|
+
optixFlowConfig,
|
|
52296
52312
|
background,
|
|
52297
|
-
spacing,
|
|
52313
|
+
spacing = "py-0 md:py-0",
|
|
52298
52314
|
pattern,
|
|
52299
52315
|
patternOpacity,
|
|
52300
52316
|
className,
|
|
52301
|
-
containerClassName,
|
|
52317
|
+
containerClassName = "mx-0 w-screen px-0 sm:px-0 lg:px-0 max-w-screen relative z-10 min-h-screen h-full",
|
|
52302
52318
|
announcementClassName,
|
|
52303
52319
|
headingClassName,
|
|
52304
52320
|
actionsClassName
|
|
@@ -52306,8 +52322,15 @@ function HeroBadgeShadowOverlay({
|
|
|
52306
52322
|
const renderActions = React52.useMemo(() => {
|
|
52307
52323
|
if (actionsSlot) return actionsSlot;
|
|
52308
52324
|
if (!actions || actions.length === 0) return null;
|
|
52309
|
-
return actions.map((action, index) => {
|
|
52310
|
-
const {
|
|
52325
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex flex-col md:flex-row gap-4", actionsClassName), children: actions.map((action, index) => {
|
|
52326
|
+
const {
|
|
52327
|
+
label,
|
|
52328
|
+
icon,
|
|
52329
|
+
iconAfter,
|
|
52330
|
+
children,
|
|
52331
|
+
className: actionClassName,
|
|
52332
|
+
...pressableProps
|
|
52333
|
+
} = action;
|
|
52311
52334
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
52312
52335
|
Pressable,
|
|
52313
52336
|
{
|
|
@@ -52322,8 +52345,8 @@ function HeroBadgeShadowOverlay({
|
|
|
52322
52345
|
},
|
|
52323
52346
|
index
|
|
52324
52347
|
);
|
|
52325
|
-
});
|
|
52326
|
-
}, [actionsSlot, actions]);
|
|
52348
|
+
}) });
|
|
52349
|
+
}, [actionsSlot, actions, actionsClassName]);
|
|
52327
52350
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
52328
52351
|
Section,
|
|
52329
52352
|
{
|
|
@@ -52331,33 +52354,45 @@ function HeroBadgeShadowOverlay({
|
|
|
52331
52354
|
spacing,
|
|
52332
52355
|
pattern,
|
|
52333
52356
|
patternOpacity,
|
|
52334
|
-
className: cn("relative", className),
|
|
52357
|
+
className: cn("relative flex items-center justify-center", className),
|
|
52358
|
+
containerClassName,
|
|
52335
52359
|
children: [
|
|
52336
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
52360
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col min-h-screen h-full justify-center items-center", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-10 text-center px-6 max-full md:max-w-lg", children: [
|
|
52337
52361
|
(announcementBadge || announcementText) && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
52338
52362
|
Pressable,
|
|
52339
52363
|
{
|
|
52340
52364
|
href: announcementHref,
|
|
52341
52365
|
className: cn(
|
|
52342
|
-
"flex items-center gap-2 rounded-full px-2 py-1 text-sm
|
|
52343
|
-
`hover:${getNestedCardBg(background)}`,
|
|
52366
|
+
"flex items-center gap-2 rounded-full px-2 py-1 text-sm bg-card text-card-foreground",
|
|
52344
52367
|
announcementClassName
|
|
52345
52368
|
),
|
|
52346
52369
|
children: [
|
|
52347
52370
|
announcementBadge && /* @__PURE__ */ jsxRuntime.jsx(Badge, { children: announcementBadge }),
|
|
52348
52371
|
announcementText,
|
|
52349
|
-
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
52372
|
+
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-up-right", size: 16 })
|
|
52350
52373
|
]
|
|
52351
52374
|
}
|
|
52352
52375
|
),
|
|
52353
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
52354
|
-
|
|
52376
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
52377
|
+
"h1",
|
|
52378
|
+
{
|
|
52379
|
+
className: cn(
|
|
52380
|
+
"text-4xl font-semibold lg:text-8xl text-white text-balance text-shadow-xl text-center",
|
|
52381
|
+
headingClassName
|
|
52382
|
+
),
|
|
52383
|
+
children: heading
|
|
52384
|
+
}
|
|
52385
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
52386
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg text-balance", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
52387
|
+
renderActions
|
|
52355
52388
|
] }) }),
|
|
52356
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
52357
|
-
|
|
52389
|
+
backgroundImageUrl && /* @__PURE__ */ jsxRuntime.jsx(
|
|
52390
|
+
img.Img,
|
|
52358
52391
|
{
|
|
52359
|
-
|
|
52360
|
-
|
|
52392
|
+
src: backgroundImageUrl,
|
|
52393
|
+
alt: "Background Image",
|
|
52394
|
+
className: "absolute inset-0 -z-10 h-full w-full object-cover brightness-50",
|
|
52395
|
+
optixFlowConfig
|
|
52361
52396
|
}
|
|
52362
52397
|
)
|
|
52363
52398
|
]
|
|
@@ -52373,10 +52408,11 @@ function HeroVideoBackgroundDark({
|
|
|
52373
52408
|
videoSrc,
|
|
52374
52409
|
videoSlot,
|
|
52375
52410
|
background,
|
|
52376
|
-
spacing,
|
|
52411
|
+
spacing = "py-32 md:py-32",
|
|
52377
52412
|
pattern,
|
|
52378
52413
|
patternOpacity,
|
|
52379
52414
|
className,
|
|
52415
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
52380
52416
|
contentClassName,
|
|
52381
52417
|
headingClassName,
|
|
52382
52418
|
descriptionClassName
|
|
@@ -52416,23 +52452,24 @@ function HeroVideoBackgroundDark({
|
|
|
52416
52452
|
}
|
|
52417
52453
|
);
|
|
52418
52454
|
}, [videoSlot, videoSrc]);
|
|
52419
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
52455
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
52420
52456
|
Section,
|
|
52421
52457
|
{
|
|
52422
52458
|
background,
|
|
52423
52459
|
spacing,
|
|
52424
52460
|
pattern,
|
|
52425
52461
|
patternOpacity,
|
|
52426
|
-
className: cn(className),
|
|
52427
|
-
|
|
52428
|
-
|
|
52429
|
-
|
|
52462
|
+
className: cn("relative flex items-center justify-center", className),
|
|
52463
|
+
containerClassName,
|
|
52464
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
52465
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("relative z-10 mx-auto flex size-full max-w-3xl flex-col justify-center gap-4 lg:items-center lg:text-center", contentClassName), children: [
|
|
52466
|
+
badgeText && (typeof badgeText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground", children: badgeText }) : badgeText),
|
|
52430
52467
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-5xl font-bold lg:text-[4.2rem]", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-5xl font-bold lg:text-[4.2rem]", headingClassName), children: heading })),
|
|
52431
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg
|
|
52468
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
52432
52469
|
renderActions
|
|
52433
52470
|
] }),
|
|
52434
52471
|
renderVideo
|
|
52435
|
-
]
|
|
52472
|
+
] })
|
|
52436
52473
|
}
|
|
52437
52474
|
);
|
|
52438
52475
|
}
|
|
@@ -52508,11 +52545,11 @@ function HeroDashedBorderFeatures({
|
|
|
52508
52545
|
features,
|
|
52509
52546
|
featuresSlot,
|
|
52510
52547
|
background,
|
|
52511
|
-
spacing,
|
|
52548
|
+
spacing = "py-32 md:py-32",
|
|
52512
52549
|
pattern,
|
|
52513
52550
|
patternOpacity,
|
|
52514
52551
|
className,
|
|
52515
|
-
containerClassName,
|
|
52552
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
52516
52553
|
contentClassName,
|
|
52517
52554
|
headingClassName,
|
|
52518
52555
|
descriptionClassName,
|
|
@@ -52525,11 +52562,7 @@ function HeroDashedBorderFeatures({
|
|
|
52525
52562
|
Pressable,
|
|
52526
52563
|
{
|
|
52527
52564
|
href: announcementHref,
|
|
52528
|
-
className:
|
|
52529
|
-
"mx-auto mb-4 flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm",
|
|
52530
|
-
getNestedCardBg(background),
|
|
52531
|
-
getNestedCardTextColor(background)
|
|
52532
|
-
),
|
|
52565
|
+
className: "mx-auto mb-4 flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm bg-card",
|
|
52533
52566
|
children: [
|
|
52534
52567
|
/* @__PURE__ */ jsxRuntime.jsx(Badge, { children: badgeText }),
|
|
52535
52568
|
announcementText,
|
|
@@ -52592,11 +52625,7 @@ function HeroDashedBorderFeatures({
|
|
|
52592
52625
|
index === 1 && "border-x"
|
|
52593
52626
|
),
|
|
52594
52627
|
children: [
|
|
52595
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className:
|
|
52596
|
-
"flex size-10 shrink-0 items-center justify-center rounded-md text-sm lg:size-12 lg:text-base",
|
|
52597
|
-
getNestedCardBg(background),
|
|
52598
|
-
getNestedCardTextColor(background)
|
|
52599
|
-
), children: feature.icon ?? /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: feature.iconName || "lucide/check", size: 20 }) }),
|
|
52628
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "flex size-10 shrink-0 items-center justify-center rounded-md text-sm lg:size-12 lg:text-base bg-card", children: feature.icon ?? /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: feature.iconName || "lucide/check", size: 20 }) }),
|
|
52600
52629
|
feature.title
|
|
52601
52630
|
]
|
|
52602
52631
|
},
|
|
@@ -52610,12 +52639,13 @@ function HeroDashedBorderFeatures({
|
|
|
52610
52639
|
spacing,
|
|
52611
52640
|
pattern,
|
|
52612
52641
|
patternOpacity,
|
|
52613
|
-
className,
|
|
52614
|
-
|
|
52642
|
+
className: cn("relative flex items-center justify-center", className),
|
|
52643
|
+
containerClassName,
|
|
52644
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
52615
52645
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("border-x border-t border-dashed px-4 py-20 md:px-16", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mx-auto max-w-3xl", children: [
|
|
52616
52646
|
renderAnnouncement,
|
|
52617
52647
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-4 mb-6 text-center text-3xl font-semibold lg:text-8xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
52618
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl text-center lg:text-xl
|
|
52648
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-6 max-w-2xl text-center lg:text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
52619
52649
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex flex-col justify-center gap-2 sm:flex-row", actionsClassName), children: renderActions })
|
|
52620
52650
|
] }) }),
|
|
52621
52651
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("relative grid border-x border-dashed md:grid-cols-3", featuresClassName), children: [
|
|
@@ -52845,8 +52875,8 @@ function HeroGradientClientFocused({
|
|
|
52845
52875
|
);
|
|
52846
52876
|
}
|
|
52847
52877
|
function HeroPremiumSplitAvatars({
|
|
52848
|
-
brandName
|
|
52849
|
-
brandSuffix
|
|
52878
|
+
brandName,
|
|
52879
|
+
brandSuffix,
|
|
52850
52880
|
brandSlot,
|
|
52851
52881
|
heading,
|
|
52852
52882
|
description,
|
|
@@ -52854,14 +52884,15 @@ function HeroPremiumSplitAvatars({
|
|
|
52854
52884
|
actionSlot,
|
|
52855
52885
|
avatars,
|
|
52856
52886
|
avatarsSlot,
|
|
52857
|
-
socialProofText
|
|
52887
|
+
socialProofText,
|
|
52858
52888
|
image,
|
|
52859
52889
|
imageSlot,
|
|
52860
52890
|
background,
|
|
52861
|
-
spacing,
|
|
52891
|
+
spacing = "py-32 md:py-32",
|
|
52862
52892
|
pattern,
|
|
52863
52893
|
patternOpacity,
|
|
52864
52894
|
className,
|
|
52895
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
52865
52896
|
contentClassName,
|
|
52866
52897
|
headingClassName,
|
|
52867
52898
|
descriptionClassName,
|
|
@@ -52910,16 +52941,17 @@ function HeroPremiumSplitAvatars({
|
|
|
52910
52941
|
}
|
|
52911
52942
|
);
|
|
52912
52943
|
}, [imageSlot, image, imageClassName, optixFlowConfig]);
|
|
52913
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
52944
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
52914
52945
|
Section,
|
|
52915
52946
|
{
|
|
52916
52947
|
background,
|
|
52917
52948
|
spacing,
|
|
52918
52949
|
pattern,
|
|
52919
52950
|
patternOpacity,
|
|
52920
|
-
className: cn("
|
|
52921
|
-
|
|
52922
|
-
|
|
52951
|
+
className: cn("relative flex items-center justify-center dark", className),
|
|
52952
|
+
containerClassName,
|
|
52953
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex w-full", children: [
|
|
52954
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full items-center justify-center bg-background lg:w-1/2", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("my-10 flex w-[500px] flex-col gap-24", contentClassName), children: [
|
|
52923
52955
|
renderBrand,
|
|
52924
52956
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
52925
52957
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("text-4xl lg:text-6xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h2", { className: cn("text-4xl lg:text-6xl", headingClassName), children: heading })),
|
|
@@ -52929,7 +52961,7 @@ function HeroPremiumSplitAvatars({
|
|
|
52929
52961
|
renderAvatars
|
|
52930
52962
|
] }) }),
|
|
52931
52963
|
renderImage
|
|
52932
|
-
]
|
|
52964
|
+
] })
|
|
52933
52965
|
}
|
|
52934
52966
|
);
|
|
52935
52967
|
}
|
|
@@ -53309,58 +53341,35 @@ function HeroGradientAvatarsRating({
|
|
|
53309
53341
|
}
|
|
53310
53342
|
function HeroTaskTimerAnimated({
|
|
53311
53343
|
heading,
|
|
53344
|
+
description,
|
|
53345
|
+
descriptionClassName,
|
|
53312
53346
|
actions,
|
|
53313
53347
|
actionsSlot,
|
|
53314
53348
|
images,
|
|
53315
53349
|
imagesSlot,
|
|
53316
53350
|
background,
|
|
53317
|
-
spacing,
|
|
53351
|
+
spacing = "py-32 md:py-32",
|
|
53318
53352
|
pattern,
|
|
53319
53353
|
patternOpacity,
|
|
53320
53354
|
className,
|
|
53355
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
53321
53356
|
headerClassName,
|
|
53322
53357
|
headingClassName,
|
|
53323
53358
|
imagesClassName,
|
|
53324
53359
|
optixFlowConfig
|
|
53325
53360
|
}) {
|
|
53326
|
-
const defaultActions = [
|
|
53327
|
-
{
|
|
53328
|
-
label: "Download for Mac",
|
|
53329
|
-
href: "#",
|
|
53330
|
-
variant: "default",
|
|
53331
|
-
className: "group h-fit rounded-xl p-4 text-xl font-semibold shadow-xl",
|
|
53332
|
-
icon: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/apple", size: 20, className: "mr-2" })
|
|
53333
|
-
},
|
|
53334
|
-
{
|
|
53335
|
-
label: "Download for Windows",
|
|
53336
|
-
href: "#",
|
|
53337
|
-
variant: "link",
|
|
53338
|
-
className: "flex items-center gap-2 text-lg font-semibold ",
|
|
53339
|
-
iconAfter: /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20 })
|
|
53340
|
-
}
|
|
53341
|
-
];
|
|
53342
53361
|
const renderActions = React52.useMemo(() => {
|
|
53343
53362
|
if (actionsSlot) return actionsSlot;
|
|
53344
|
-
|
|
53345
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start gap-4 sm:flex-row sm:items-center", children:
|
|
53346
|
-
const {
|
|
53347
|
-
|
|
53348
|
-
|
|
53349
|
-
|
|
53350
|
-
|
|
53351
|
-
|
|
53352
|
-
|
|
53353
|
-
|
|
53354
|
-
...pressableProps,
|
|
53355
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "size-full overflow-hidden", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center transition-all group-hover:-translate-x-5", children: [
|
|
53356
|
-
icon,
|
|
53357
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { children: label }),
|
|
53358
|
-
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 20, className: "ml-2 opacity-0 transition-opacity group-hover:opacity-100" })
|
|
53359
|
-
] }) })
|
|
53360
|
-
},
|
|
53361
|
-
index
|
|
53362
|
-
);
|
|
53363
|
-
}
|
|
53363
|
+
if (!actions || actions.length === 0) return null;
|
|
53364
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col items-start gap-4 sm:flex-row sm:items-center", children: actions.map((action, index) => {
|
|
53365
|
+
const {
|
|
53366
|
+
label,
|
|
53367
|
+
icon,
|
|
53368
|
+
iconAfter,
|
|
53369
|
+
children,
|
|
53370
|
+
className: actionClassName,
|
|
53371
|
+
...pressableProps
|
|
53372
|
+
} = action;
|
|
53364
53373
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
53365
53374
|
Pressable,
|
|
53366
53375
|
{
|
|
@@ -53376,7 +53385,7 @@ function HeroTaskTimerAnimated({
|
|
|
53376
53385
|
index
|
|
53377
53386
|
);
|
|
53378
53387
|
}) });
|
|
53379
|
-
}, [actionsSlot, actions
|
|
53388
|
+
}, [actionsSlot, actions]);
|
|
53380
53389
|
const renderImages = React52.useMemo(() => {
|
|
53381
53390
|
if (imagesSlot) return imagesSlot;
|
|
53382
53391
|
if (!images || images.length < 2) return null;
|
|
@@ -53386,7 +53395,10 @@ function HeroTaskTimerAnimated({
|
|
|
53386
53395
|
{
|
|
53387
53396
|
src: images[0].src,
|
|
53388
53397
|
alt: images[0].alt,
|
|
53389
|
-
className: cn(
|
|
53398
|
+
className: cn(
|
|
53399
|
+
"block size-full object-cover object-top-left",
|
|
53400
|
+
images[0].className
|
|
53401
|
+
),
|
|
53390
53402
|
optixFlowConfig
|
|
53391
53403
|
}
|
|
53392
53404
|
) }) }) }),
|
|
@@ -53395,26 +53407,59 @@ function HeroTaskTimerAnimated({
|
|
|
53395
53407
|
{
|
|
53396
53408
|
src: images[1].src,
|
|
53397
53409
|
alt: images[1].alt,
|
|
53398
|
-
className: cn(
|
|
53410
|
+
className: cn(
|
|
53411
|
+
"block size-full object-cover object-top-left",
|
|
53412
|
+
images[1].className
|
|
53413
|
+
),
|
|
53399
53414
|
optixFlowConfig
|
|
53400
53415
|
}
|
|
53401
53416
|
) }) }) })
|
|
53402
53417
|
] });
|
|
53403
53418
|
}, [imagesSlot, images, imagesClassName, optixFlowConfig]);
|
|
53404
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
53419
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
53405
53420
|
Section,
|
|
53406
53421
|
{
|
|
53407
|
-
|
|
53408
|
-
|
|
53409
|
-
|
|
53410
|
-
|
|
53411
|
-
|
|
53412
|
-
|
|
53413
|
-
|
|
53414
|
-
|
|
53415
|
-
|
|
53422
|
+
background,
|
|
53423
|
+
spacing,
|
|
53424
|
+
pattern,
|
|
53425
|
+
patternOpacity,
|
|
53426
|
+
className,
|
|
53427
|
+
containerClassName,
|
|
53428
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex flex-col gap-6 md:gap-16", children: [
|
|
53429
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
53430
|
+
"div",
|
|
53431
|
+
{
|
|
53432
|
+
className: cn(
|
|
53433
|
+
"flex flex-col gap-10 lg:w-[80%] lg:self-center",
|
|
53434
|
+
headerClassName
|
|
53435
|
+
),
|
|
53436
|
+
children: [
|
|
53437
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
53438
|
+
"h1",
|
|
53439
|
+
{
|
|
53440
|
+
className: cn(
|
|
53441
|
+
"max-w-2xl text-6xl font-bold tracking-tight md:text-7xl lg:text-8xl text-balance",
|
|
53442
|
+
headingClassName
|
|
53443
|
+
),
|
|
53444
|
+
children: heading
|
|
53445
|
+
}
|
|
53446
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
53447
|
+
"h1",
|
|
53448
|
+
{
|
|
53449
|
+
className: cn(
|
|
53450
|
+
"max-w-2xl text-6xl font-bold tracking-tight md:text-7xl lg:text-8xl text-balance",
|
|
53451
|
+
headingClassName
|
|
53452
|
+
),
|
|
53453
|
+
children: heading
|
|
53454
|
+
}
|
|
53455
|
+
)),
|
|
53456
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg text-balance", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
53457
|
+
renderActions
|
|
53458
|
+
]
|
|
53459
|
+
}
|
|
53460
|
+
),
|
|
53416
53461
|
renderImages
|
|
53417
|
-
]
|
|
53462
|
+
] })
|
|
53418
53463
|
}
|
|
53419
53464
|
);
|
|
53420
53465
|
}
|
|
@@ -53746,10 +53791,11 @@ function HeroPresentationPlatformVideo({
|
|
|
53746
53791
|
videoSrc,
|
|
53747
53792
|
videoSlot,
|
|
53748
53793
|
background,
|
|
53749
|
-
spacing,
|
|
53794
|
+
spacing = "py-32 md:py-32",
|
|
53750
53795
|
pattern,
|
|
53751
53796
|
patternOpacity,
|
|
53752
53797
|
className,
|
|
53798
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
53753
53799
|
contentClassName,
|
|
53754
53800
|
headingClassName,
|
|
53755
53801
|
descriptionClassName,
|
|
@@ -53792,22 +53838,24 @@ function HeroPresentationPlatformVideo({
|
|
|
53792
53838
|
}
|
|
53793
53839
|
) });
|
|
53794
53840
|
}, [videoSlot, videoSrc, videoClassName]);
|
|
53795
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
53841
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
53796
53842
|
Section,
|
|
53797
53843
|
{
|
|
53798
|
-
|
|
53799
|
-
|
|
53800
|
-
|
|
53801
|
-
|
|
53802
|
-
|
|
53803
|
-
|
|
53844
|
+
background,
|
|
53845
|
+
spacing,
|
|
53846
|
+
pattern,
|
|
53847
|
+
patternOpacity,
|
|
53848
|
+
className: cn("relative flex items-center justify-center", className),
|
|
53849
|
+
containerClassName,
|
|
53850
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative flex min-h-screen items-center justify-between", children: [
|
|
53851
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-5 lg:w-[50%] lg:pr-0", contentClassName), children: [
|
|
53804
53852
|
subtitle && (typeof subtitle === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-light uppercase", children: subtitle }) : subtitle),
|
|
53805
53853
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-5xl font-medium md:text-6xl lg:text-7xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-5xl font-medium md:text-6xl lg:text-7xl", headingClassName), children: heading })),
|
|
53806
53854
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("my-8 md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
53807
53855
|
renderActions
|
|
53808
53856
|
] }),
|
|
53809
53857
|
renderVideo
|
|
53810
|
-
]
|
|
53858
|
+
] })
|
|
53811
53859
|
}
|
|
53812
53860
|
);
|
|
53813
53861
|
}
|
|
@@ -53823,11 +53871,11 @@ function HeroGridPatternSolutions({
|
|
|
53823
53871
|
imagesSlot,
|
|
53824
53872
|
showGridPattern = true,
|
|
53825
53873
|
background,
|
|
53826
|
-
spacing,
|
|
53874
|
+
spacing = "py-32 md:py-32",
|
|
53827
53875
|
pattern,
|
|
53828
53876
|
patternOpacity,
|
|
53829
53877
|
className,
|
|
53830
|
-
containerClassName,
|
|
53878
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
53831
53879
|
contentClassName,
|
|
53832
53880
|
headingClassName,
|
|
53833
53881
|
descriptionClassName,
|
|
@@ -53841,11 +53889,7 @@ function HeroGridPatternSolutions({
|
|
|
53841
53889
|
Pressable,
|
|
53842
53890
|
{
|
|
53843
53891
|
href: badgeHref,
|
|
53844
|
-
className:
|
|
53845
|
-
"mx-auto mb-4 flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm",
|
|
53846
|
-
getNestedCardBg(background),
|
|
53847
|
-
getNestedCardTextColor(background)
|
|
53848
|
-
),
|
|
53892
|
+
className: "mx-auto mb-4 flex w-fit items-center gap-2 rounded-full px-4 py-2 text-sm bg-card",
|
|
53849
53893
|
children: [
|
|
53850
53894
|
badgeText,
|
|
53851
53895
|
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/arrow-right", size: 16 })
|
|
@@ -53895,14 +53939,15 @@ function HeroGridPatternSolutions({
|
|
|
53895
53939
|
spacing,
|
|
53896
53940
|
pattern,
|
|
53897
53941
|
patternOpacity,
|
|
53898
|
-
className: cn(className),
|
|
53899
|
-
|
|
53942
|
+
className: cn("relative flex items-center justify-center", className),
|
|
53943
|
+
containerClassName,
|
|
53944
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
53900
53945
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative overflow-hidden", children: [
|
|
53901
53946
|
showGridPattern && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute inset-0 -top-1 -left-1 -z-10 h-full w-full bg-[linear-gradient(to_right,hsl(var(--muted-foreground))_1px,transparent_1px),linear-gradient(to_bottom,hsl(var(--muted-foreground))_1px,transparent_1px)] mask-[radial-gradient(ellipse_50%_100%_at_50%_50%,transparent_60%,#000_100%)] bg-size-[92px_92px] opacity-15" }),
|
|
53902
53947
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto max-w-4xl", contentClassName), children: [
|
|
53903
53948
|
renderBadge,
|
|
53904
53949
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-4 mb-6 text-center text-3xl font-semibold lg:text-8xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("my-4 mb-6 text-center text-3xl font-semibold lg:text-8xl", headingClassName), children: heading })),
|
|
53905
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-8 max-w-2xl text-center lg:text-xl
|
|
53950
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mx-auto mb-8 max-w-2xl text-center lg:text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
53906
53951
|
renderActions
|
|
53907
53952
|
] })
|
|
53908
53953
|
] }),
|
|
@@ -53992,13 +54037,12 @@ function HeroBillingPlatformLogos({
|
|
|
53992
54037
|
logosTagline,
|
|
53993
54038
|
logos,
|
|
53994
54039
|
logosSlot,
|
|
53995
|
-
backgroundNoiseUrl = "https://cdn.ing/assets/i/r/286188/zrqcp9hynh3j7p2laihwzfbujgrl/noise.png",
|
|
53996
54040
|
background,
|
|
53997
|
-
spacing,
|
|
54041
|
+
spacing = "py-32 md:py-32",
|
|
53998
54042
|
pattern,
|
|
53999
54043
|
patternOpacity,
|
|
54000
54044
|
className,
|
|
54001
|
-
containerClassName,
|
|
54045
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54002
54046
|
contentClassName,
|
|
54003
54047
|
headingClassName,
|
|
54004
54048
|
descriptionClassName,
|
|
@@ -54049,13 +54093,10 @@ function HeroBillingPlatformLogos({
|
|
|
54049
54093
|
spacing,
|
|
54050
54094
|
pattern,
|
|
54051
54095
|
patternOpacity,
|
|
54052
|
-
className: cn(
|
|
54053
|
-
|
|
54054
|
-
className
|
|
54055
|
-
),
|
|
54056
|
-
style: { backgroundImage: backgroundNoiseUrl ? `url('${backgroundNoiseUrl}')` : void 0 },
|
|
54096
|
+
className: cn("relative flex items-center justify-center dark font-sans", className),
|
|
54097
|
+
containerClassName,
|
|
54057
54098
|
children: [
|
|
54058
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
54099
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 items-center justify-center gap-12 lg:grid-cols-[minmax(33.75rem,1fr)_1.5fr] lg:gap-8", children: [
|
|
54059
54100
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: contentClassName, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-3", children: [
|
|
54060
54101
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-4xl leading-tight md:text-5xl lg:text-[3.5rem]", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
54061
54102
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-5 text-lg", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
@@ -54387,11 +54428,11 @@ function HeroConversionVideoPlay({
|
|
|
54387
54428
|
logos,
|
|
54388
54429
|
logosSlot,
|
|
54389
54430
|
background,
|
|
54390
|
-
spacing,
|
|
54431
|
+
spacing = "py-32 md:py-32",
|
|
54391
54432
|
pattern,
|
|
54392
54433
|
patternOpacity,
|
|
54393
54434
|
className,
|
|
54394
|
-
containerClassName,
|
|
54435
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54395
54436
|
contentClassName,
|
|
54396
54437
|
headingClassName,
|
|
54397
54438
|
descriptionClassName,
|
|
@@ -54464,20 +54505,21 @@ function HeroConversionVideoPlay({
|
|
|
54464
54505
|
});
|
|
54465
54506
|
}, [logosSlot, logos, optixFlowConfig]);
|
|
54466
54507
|
return /* @__PURE__ */ jsxRuntime.jsxs(React52.Fragment, { children: [
|
|
54467
|
-
/* @__PURE__ */ jsxRuntime.
|
|
54508
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
54468
54509
|
Section,
|
|
54469
54510
|
{
|
|
54470
54511
|
background,
|
|
54471
54512
|
spacing,
|
|
54472
54513
|
pattern,
|
|
54473
54514
|
patternOpacity,
|
|
54474
|
-
className: cn(className),
|
|
54475
|
-
|
|
54476
|
-
|
|
54515
|
+
className: cn("relative flex items-center justify-center", className),
|
|
54516
|
+
containerClassName,
|
|
54517
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
54518
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "overflow-hidden border-b border-border", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-16 md:gap-24", children: [
|
|
54477
54519
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col items-center gap-8", contentClassName), children: [
|
|
54478
54520
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-7", children: [
|
|
54479
54521
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("max-w-[920px] text-center text-4xl leading-tight font-semibold md:text-6xl lg:text-7xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
54480
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-[750px] text-center text-base leading-relaxed font-normal md:text-xl
|
|
54522
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-[750px] text-center text-base leading-relaxed font-normal md:text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description }))
|
|
54481
54523
|
] }),
|
|
54482
54524
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("flex flex-wrap items-center justify-center gap-8", actionsClassName), children: renderActions })
|
|
54483
54525
|
] }),
|
|
@@ -54490,12 +54532,12 @@ function HeroConversionVideoPlay({
|
|
|
54490
54532
|
optixFlowConfig
|
|
54491
54533
|
}
|
|
54492
54534
|
) }) }) }) : null })
|
|
54493
|
-
] }) })
|
|
54494
|
-
/* @__PURE__ */ jsxRuntime.
|
|
54495
|
-
logosTagline && (typeof logosTagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-xl font-medium"
|
|
54535
|
+
] }) }),
|
|
54536
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-16 py-20", children: [
|
|
54537
|
+
logosTagline && (typeof logosTagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-xl font-medium text-accent-foreground"), children: logosTagline }) : logosTagline),
|
|
54496
54538
|
(logosSlot || logos && logos.length > 0) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap items-center justify-center gap-20", children: renderLogos })
|
|
54497
|
-
] })
|
|
54498
|
-
]
|
|
54539
|
+
] })
|
|
54540
|
+
] })
|
|
54499
54541
|
}
|
|
54500
54542
|
),
|
|
54501
54543
|
/* @__PURE__ */ jsxRuntime.jsx(Dialog, { open: isVideoOpen, onOpenChange: setIsVideoOpen, children: /* @__PURE__ */ jsxRuntime.jsxs(DialogContent, { className: "sm:max-w-[800px]", children: [
|
|
@@ -54518,17 +54560,17 @@ function HeroDesignShowcaseLogos({
|
|
|
54518
54560
|
description,
|
|
54519
54561
|
actions,
|
|
54520
54562
|
actionsSlot,
|
|
54521
|
-
logosLabel
|
|
54563
|
+
logosLabel,
|
|
54522
54564
|
logos,
|
|
54523
54565
|
logosSlot,
|
|
54524
54566
|
showcaseImage,
|
|
54525
54567
|
showcaseSlot,
|
|
54526
54568
|
background,
|
|
54527
|
-
spacing,
|
|
54569
|
+
spacing = "py-32 md:py-32",
|
|
54528
54570
|
pattern,
|
|
54529
54571
|
patternOpacity,
|
|
54530
54572
|
className,
|
|
54531
|
-
containerClassName,
|
|
54573
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54532
54574
|
contentClassName,
|
|
54533
54575
|
headingClassName,
|
|
54534
54576
|
descriptionClassName,
|
|
@@ -54598,12 +54640,13 @@ function HeroDesignShowcaseLogos({
|
|
|
54598
54640
|
spacing,
|
|
54599
54641
|
pattern,
|
|
54600
54642
|
patternOpacity,
|
|
54601
|
-
className,
|
|
54643
|
+
className: cn("relative flex items-center justify-center", className),
|
|
54644
|
+
containerClassName,
|
|
54602
54645
|
children: [
|
|
54603
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
54646
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col items-center gap-8", contentClassName), children: [
|
|
54604
54647
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-[920px] flex-col items-center gap-6", children: [
|
|
54605
54648
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("mb-6 text-center text-[2.75rem] leading-tight font-semibold md:text-[3.5rem] lg:text-[4.375rem]", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("mb-6 text-center text-[2.75rem] leading-tight font-semibold md:text-[3.5rem] lg:text-[4.375rem]", headingClassName), children: heading })),
|
|
54606
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-xl
|
|
54649
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-xl text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description }))
|
|
54607
54650
|
] }),
|
|
54608
54651
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: renderActions }),
|
|
54609
54652
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: renderLogos })
|
|
@@ -54706,7 +54749,7 @@ function HeroProductivityLauncherVideo({
|
|
|
54706
54749
|
videoSrc,
|
|
54707
54750
|
videoSlot,
|
|
54708
54751
|
background,
|
|
54709
|
-
spacing,
|
|
54752
|
+
spacing = "py-32 md:py-32",
|
|
54710
54753
|
pattern,
|
|
54711
54754
|
patternOpacity,
|
|
54712
54755
|
className,
|
|
@@ -54738,7 +54781,7 @@ function HeroProductivityLauncherVideo({
|
|
|
54738
54781
|
const renderVersionInfo = React52.useMemo(() => {
|
|
54739
54782
|
if (versionInfoSlot) return versionInfoSlot;
|
|
54740
54783
|
if (!versionInfo) return null;
|
|
54741
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className:
|
|
54784
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-6 text-xs text-muted-foreground", children: [
|
|
54742
54785
|
versionInfo.version && /* @__PURE__ */ jsxRuntime.jsx("span", { children: versionInfo.version }),
|
|
54743
54786
|
versionInfo.osRequirement && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "relative before:absolute before:-left-3 before:content-['|']", children: versionInfo.osRequirement }),
|
|
54744
54787
|
versionInfo.installMethod && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "relative before:absolute before:-left-3 before:content-['|']", children: /* @__PURE__ */ jsxRuntime.jsx("button", { onClick: versionInfo.installAction, children: versionInfo.installMethod }) })
|
|
@@ -54754,7 +54797,7 @@ function HeroProductivityLauncherVideo({
|
|
|
54754
54797
|
className: "group relative mt-10 flex h-8 items-center gap-3 overflow-hidden rounded-full border border-border/50 bg-background px-3 py-1 text-sm font-medium",
|
|
54755
54798
|
children: [
|
|
54756
54799
|
secondaryCta.primaryText && /* @__PURE__ */ jsxRuntime.jsx("span", { children: secondaryCta.primaryText }),
|
|
54757
|
-
secondaryCta.secondaryText && /* @__PURE__ */ jsxRuntime.jsxs("span", { className:
|
|
54800
|
+
secondaryCta.secondaryText && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "flex items-center gap-1 text-muted-foreground", children: [
|
|
54758
54801
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: secondaryCta.secondaryText }),
|
|
54759
54802
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
54760
54803
|
DynamicIcon,
|
|
@@ -54786,15 +54829,17 @@ function HeroProductivityLauncherVideo({
|
|
|
54786
54829
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
54787
54830
|
Section,
|
|
54788
54831
|
{
|
|
54789
|
-
|
|
54790
|
-
|
|
54791
|
-
|
|
54792
|
-
|
|
54832
|
+
background,
|
|
54833
|
+
spacing,
|
|
54834
|
+
pattern,
|
|
54835
|
+
patternOpacity,
|
|
54836
|
+
className: cn("relative flex items-center justify-center dark overflow-hidden bg-background py-12 font-sans md:py-20", className),
|
|
54837
|
+
containerClassName: "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54793
54838
|
children: [
|
|
54794
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("relative z-20
|
|
54839
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("relative z-20 max-w-204.5", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center", children: [
|
|
54795
54840
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-8 px-4 pt-52 pb-32 md:pb-52", children: [
|
|
54796
54841
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "max-w-100 sm:max-w-135", children: heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-center text-4xl leading-tight font-semibold [text-shadow:0_4px_4px_rgba(0,0,0,0.15)] sm:text-5xl md:text-[4rem]", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-center text-4xl leading-tight font-semibold [text-shadow:0_4px_4px_rgba(0,0,0,0.15)] sm:text-5xl md:text-[4rem]", headingClassName), children: heading })) }),
|
|
54797
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "max-w-90 md:max-w-full", children: description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-sm leading-normal tracking-tight text-balance [text-shadow:0_4px_4px_rgba(0,0,0,0.25)] md:text-lg",
|
|
54842
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "max-w-90 md:max-w-full", children: description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-sm leading-normal tracking-tight text-balance text-muted-foreground [text-shadow:0_4px_4px_rgba(0,0,0,0.25)] md:text-lg", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })) })
|
|
54798
54843
|
] }),
|
|
54799
54844
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-4", children: [
|
|
54800
54845
|
renderActions,
|
|
@@ -54808,7 +54853,7 @@ function HeroProductivityLauncherVideo({
|
|
|
54808
54853
|
);
|
|
54809
54854
|
}
|
|
54810
54855
|
function HeroHiringAnimatedText({
|
|
54811
|
-
headingPrefix
|
|
54856
|
+
headingPrefix,
|
|
54812
54857
|
animatedTexts,
|
|
54813
54858
|
headingSlot,
|
|
54814
54859
|
description,
|
|
@@ -54818,11 +54863,11 @@ function HeroHiringAnimatedText({
|
|
|
54818
54863
|
scrollActionSlot,
|
|
54819
54864
|
backgroundImage,
|
|
54820
54865
|
background,
|
|
54821
|
-
spacing,
|
|
54866
|
+
spacing = "py-32 md:py-32",
|
|
54822
54867
|
pattern,
|
|
54823
54868
|
patternOpacity,
|
|
54824
54869
|
className,
|
|
54825
|
-
containerClassName,
|
|
54870
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
54826
54871
|
contentClassName,
|
|
54827
54872
|
headingClassName,
|
|
54828
54873
|
descriptionClassName,
|
|
@@ -54883,12 +54928,17 @@ function HeroHiringAnimatedText({
|
|
|
54883
54928
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
54884
54929
|
Section,
|
|
54885
54930
|
{
|
|
54931
|
+
background,
|
|
54932
|
+
spacing,
|
|
54933
|
+
pattern,
|
|
54934
|
+
patternOpacity,
|
|
54886
54935
|
className: cn(
|
|
54887
|
-
"dark
|
|
54936
|
+
"relative flex items-center justify-center dark h-svh max-h-[1400px] w-full bg-cover bg-position-[100%] bg-no-repeat before:absolute before:top-0 before:left-0 before:size-full before:bg-[radial-gradient(circle_at_100%_-100%,transparent_40%,rgba(0,0,0,.75)_85%)] before:content-['']",
|
|
54888
54937
|
className
|
|
54889
54938
|
),
|
|
54939
|
+
containerClassName,
|
|
54890
54940
|
style: { backgroundImage: `url('${backgroundImage}')` },
|
|
54891
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
54941
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-10 flex size-full max-w-412.5 flex-col justify-between pt-24 pb-14 md:justify-end", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex h-full flex-col justify-between gap-6 md:justify-end", contentClassName), children: [
|
|
54892
54942
|
renderHeading,
|
|
54893
54943
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-8", children: [
|
|
54894
54944
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg lg:text-2xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
@@ -54992,11 +55042,11 @@ function HeroCenteredGradientCta({
|
|
|
54992
55042
|
features,
|
|
54993
55043
|
featuresSlot,
|
|
54994
55044
|
background,
|
|
54995
|
-
spacing,
|
|
55045
|
+
spacing = "py-32 md:py-32",
|
|
54996
55046
|
pattern,
|
|
54997
55047
|
patternOpacity,
|
|
54998
55048
|
className,
|
|
54999
|
-
containerClassName,
|
|
55049
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
55000
55050
|
gradientClassName,
|
|
55001
55051
|
badgeClassName,
|
|
55002
55052
|
headingClassName,
|
|
@@ -55036,17 +55086,17 @@ function HeroCenteredGradientCta({
|
|
|
55036
55086
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
55037
55087
|
Section,
|
|
55038
55088
|
{
|
|
55039
|
-
|
|
55040
|
-
|
|
55041
|
-
|
|
55042
|
-
|
|
55089
|
+
background,
|
|
55090
|
+
spacing,
|
|
55091
|
+
pattern,
|
|
55092
|
+
patternOpacity,
|
|
55093
|
+
className: cn("relative flex items-center justify-center min-h-screen overflow-hidden bg-background py-32", className),
|
|
55094
|
+
containerClassName,
|
|
55043
55095
|
children: [
|
|
55044
55096
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("pointer-events-none absolute inset-0 bg-[radial-gradient(ellipse_80%_50%_at_50%_-20%,rgba(120,119,198,0.3),transparent)]", gradientClassName) }),
|
|
55045
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className:
|
|
55097
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative z-10 flex flex-col items-center text-center", children: [
|
|
55046
55098
|
badge && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(
|
|
55047
|
-
"inline-flex items-center gap-2 rounded-full border border-border/50 px-4 py-2 text-sm",
|
|
55048
|
-
getNestedCardBg(background, "muted"),
|
|
55049
|
-
getNestedCardTextColor(background),
|
|
55099
|
+
"inline-flex items-center gap-2 rounded-full border border-border/50 bg-accent px-4 py-2 text-sm",
|
|
55050
55100
|
badgeClassName
|
|
55051
55101
|
), children: [
|
|
55052
55102
|
badgeIcon,
|
|
@@ -55057,9 +55107,9 @@ function HeroCenteredGradientCta({
|
|
|
55057
55107
|
" ",
|
|
55058
55108
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "bg-linear-to-r from-primary to-purple-600 bg-clip-text text-transparent", children: headingHighlight })
|
|
55059
55109
|
] }) : null),
|
|
55060
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mt-6 max-w-2xl text-lg md:text-xl",
|
|
55110
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mt-6 max-w-2xl text-lg text-muted-foreground md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
55061
55111
|
(actionsSlot || actions && actions.length > 0) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-10 flex flex-col gap-4 sm:flex-row", actionsClassName), children: renderActions }),
|
|
55062
|
-
(featuresSlot || features && features.length > 0) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-16 flex items-center gap-8 text-sm
|
|
55112
|
+
(featuresSlot || features && features.length > 0) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-16 flex items-center gap-8 text-sm text-muted-foreground", featuresClassName), children: renderFeatures })
|
|
55063
55113
|
] })
|
|
55064
55114
|
]
|
|
55065
55115
|
}
|
|
@@ -55250,21 +55300,18 @@ function HeroFeatureCardsGrid({
|
|
|
55250
55300
|
function HeroTestimonialImageGrid({
|
|
55251
55301
|
heading,
|
|
55252
55302
|
description,
|
|
55253
|
-
button
|
|
55254
|
-
text: "Get Started",
|
|
55255
|
-
url: "#"
|
|
55256
|
-
},
|
|
55303
|
+
button,
|
|
55257
55304
|
buttonSlot,
|
|
55258
55305
|
testimonial,
|
|
55259
55306
|
testimonialSlot,
|
|
55260
55307
|
gridImages,
|
|
55261
55308
|
imagesSlot,
|
|
55262
55309
|
background,
|
|
55263
|
-
spacing,
|
|
55310
|
+
spacing = "py-32 md:py-32",
|
|
55264
55311
|
pattern,
|
|
55265
55312
|
patternOpacity,
|
|
55266
55313
|
className,
|
|
55267
|
-
containerClassName,
|
|
55314
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
55268
55315
|
headingClassName,
|
|
55269
55316
|
descriptionClassName,
|
|
55270
55317
|
optixFlowConfig
|
|
@@ -55310,7 +55357,7 @@ function HeroTestimonialImageGrid({
|
|
|
55310
55357
|
if (!gridImages || gridImages.length < 4) return null;
|
|
55311
55358
|
const images = gridImages;
|
|
55312
55359
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full flex-1", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full max-w-200", children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 1 / 1, className: "h-full w-full", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid h-full w-full grid-cols-2 grid-rows-2 gap-[3.5%]", children: [
|
|
55313
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
55360
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "overflow-hidden rounded-[5.2%] border border-border bg-card", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
55314
55361
|
img.Img,
|
|
55315
55362
|
{
|
|
55316
55363
|
src: images[0].src,
|
|
@@ -55319,7 +55366,7 @@ function HeroTestimonialImageGrid({
|
|
|
55319
55366
|
optixFlowConfig
|
|
55320
55367
|
}
|
|
55321
55368
|
) }),
|
|
55322
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
55369
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative overflow-hidden rounded-[5.2%] border border-border bg-card", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-1/2 left-[5%] w-[110%] max-w-100 -translate-y-1/2 overflow-hidden rounded-md", children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 1.739130435 / 1, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
55323
55370
|
img.Img,
|
|
55324
55371
|
{
|
|
55325
55372
|
src: images[1].src,
|
|
@@ -55328,7 +55375,7 @@ function HeroTestimonialImageGrid({
|
|
|
55328
55375
|
optixFlowConfig
|
|
55329
55376
|
}
|
|
55330
55377
|
) }) }) }),
|
|
55331
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
55378
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative overflow-hidden rounded-[5.2%] border border-border bg-card", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-[9%] left-[9%] w-[200%] max-w-150 overflow-hidden rounded-md", children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 1.6 / 1, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
55332
55379
|
img.Img,
|
|
55333
55380
|
{
|
|
55334
55381
|
src: images[2].src,
|
|
@@ -55337,7 +55384,7 @@ function HeroTestimonialImageGrid({
|
|
|
55337
55384
|
optixFlowConfig
|
|
55338
55385
|
}
|
|
55339
55386
|
) }) }) }),
|
|
55340
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
55387
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative overflow-hidden rounded-[5.2%] border border-border bg-card", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative top-[12%] left-[50%] w-[70%] max-w-70 -translate-x-[50%]", children: /* @__PURE__ */ jsxRuntime.jsx(AspectRatio, { ratio: 0.52 / 1, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
55341
55388
|
img.Img,
|
|
55342
55389
|
{
|
|
55343
55390
|
src: images[3].src,
|
|
@@ -55355,8 +55402,9 @@ function HeroTestimonialImageGrid({
|
|
|
55355
55402
|
spacing,
|
|
55356
55403
|
pattern,
|
|
55357
55404
|
patternOpacity,
|
|
55358
|
-
className: cn("py-12 md:py-20", className),
|
|
55359
|
-
|
|
55405
|
+
className: cn("relative flex items-center justify-center py-12 md:py-20", className),
|
|
55406
|
+
containerClassName,
|
|
55407
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-8 md:flex-row", children: [
|
|
55360
55408
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1", children: [
|
|
55361
55409
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 lg:gap-8", children: [
|
|
55362
55410
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("leading-tighter max-w-[80%] text-4xl font-semibold tracking-tight lg:text-5xl xl:text-7xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("leading-tighter max-w-[80%] text-4xl font-semibold tracking-tight lg:text-5xl xl:text-7xl", headingClassName), children: heading })),
|
|
@@ -55520,11 +55568,11 @@ function HeroArchitectureFullscreen({
|
|
|
55520
55568
|
actionSlot,
|
|
55521
55569
|
backgroundImage,
|
|
55522
55570
|
background,
|
|
55523
|
-
spacing,
|
|
55571
|
+
spacing = "py-32 md:py-32",
|
|
55524
55572
|
pattern,
|
|
55525
55573
|
patternOpacity,
|
|
55526
55574
|
className,
|
|
55527
|
-
containerClassName,
|
|
55575
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
55528
55576
|
taglineClassName,
|
|
55529
55577
|
headingClassName,
|
|
55530
55578
|
descriptionClassName
|
|
@@ -55555,17 +55603,18 @@ function HeroArchitectureFullscreen({
|
|
|
55555
55603
|
pattern,
|
|
55556
55604
|
patternOpacity,
|
|
55557
55605
|
className: cn(
|
|
55558
|
-
"dark
|
|
55606
|
+
"relative flex items-center justify-center dark h-svh max-h-[1400px] w-full overflow-hidden bg-cover bg-center bg-no-repeat font-poppins after:absolute after:top-0 after:left-0 after:block after:h-full after:w-full after:bg-foreground/65 after:content-['']",
|
|
55559
55607
|
className
|
|
55560
55608
|
),
|
|
55609
|
+
containerClassName,
|
|
55561
55610
|
style: { backgroundImage: backgroundImage ? `url('${backgroundImage}')` : void 0 },
|
|
55562
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
55611
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative z-20 h-full w-full max-w-340", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full w-full flex-col justify-end gap-12", children: [
|
|
55563
55612
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-245.5 flex-col gap-1", children: [
|
|
55564
|
-
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm leading-none uppercase
|
|
55613
|
+
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm leading-none uppercase text-muted-foreground", taglineClassName), children: tagline }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: taglineClassName, children: tagline })),
|
|
55565
55614
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-3xl leading-snug! md:text-4xl lg:text-6xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading }))
|
|
55566
55615
|
] }),
|
|
55567
55616
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-full flex-col justify-between gap-5 sm:flex-row sm:items-center", children: [
|
|
55568
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-81 border-l pl-6 text-base
|
|
55617
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("max-w-81 border-l border-border pl-6 text-base text-muted-foreground", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
55569
55618
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "shrink-0", children: renderAction })
|
|
55570
55619
|
] })
|
|
55571
55620
|
] }) })
|
|
@@ -56115,11 +56164,11 @@ function HeroTherapyTestimonialGrid({
|
|
|
56115
56164
|
testimonial,
|
|
56116
56165
|
testimonialSlot,
|
|
56117
56166
|
background,
|
|
56118
|
-
spacing,
|
|
56167
|
+
spacing = "py-32 md:py-32",
|
|
56119
56168
|
pattern,
|
|
56120
56169
|
patternOpacity,
|
|
56121
56170
|
className,
|
|
56122
|
-
containerClassName,
|
|
56171
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
56123
56172
|
headerClassName,
|
|
56124
56173
|
headingClassName,
|
|
56125
56174
|
descriptionClassName,
|
|
@@ -56149,11 +56198,7 @@ function HeroTherapyTestimonialGrid({
|
|
|
56149
56198
|
const renderTestimonial = React52.useMemo(() => {
|
|
56150
56199
|
if (testimonialSlot) return testimonialSlot;
|
|
56151
56200
|
if (!testimonial) return null;
|
|
56152
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/2] row-[3/4] md:col-[1/2] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className:
|
|
56153
|
-
"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",
|
|
56154
|
-
getNestedCardBg(background),
|
|
56155
|
-
getNestedCardTextColor(background)
|
|
56156
|
-
), children: [
|
|
56201
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-[1/2] row-[3/4] md:col-[1/2] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full min-h-37.5 flex-col gap-3 overflow-hidden rounded-3xl bg-card p-5 px-5 md:flex-row md:items-center md:gap-7 md:py-8", children: [
|
|
56157
56202
|
testimonial.avatar && /* @__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(
|
|
56158
56203
|
img.Img,
|
|
56159
56204
|
{
|
|
@@ -56196,7 +56241,7 @@ function HeroTherapyTestimonialGrid({
|
|
|
56196
56241
|
}
|
|
56197
56242
|
) }) }),
|
|
56198
56243
|
renderTestimonial,
|
|
56199
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "row-[4/5] md:col-[2/3] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className:
|
|
56244
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "row-[4/5] md:col-[2/3] md:row-[2/3]", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-full w-full overflow-hidden rounded-2xl bg-card", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
56200
56245
|
img.Img,
|
|
56201
56246
|
{
|
|
56202
56247
|
src: images[2].src,
|
|
@@ -56210,8 +56255,13 @@ function HeroTherapyTestimonialGrid({
|
|
|
56210
56255
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
56211
56256
|
Section,
|
|
56212
56257
|
{
|
|
56213
|
-
|
|
56214
|
-
|
|
56258
|
+
background,
|
|
56259
|
+
spacing,
|
|
56260
|
+
pattern,
|
|
56261
|
+
patternOpacity,
|
|
56262
|
+
className: cn("relative flex items-center justify-center bg-background py-12 font-sans md:py-20", className),
|
|
56263
|
+
containerClassName,
|
|
56264
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
56215
56265
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mx-auto mb-16 flex max-w-[900px] flex-col items-center gap-6", headerClassName), children: [
|
|
56216
56266
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-center text-4xl leading-tight font-medium sm:text-5xl md:text-6xl", headingClassName), children: heading })),
|
|
56217
56267
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-center text-lg text-muted-foreground md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
@@ -56330,19 +56380,19 @@ function HeroMentorshipVideoSplit({
|
|
|
56330
56380
|
description,
|
|
56331
56381
|
action,
|
|
56332
56382
|
actionSlot,
|
|
56333
|
-
videoLabel
|
|
56383
|
+
videoLabel,
|
|
56334
56384
|
videoThumbnail,
|
|
56335
|
-
videoUrl
|
|
56336
|
-
videoTitle
|
|
56385
|
+
videoUrl,
|
|
56386
|
+
videoTitle,
|
|
56337
56387
|
videoSlot,
|
|
56338
56388
|
image,
|
|
56339
56389
|
imageSlot,
|
|
56340
56390
|
background,
|
|
56341
|
-
spacing,
|
|
56391
|
+
spacing = "py-32 md:py-32",
|
|
56342
56392
|
pattern,
|
|
56343
56393
|
patternOpacity,
|
|
56344
56394
|
className,
|
|
56345
|
-
containerClassName,
|
|
56395
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
56346
56396
|
contentClassName,
|
|
56347
56397
|
headingClassName,
|
|
56348
56398
|
descriptionClassName,
|
|
@@ -56364,7 +56414,7 @@ function HeroMentorshipVideoSplit({
|
|
|
56364
56414
|
if (videoSlot) return videoSlot;
|
|
56365
56415
|
if (!videoThumbnail) return null;
|
|
56366
56416
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-97.5 flex-col gap-6", children: [
|
|
56367
|
-
videoLabel && (typeof videoLabel === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className:
|
|
56417
|
+
videoLabel && (typeof videoLabel === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xl text-accent-foreground", children: videoLabel }) : videoLabel),
|
|
56368
56418
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
56369
56419
|
Pressable,
|
|
56370
56420
|
{
|
|
@@ -56417,12 +56467,13 @@ function HeroMentorshipVideoSplit({
|
|
|
56417
56467
|
spacing,
|
|
56418
56468
|
pattern,
|
|
56419
56469
|
patternOpacity,
|
|
56420
|
-
className: cn(className),
|
|
56421
|
-
|
|
56470
|
+
className: cn("relative flex items-center justify-center", className),
|
|
56471
|
+
containerClassName,
|
|
56472
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid w-full grid-cols-1 gap-6 lg:grid-cols-2", children: [
|
|
56422
56473
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex h-full flex-col justify-between gap-12", contentClassName), children: [
|
|
56423
56474
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-165 flex-col gap-9", children: [
|
|
56424
|
-
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-[2.5rem] leading-none sm:text-[3.4375rem] md:text-[4rem]",
|
|
56425
|
-
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg font-medium md:text-xl",
|
|
56475
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-[2.5rem] leading-none text-accent-foreground sm:text-[3.4375rem] md:text-[4rem]", headingClassName), children: heading }) : /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn("text-[2.5rem] leading-none text-accent-foreground sm:text-[3.4375rem] md:text-[4rem]", headingClassName), children: heading })),
|
|
56476
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-lg font-medium text-accent-foreground md:text-xl", descriptionClassName), children: description }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description })),
|
|
56426
56477
|
renderAction
|
|
56427
56478
|
] }),
|
|
56428
56479
|
renderVideoSection
|
|
@@ -56815,7 +56866,7 @@ function HeroStartupLaunchCta({
|
|
|
56815
56866
|
const renderBadgeCard = React52.useMemo(() => {
|
|
56816
56867
|
if (badgeCardSlot) return badgeCardSlot;
|
|
56817
56868
|
if (!badgeCard) return null;
|
|
56818
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute -bottom-4 -left-4 flex items-center gap-3 rounded-xl bg-
|
|
56869
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute -bottom-4 -left-4 flex items-center gap-3 rounded-xl bg-card text-card-foreground p-4 shadow-lg", children: [
|
|
56819
56870
|
badgeCard.logoSrc && /* @__PURE__ */ jsxRuntime.jsx(
|
|
56820
56871
|
img.Img,
|
|
56821
56872
|
{
|
|
@@ -56826,7 +56877,7 @@ function HeroStartupLaunchCta({
|
|
|
56826
56877
|
}
|
|
56827
56878
|
),
|
|
56828
56879
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
56829
|
-
badgeCard.title && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-semibold
|
|
56880
|
+
badgeCard.title && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "font-semibold", children: badgeCard.title }),
|
|
56830
56881
|
badgeCard.subtitle && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-sm", children: badgeCard.subtitle })
|
|
56831
56882
|
] })
|
|
56832
56883
|
] });
|
|
@@ -57316,7 +57367,7 @@ function HeroCustomerSupportLayered({
|
|
|
57316
57367
|
optixFlowConfig
|
|
57317
57368
|
}
|
|
57318
57369
|
) }),
|
|
57319
|
-
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute
|
|
57370
|
+
images[2] && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute left-[50%] top-[40%] md:top-[10%] z-30 aspect-3/4 w-[45%] overflow-hidden rounded-lg shadow-2xl md:w-[40%]", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
57320
57371
|
img.Img,
|
|
57321
57372
|
{
|
|
57322
57373
|
src: images[2].src,
|
|
@@ -57969,7 +58020,6 @@ function HeroMobileAppDownload({
|
|
|
57969
58020
|
badgeIcon,
|
|
57970
58021
|
badgeSlot,
|
|
57971
58022
|
heading,
|
|
57972
|
-
description,
|
|
57973
58023
|
storeActions,
|
|
57974
58024
|
storeActionsSlot,
|
|
57975
58025
|
ratingValue,
|
|
@@ -57988,13 +58038,14 @@ function HeroMobileAppDownload({
|
|
|
57988
58038
|
className,
|
|
57989
58039
|
contentClassName,
|
|
57990
58040
|
headingClassName,
|
|
58041
|
+
description,
|
|
57991
58042
|
descriptionClassName,
|
|
57992
58043
|
imageClassName,
|
|
57993
58044
|
optixFlowConfig
|
|
57994
58045
|
}) {
|
|
57995
58046
|
const renderBadge = React52.useMemo(() => {
|
|
57996
58047
|
if (badgeSlot) return badgeSlot;
|
|
57997
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(Badge, { children: [
|
|
58048
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Badge, { className: "px-4 py-1", children: [
|
|
57998
58049
|
badgeIcon && /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: badgeIcon }),
|
|
57999
58050
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: badgeText })
|
|
58000
58051
|
] });
|