@retinalabsllc/zairusjs 0.9.3 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -16
- package/dist/index.d.ts +3 -16
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -924,26 +924,13 @@ interface UniversalDeveloperSettingsProps {
|
|
|
924
924
|
}
|
|
925
925
|
declare const UniversalDeveloperSettings: React.FC<UniversalDeveloperSettingsProps>;
|
|
926
926
|
|
|
927
|
-
interface FeatureItem {
|
|
928
|
-
/** Title of the feature card (only used if layout is 'text-top') */
|
|
929
|
-
title?: string;
|
|
930
|
-
/** Description of the feature card (only used if layout is 'text-top') */
|
|
931
|
-
description?: string;
|
|
932
|
-
/** URL of the image */
|
|
933
|
-
imageSrc: string;
|
|
934
|
-
/** Alt text for accessibility */
|
|
935
|
-
imageAlt?: string;
|
|
936
|
-
/** Determines the card style. 'full-image' fills the card, 'text-top' places text above an inset image */
|
|
937
|
-
layout: 'full-image' | 'text-top';
|
|
938
|
-
}
|
|
939
927
|
interface StatItem {
|
|
940
928
|
/** The small text label above the number */
|
|
941
929
|
label: string;
|
|
942
930
|
/** The large stat number (e.g., "12K+") */
|
|
943
931
|
value: string;
|
|
944
932
|
}
|
|
945
|
-
interface
|
|
946
|
-
features: FeatureItem[];
|
|
933
|
+
interface Props {
|
|
947
934
|
/** Main headline for the bottom section */
|
|
948
935
|
bottomHeadline: React.ReactNode;
|
|
949
936
|
/** Paragraph text below the bottom headline */
|
|
@@ -955,7 +942,7 @@ interface MedicalFeatureStatsBlockProps {
|
|
|
955
942
|
/** Array of stat items to display in the large boxes */
|
|
956
943
|
stats: StatItem[];
|
|
957
944
|
}
|
|
958
|
-
declare const MedicalFeatureStatsBlock: React.FC<
|
|
945
|
+
declare const MedicalFeatureStatsBlock: React.FC<Props>;
|
|
959
946
|
|
|
960
947
|
interface ConsultantProfile {
|
|
961
948
|
id: string | number;
|
|
@@ -1016,4 +1003,4 @@ interface ContentGridBlockProps {
|
|
|
1016
1003
|
}
|
|
1017
1004
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
1018
1005
|
|
|
1019
|
-
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps,
|
|
1006
|
+
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps, FeatureScroll, type FeatureScrollProps, Footer, type FooterColumn, type FooterLink, type FooterProps, GifFeatureCard, type GifFeatureCardProps, Header, type HeaderLink, type HeaderProps, type AppLogo$1 as HeroAppLogo, HeroSection, type HeroSectionProps, ManagedBoardBlock, type ManagedBoardBlockProps, ManagedContactBlock, type ManagedContactBlockProps, ManagedDocument, type ManagedDocumentProps, ManagedNewsletterSplitBlock, type ManagedNewsletterSplitBlockProps, ManagedNotFoundBlock, type ManagedNotFoundBlockProps, ManagedPricingBlock, type ManagedPricingBlockProps, ManagedProjectsBlock, type ManagedProjectsBlockProps, ManagedToaster, MedicalFeatureStatsBlock, type NavItem, NumberInput, type NumberInputProps, type OverviewAlert, type OverviewStat, PageSpinner, type PageSpinnerProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, ProductHero, type ProductHeroProps, type ProjectItem, type ScrollFeature, type SearchTypeOption, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalAgentConsole, type UniversalAgentConsoleProps, UniversalBillingPage, type UniversalBillingPageProps, UniversalDashboardPage, type UniversalDashboardPageProps, UniversalDeveloperSettings, type UniversalDeveloperSettingsProps, UniversalDirectoryPage, type UniversalDirectoryPageProps, UniversalErrorView, type UniversalErrorViewProps, UniversalIdentityPage, type UniversalIdentityPageProps, type UniversalInvoice, UniversalLookupPage, type UniversalLookupPageProps, type UniversalMember, UniversalMembersPage, type UniversalMembersPageProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalOverviewPage, type UniversalOverviewPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalRegistrationFlow, type UniversalRegistrationFlowProps, UniversalSidebar, type UniversalSidebarProps, type WorkspaceItem, ZairusAuth, type ZairusAuthProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -924,26 +924,13 @@ interface UniversalDeveloperSettingsProps {
|
|
|
924
924
|
}
|
|
925
925
|
declare const UniversalDeveloperSettings: React.FC<UniversalDeveloperSettingsProps>;
|
|
926
926
|
|
|
927
|
-
interface FeatureItem {
|
|
928
|
-
/** Title of the feature card (only used if layout is 'text-top') */
|
|
929
|
-
title?: string;
|
|
930
|
-
/** Description of the feature card (only used if layout is 'text-top') */
|
|
931
|
-
description?: string;
|
|
932
|
-
/** URL of the image */
|
|
933
|
-
imageSrc: string;
|
|
934
|
-
/** Alt text for accessibility */
|
|
935
|
-
imageAlt?: string;
|
|
936
|
-
/** Determines the card style. 'full-image' fills the card, 'text-top' places text above an inset image */
|
|
937
|
-
layout: 'full-image' | 'text-top';
|
|
938
|
-
}
|
|
939
927
|
interface StatItem {
|
|
940
928
|
/** The small text label above the number */
|
|
941
929
|
label: string;
|
|
942
930
|
/** The large stat number (e.g., "12K+") */
|
|
943
931
|
value: string;
|
|
944
932
|
}
|
|
945
|
-
interface
|
|
946
|
-
features: FeatureItem[];
|
|
933
|
+
interface Props {
|
|
947
934
|
/** Main headline for the bottom section */
|
|
948
935
|
bottomHeadline: React.ReactNode;
|
|
949
936
|
/** Paragraph text below the bottom headline */
|
|
@@ -955,7 +942,7 @@ interface MedicalFeatureStatsBlockProps {
|
|
|
955
942
|
/** Array of stat items to display in the large boxes */
|
|
956
943
|
stats: StatItem[];
|
|
957
944
|
}
|
|
958
|
-
declare const MedicalFeatureStatsBlock: React.FC<
|
|
945
|
+
declare const MedicalFeatureStatsBlock: React.FC<Props>;
|
|
959
946
|
|
|
960
947
|
interface ConsultantProfile {
|
|
961
948
|
id: string | number;
|
|
@@ -1016,4 +1003,4 @@ interface ContentGridBlockProps {
|
|
|
1016
1003
|
}
|
|
1017
1004
|
declare const ContentGridBlock: React.FC<ContentGridBlockProps>;
|
|
1018
1005
|
|
|
1019
|
-
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps,
|
|
1006
|
+
export { AITranscriptionFeature, type AITranscriptionFeatureProps, type AgentFilePayload, type AgentStat, AiApproveDecline, type AiApproveDeclineProps, AiStageCheck, type AiStageCheckProps, type AiTask, type AiTaskStatus, AppBento2, type AppBento2Props, Banner, type BannerProps, type BentoFeature, type BoardMember, type CompanyDetails, type CompanyMember, type ConsultantProfile, ConsultantShowcase, type ConsultantShowcaseProps, ContentGridBlock, type ContentGridBlockProps, type DashboardList, type DashboardListItem, type DashboardStat, type DocumentSectionData, type EmailContact, Faq, type FaqItem, type FaqProps, FeatureScroll, type FeatureScrollProps, Footer, type FooterColumn, type FooterLink, type FooterProps, GifFeatureCard, type GifFeatureCardProps, Header, type HeaderLink, type HeaderProps, type AppLogo$1 as HeroAppLogo, HeroSection, type HeroSectionProps, ManagedBoardBlock, type ManagedBoardBlockProps, ManagedContactBlock, type ManagedContactBlockProps, ManagedDocument, type ManagedDocumentProps, ManagedNewsletterSplitBlock, type ManagedNewsletterSplitBlockProps, ManagedNotFoundBlock, type ManagedNotFoundBlockProps, ManagedPricingBlock, type ManagedPricingBlockProps, ManagedProjectsBlock, type ManagedProjectsBlockProps, ManagedToaster, MedicalFeatureStatsBlock, type NavItem, NumberInput, type NumberInputProps, type OverviewAlert, type OverviewStat, PageSpinner, type PageSpinnerProps, type PlatformFeatureItem, PlatformFeatures, type PlatformFeaturesProps, PortfolioHero, type PortfolioHeroProps, type AppLogo as PricingAppLogo, type PricingFeature, type PricingPlan, ProductHero, type ProductHeroProps, type ProjectItem, type ScrollFeature, type SearchTypeOption, type SocialContact, type SocialLink, Stagger, type StaggerProps, type StatItem, TextInput, type TextInputProps, ThreeDActionButton, type ThreeDActionButtonProps, ThreeDButton, type ThreeDButtonProps, UniversalAgentConsole, type UniversalAgentConsoleProps, UniversalBillingPage, type UniversalBillingPageProps, UniversalDashboardPage, type UniversalDashboardPageProps, UniversalDeveloperSettings, type UniversalDeveloperSettingsProps, UniversalDirectoryPage, type UniversalDirectoryPageProps, UniversalErrorView, type UniversalErrorViewProps, UniversalIdentityPage, type UniversalIdentityPageProps, type UniversalInvoice, UniversalLookupPage, type UniversalLookupPageProps, type UniversalMember, UniversalMembersPage, type UniversalMembersPageProps, UniversalOrganizationPage, type UniversalOrganizationPageProps, UniversalOverviewPage, type UniversalOverviewPageProps, UniversalProfileSettings, type UniversalProfileSettingsProps, UniversalRegistrationFlow, type UniversalRegistrationFlowProps, UniversalSidebar, type UniversalSidebarProps, type WorkspaceItem, ZairusAuth, type ZairusAuthProps };
|
package/dist/index.js
CHANGED
|
@@ -547,14 +547,14 @@ function AuthFormInner({
|
|
|
547
547
|
))))), /* @__PURE__ */ import_react5.default.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ import_react5.default.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ import_react5.default.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ import_react5.default.createElement(
|
|
548
548
|
"img",
|
|
549
549
|
{
|
|
550
|
-
src: "https://
|
|
550
|
+
src: "https://retinalabs.company/assets/images/retina.avif",
|
|
551
551
|
alt: "Retina Labs Logo",
|
|
552
552
|
className: "w-full h-full object-cover rounded-full",
|
|
553
553
|
onError: (e) => {
|
|
554
554
|
e.currentTarget.style.display = "none";
|
|
555
555
|
}
|
|
556
556
|
}
|
|
557
|
-
)), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "
|
|
557
|
+
)), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ import_react5.default.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "RC - 9235780")));
|
|
558
558
|
}
|
|
559
559
|
var ZairusAuth = (props) => {
|
|
560
560
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|
|
@@ -3998,15 +3998,15 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3998
3998
|
}
|
|
3999
3999
|
return () => observer.disconnect();
|
|
4000
4000
|
}, []);
|
|
4001
|
-
return /* @__PURE__ */ import_react71.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8
|
|
4001
|
+
return /* @__PURE__ */ import_react71.default.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex flex-col lg:flex-row justify-between items-start lg:items-end gap-10 mb-12" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "max-w-xl" }, /* @__PURE__ */ import_react71.default.createElement(
|
|
4002
4002
|
"h2",
|
|
4003
4003
|
{
|
|
4004
4004
|
ref: titleRef,
|
|
4005
|
-
className: `
|
|
4005
|
+
className: `text-3xl text-black tracking-tight leading-[1.1] mb-5 ${isAnimating ? "" : ""}`,
|
|
4006
4006
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
4007
4007
|
},
|
|
4008
4008
|
bottomHeadline
|
|
4009
|
-
), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ import_react71.default.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100
|
|
4009
|
+
), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ import_react71.default.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100 z-1 hover:z-10 transition-all" }, /* @__PURE__ */ import_react71.default.createElement(
|
|
4010
4010
|
import_image11.default,
|
|
4011
4011
|
{
|
|
4012
4012
|
src,
|
|
@@ -4015,7 +4015,7 @@ var MedicalFeatureStatsBlock = ({
|
|
|
4015
4015
|
sizes: "48px",
|
|
4016
4016
|
className: "object-cover"
|
|
4017
4017
|
}
|
|
4018
|
-
)))), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[12px]
|
|
4018
|
+
)))), /* @__PURE__ */ import_react71.default.createElement("p", { className: "text-[12px] text-neutral-800 leading-[1.4] max-w-55" }, trustText))), /* @__PURE__ */ import_react71.default.createElement("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-6" }, stats.map((stat, idx) => /* @__PURE__ */ import_react71.default.createElement("div", { key: idx, className: "bg-white rounded-4xl p-8 md:p-10 flex flex-col h-70" }, /* @__PURE__ */ import_react71.default.createElement("div", { className: "flex items-center gap-3 mb-6" }, /* @__PURE__ */ import_react71.default.createElement("span", { className: "w-1.5 h-1.5 rounded-full bg-[#000000] shrink-0" }), /* @__PURE__ */ import_react71.default.createElement("span", { className: "text-[14px] text-neutral-500 tracking-wide" }, stat.label)), /* @__PURE__ */ import_react71.default.createElement("div", { className: "text-6xl gradient-text md:text-[80px] font-light tracking-tighter text-black mt-auto leading-none" }, stat.value))))));
|
|
4019
4019
|
};
|
|
4020
4020
|
|
|
4021
4021
|
// src/components/ConsultantShowcase.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -467,14 +467,14 @@ function AuthFormInner({
|
|
|
467
467
|
))))), /* @__PURE__ */ React4.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ React4.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ React4.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ React4.createElement(
|
|
468
468
|
"img",
|
|
469
469
|
{
|
|
470
|
-
src: "https://
|
|
470
|
+
src: "https://retinalabs.company/assets/images/retina.avif",
|
|
471
471
|
alt: "Retina Labs Logo",
|
|
472
472
|
className: "w-full h-full object-cover rounded-full",
|
|
473
473
|
onError: (e) => {
|
|
474
474
|
e.currentTarget.style.display = "none";
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
)), /* @__PURE__ */ React4.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ React4.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "
|
|
477
|
+
)), /* @__PURE__ */ React4.createElement("span", { className: "text-[11px] text-neutral-700 tracking-tight pr-1" }, "Retina Labs Company")), /* @__PURE__ */ React4.createElement("span", { className: "text-[8px] text-neutral-400 tracking-[0.25em] uppercase" }, "RC - 9235780")));
|
|
478
478
|
}
|
|
479
479
|
var ZairusAuth = (props) => {
|
|
480
480
|
if (props.useRecaptcha && props.recaptchaSiteKey) {
|
|
@@ -3960,15 +3960,15 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3960
3960
|
}
|
|
3961
3961
|
return () => observer.disconnect();
|
|
3962
3962
|
}, []);
|
|
3963
|
-
return /* @__PURE__ */ React43.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8
|
|
3963
|
+
return /* @__PURE__ */ React43.createElement("section", { className: "py-24 w-full flex justify-center relative z-10" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-6xl w-full flex flex-col px-4 md:px-8" }, /* @__PURE__ */ React43.createElement("div", { className: "flex flex-col lg:flex-row justify-between items-start lg:items-end gap-10 mb-12" }, /* @__PURE__ */ React43.createElement("div", { className: "max-w-xl" }, /* @__PURE__ */ React43.createElement(
|
|
3964
3964
|
"h2",
|
|
3965
3965
|
{
|
|
3966
3966
|
ref: titleRef,
|
|
3967
|
-
className: `
|
|
3967
|
+
className: `text-3xl text-black tracking-tight leading-[1.1] mb-5 ${isAnimating ? "" : ""}`,
|
|
3968
3968
|
style: isAnimating ? { animationIterationCount: 1 } : {}
|
|
3969
3969
|
},
|
|
3970
3970
|
bottomHeadline
|
|
3971
|
-
), /* @__PURE__ */ React43.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ React43.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ React43.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100
|
|
3971
|
+
), /* @__PURE__ */ React43.createElement("p", { className: "text-[14px] leading-relaxed text-neutral-500" }, bottomDescription)), /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-4 shrink-0" }, /* @__PURE__ */ React43.createElement("div", { className: "flex -space-x-3" }, avatars.map((src, i) => /* @__PURE__ */ React43.createElement("div", { key: i, className: "relative w-12 h-12 rounded-full border-[3px] border-white overflow-hidden bg-neutral-100 z-1 hover:z-10 transition-all" }, /* @__PURE__ */ React43.createElement(
|
|
3972
3972
|
Image11,
|
|
3973
3973
|
{
|
|
3974
3974
|
src,
|
|
@@ -3977,7 +3977,7 @@ var MedicalFeatureStatsBlock = ({
|
|
|
3977
3977
|
sizes: "48px",
|
|
3978
3978
|
className: "object-cover"
|
|
3979
3979
|
}
|
|
3980
|
-
)))), /* @__PURE__ */ React43.createElement("p", { className: "text-[12px]
|
|
3980
|
+
)))), /* @__PURE__ */ React43.createElement("p", { className: "text-[12px] text-neutral-800 leading-[1.4] max-w-55" }, trustText))), /* @__PURE__ */ React43.createElement("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-6" }, stats.map((stat, idx) => /* @__PURE__ */ React43.createElement("div", { key: idx, className: "bg-white rounded-4xl p-8 md:p-10 flex flex-col h-70" }, /* @__PURE__ */ React43.createElement("div", { className: "flex items-center gap-3 mb-6" }, /* @__PURE__ */ React43.createElement("span", { className: "w-1.5 h-1.5 rounded-full bg-[#000000] shrink-0" }), /* @__PURE__ */ React43.createElement("span", { className: "text-[14px] text-neutral-500 tracking-wide" }, stat.label)), /* @__PURE__ */ React43.createElement("div", { className: "text-6xl gradient-text md:text-[80px] font-light tracking-tighter text-black mt-auto leading-none" }, stat.value))))));
|
|
3981
3981
|
};
|
|
3982
3982
|
|
|
3983
3983
|
// src/components/ConsultantShowcase.tsx
|