@vadimcomanescu/nadicode-design-system 2.0.6 → 2.0.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/.agents/skills/seed/SKILL.md +17 -8
- package/.agents/skills/seed/contract.md +5 -4
- package/.agents/skills/seed/intent-map.md +3 -3
- package/.agents/skills/seed/recipes/agents-chat.md +44 -20
- package/.agents/skills/seed/recipes/marketing-shell.md +10 -19
- package/.agents/skills/seed/recipes/navigation-shell.md +5 -5
- package/.agents/skills/seed/recipes/service-detail.md +1 -1
- package/.agents/skills/seed/references/blocks.md +30 -26
- package/.agents/skills/seed/references/brand-override.md +3 -1
- package/.agents/skills/seed/references/components.md +22 -2
- package/.agents/skills/seed/references/dashboard-patterns.md +12 -12
- package/.agents/skills/seed/references/nextjs.md +20 -80
- package/.agents/skills/seed/references/tokens.md +57 -248
- package/README.md +43 -215
- package/contracts/block-props-schemas.json +2186 -0
- package/contracts/component-props-schemas.json +8322 -0
- package/contracts/consumer-contract.json +178 -0
- package/contracts/consumer-intent-map.json +707 -0
- package/contracts/message-catalog-contract.json +820 -0
- package/contracts/page-kit-props-schemas.json +1894 -0
- package/contracts/public-surface-registry.json +6162 -0
- package/contracts/public-surface-registry.schema.json +227 -0
- package/contracts/release-governance-baseline.json +850 -0
- package/contracts/spec-manifest.json +46 -0
- package/css/tokens.css +300 -122
- package/dist/catalog.json +2166 -162
- package/dist/chunk-2BADJLMV.js +117 -0
- package/dist/chunk-35EX5FP5.js +106 -0
- package/dist/chunk-4IGBBIYW.js +47 -0
- package/dist/chunk-4WPZ6T7V.js +186 -0
- package/dist/chunk-5PZ4VR2D.js +142 -0
- package/dist/chunk-5UESKK6S.js +76 -0
- package/dist/chunk-7A2RXKGH.js +205 -0
- package/dist/{chunk-DF47R6LN.js → chunk-AWIG4QN6.js} +9 -9
- package/dist/chunk-AYWL4IYM.js +67 -0
- package/dist/chunk-C7WHMSF3.js +114 -0
- package/dist/{chunk-SV3KZ6CB.js → chunk-DSMGCFMJ.js} +7 -2
- package/dist/{chunk-4K3PATUT.js → chunk-EEL4RAPC.js} +13 -1
- package/dist/{chunk-ILIHQ2KZ.js → chunk-EK43W2Y6.js} +16 -10
- package/dist/chunk-FV2G6SAF.js +134 -0
- package/dist/chunk-FX23F33E.js +57 -0
- package/dist/chunk-GJPTPLCQ.js +52 -0
- package/dist/chunk-HJ3A2YNO.js +163 -0
- package/dist/chunk-HJZRSPWB.js +38 -0
- package/dist/chunk-HWHJ6IRQ.js +78 -0
- package/dist/chunk-HZERHGBT.js +77 -0
- package/dist/{chunk-AUSYEAIJ.js → chunk-I66XWYSS.js} +32 -8
- package/dist/chunk-IXQGKJU4.js +183 -0
- package/dist/chunk-JDJY4ABS.js +60 -0
- package/dist/chunk-K7NQ6ZAW.js +84 -0
- package/dist/chunk-KWILREVQ.js +147 -0
- package/dist/chunk-LCKLZ4XK.js +60 -0
- package/dist/{chunk-WI37ZYIF.js → chunk-M4XKO45H.js} +13 -1
- package/dist/chunk-NEHCPO53.js +44 -0
- package/dist/chunk-OJ7OO3QB.js +269 -0
- package/dist/{chunk-ZHTQF2KI.js → chunk-OSNTB6RY.js} +29 -22
- package/dist/{chunk-GMMPLZLC.js → chunk-PDSQC6VE.js} +1 -1
- package/dist/chunk-QIHA7S3A.js +36 -0
- package/dist/chunk-QQOWC53X.js +98 -0
- package/dist/chunk-RKQPU75I.js +126 -0
- package/dist/chunk-U4GYSYGN.js +120 -0
- package/dist/chunk-UGV45DH3.js +18 -0
- package/dist/chunk-VBZQ4DBE.js +52 -0
- package/dist/{chunk-LQLFA2EL.js → chunk-VDONTZZX.js} +2 -2
- package/dist/chunk-VEO56RH4.js +105 -0
- package/dist/chunk-VJ5VD4UT.js +91 -0
- package/dist/{chunk-RWNJ54CI.js → chunk-VN475YZS.js} +1 -1
- package/dist/chunk-VNNAL4A6.js +110 -0
- package/dist/chunk-VZCB4APK.js +94 -0
- package/dist/chunk-W7FXDRQJ.js +94 -0
- package/dist/{chunk-5I3FWRC5.js → chunk-WOYBVPXK.js} +10 -10
- package/dist/chunk-WST5NLLC.js +73 -0
- package/dist/chunk-X6VXWEDO.js +125 -0
- package/dist/chunk-XTASI4IY.js +60 -0
- package/dist/chunk-Z233ZQZE.js +33 -0
- package/dist/chunk-ZKLB5N3Q.js +110 -0
- package/dist/chunk-ZM2NODUK.js +39 -0
- package/dist/components/blocks/AccountLockedBlock.js +7 -57
- package/dist/components/blocks/ActivityFeedBlock.js +6 -39
- package/dist/components/blocks/AgentConversationBlock.d.ts +6 -1
- package/dist/components/blocks/AgentConversationBlock.js +45 -71
- package/dist/components/blocks/AgentRunOverviewBlock.js +1 -1
- package/dist/components/blocks/AgentWorkbenchBlock.d.ts +5 -1
- package/dist/components/blocks/AgentWorkbenchBlock.js +47 -46
- package/dist/components/blocks/AudioVisualizerBlock.d.ts +1 -1
- package/dist/components/blocks/AudioVisualizerBlock.js +2 -2
- package/dist/components/blocks/AuthLayout.js +2 -2
- package/dist/components/blocks/AuthSuccessBlock.js +5 -60
- package/dist/components/blocks/BannerBlock.js +38 -38
- package/dist/components/blocks/BarChartBlock.d.ts +1 -1
- package/dist/components/blocks/BarChartBlock.js +2 -2
- package/dist/components/blocks/CallToActionBlock.d.ts +1 -1
- package/dist/components/blocks/CallToActionBlock.js +7 -53
- package/dist/components/blocks/ChangelogBlock.js +45 -142
- package/dist/components/blocks/ChartBlock.js +38 -38
- package/dist/components/blocks/ChartCollectionBlock.js +3 -3
- package/dist/components/blocks/ChatLayout.d.ts +4 -1
- package/dist/components/blocks/ChatLayout.js +39 -39
- package/dist/components/blocks/CodeBlock.js +7 -60
- package/dist/components/blocks/ComparisonBlock.js +9 -94
- package/dist/components/blocks/ContactBlock.js +11 -120
- package/dist/components/blocks/CreateBlock.js +39 -39
- package/dist/components/blocks/DataGridBlock.js +40 -40
- package/dist/components/blocks/DirectoryBlock.js +43 -43
- package/dist/components/blocks/FAQBlock.js +44 -82
- package/dist/components/blocks/FeatureBlock.d.ts +10 -14
- package/dist/components/blocks/FeatureBlock.js +54 -196
- package/dist/components/blocks/FeatureGridBlock.d.ts +1 -1
- package/dist/components/blocks/FeatureGridBlock.js +2 -2
- package/dist/components/blocks/FooterBlock.d.ts +2 -2
- package/dist/components/blocks/FooterBlock.js +11 -67
- package/dist/components/blocks/GalleryBlock.js +38 -38
- package/dist/components/blocks/HeaderBlock.d.ts +2 -2
- package/dist/components/blocks/HeaderBlock.js +39 -39
- package/dist/components/blocks/HeatmapChartBlock.d.ts +1 -1
- package/dist/components/blocks/HeatmapChartBlock.js +1 -1
- package/dist/components/blocks/HeroBlock.d.ts +6 -3
- package/dist/components/blocks/HeroBlock.js +53 -236
- package/dist/components/blocks/HeroSectionBlock.d.ts +1 -1
- package/dist/components/blocks/HeroSectionBlock.js +59 -63
- package/dist/components/blocks/IntegrationsBlock.d.ts +1 -1
- package/dist/components/blocks/IntegrationsBlock.js +42 -42
- package/dist/components/blocks/InteractiveAreaChartBlock.d.ts +1 -1
- package/dist/components/blocks/InteractiveAreaChartBlock.js +40 -40
- package/dist/components/blocks/KanbanDemoBlock.js +3 -3
- package/dist/components/blocks/LoginBlock.js +2 -2
- package/dist/components/blocks/LogoCloud.js +2 -13
- package/dist/components/blocks/NavUser.js +42 -42
- package/dist/components/blocks/NewsletterBlock.js +11 -84
- package/dist/components/blocks/NotFoundBlock.js +41 -41
- package/dist/components/blocks/OnboardingBlock.js +38 -38
- package/dist/components/blocks/PasswordRecoveryBlock.js +14 -142
- package/dist/components/blocks/PricingBlock.d.ts +1 -1
- package/dist/components/blocks/PricingBlock.js +13 -112
- package/dist/components/blocks/ProcessFlowBlock.js +10 -77
- package/dist/components/blocks/ResetPasswordBlock.js +11 -125
- package/dist/components/blocks/SettingsLayout.js +42 -42
- package/dist/components/blocks/SignUpBlock.d.ts +1 -1
- package/dist/components/blocks/SignUpBlock.js +3 -3
- package/dist/components/blocks/SocialProofBlock.d.ts +7 -11
- package/dist/components/blocks/SocialProofBlock.js +10 -108
- package/dist/components/blocks/StatsBlock.d.ts +1 -1
- package/dist/components/blocks/StatsBlock.js +40 -40
- package/dist/components/blocks/StatsMarketingBlock.d.ts +1 -1
- package/dist/components/blocks/StatsMarketingBlock.js +7 -38
- package/dist/components/blocks/TeamBlock.d.ts +1 -1
- package/dist/components/blocks/TeamBlock.js +4 -52
- package/dist/components/blocks/TestimonialsBlock.d.ts +1 -1
- package/dist/components/blocks/TestimonialsBlock.js +5 -133
- package/dist/components/blocks/TwoFactorChallengeBlock.js +46 -131
- package/dist/components/blocks/TwoFactorSetupBlock.js +53 -220
- package/dist/components/blocks/UsageDonutBlock.d.ts +1 -1
- package/dist/components/blocks/UsageDonutBlock.js +2 -2
- package/dist/components/blocks/VoiceAgentCard.d.ts +3 -1
- package/dist/components/blocks/VoiceAgentCard.js +7 -76
- package/dist/components/blocks/WizardBlock.js +39 -39
- package/dist/components/blocks/user/InviteUserModal.js +38 -38
- package/dist/components/logos/index.js +2 -2
- package/dist/components/page-kits/AccountLockedPageKit.d.ts +10 -0
- package/dist/components/page-kits/AccountLockedPageKit.js +48 -0
- package/dist/components/page-kits/AgentsChatPageKit.d.ts +46 -0
- package/dist/components/page-kits/AgentsChatPageKit.js +290 -0
- package/dist/components/page-kits/AnalyticsPageKit.d.ts +49 -0
- package/dist/components/page-kits/AnalyticsPageKit.js +277 -0
- package/dist/components/page-kits/BlogContentPageKit.d.ts +64 -0
- package/dist/components/page-kits/BlogContentPageKit.js +296 -0
- package/dist/components/page-kits/CheckoutPageKit.d.ts +36 -0
- package/dist/components/page-kits/CheckoutPageKit.js +209 -0
- package/dist/components/page-kits/CompanySuitePageKit.d.ts +25 -0
- package/dist/components/page-kits/CompanySuitePageKit.js +240 -0
- package/dist/components/page-kits/CrudFormPageKit.d.ts +54 -0
- package/dist/components/page-kits/CrudFormPageKit.js +138 -0
- package/dist/components/page-kits/CrudListDetailPageKit.d.ts +70 -0
- package/dist/components/page-kits/CrudListDetailPageKit.js +138 -0
- package/dist/components/page-kits/DashboardPageKit.d.ts +39 -0
- package/dist/components/page-kits/DashboardPageKit.js +284 -0
- package/dist/components/page-kits/ErrorPageKit.d.ts +22 -0
- package/dist/components/page-kits/ErrorPageKit.js +55 -0
- package/dist/components/page-kits/KanbanBoardPageKit.d.ts +31 -0
- package/dist/components/page-kits/KanbanBoardPageKit.js +305 -0
- package/dist/components/page-kits/LandingPageKit.d.ts +29 -0
- package/dist/components/page-kits/LandingPageKit.js +222 -0
- package/dist/components/page-kits/LoginPageKit.d.ts +16 -0
- package/dist/components/page-kits/LoginPageKit.js +43 -0
- package/dist/components/page-kits/MarketingShellPageKit.d.ts +21 -0
- package/dist/components/page-kits/MarketingShellPageKit.js +131 -0
- package/dist/components/page-kits/NavigationShellPageKit.d.ts +41 -0
- package/dist/components/page-kits/NavigationShellPageKit.js +132 -0
- package/dist/components/page-kits/OnboardingPageKit.d.ts +26 -0
- package/dist/components/page-kits/OnboardingPageKit.js +248 -0
- package/dist/components/page-kits/PricingPageKit.d.ts +41 -0
- package/dist/components/page-kits/PricingPageKit.js +279 -0
- package/dist/components/page-kits/ProfileSettingsPageKit.d.ts +50 -0
- package/dist/components/page-kits/ProfileSettingsPageKit.js +171 -0
- package/dist/components/page-kits/RecoveryPageKit.d.ts +17 -0
- package/dist/components/page-kits/RecoveryPageKit.js +58 -0
- package/dist/components/page-kits/ResetPageKit.d.ts +14 -0
- package/dist/components/page-kits/ResetPageKit.js +52 -0
- package/dist/components/page-kits/ServiceSuitePageKit.d.ts +25 -0
- package/dist/components/page-kits/ServiceSuitePageKit.js +321 -0
- package/dist/components/page-kits/SettingsPageKit.d.ts +27 -0
- package/dist/components/page-kits/SettingsPageKit.js +11 -0
- package/dist/components/page-kits/SignupPageKit.d.ts +15 -0
- package/dist/components/page-kits/SignupPageKit.js +41 -0
- package/dist/components/page-kits/SuccessPageKit.d.ts +15 -0
- package/dist/components/page-kits/SuccessPageKit.js +146 -0
- package/dist/components/page-kits/TeamSettingsPageKit.d.ts +50 -0
- package/dist/components/page-kits/TeamSettingsPageKit.js +297 -0
- package/dist/components/page-kits/TwoFactorPageKit.d.ts +16 -0
- package/dist/components/page-kits/TwoFactorPageKit.js +156 -0
- package/dist/components/page-kits/VerifyEmailPageKit.d.ts +15 -0
- package/dist/components/page-kits/VerifyEmailPageKit.js +146 -0
- package/dist/components/page-kits/VoiceAgentsPageKit.d.ts +35 -0
- package/dist/components/page-kits/VoiceAgentsPageKit.js +250 -0
- package/dist/components/ui/Accordion.js +38 -38
- package/dist/components/ui/AgentMessageBubble.d.ts +20 -4
- package/dist/components/ui/AgentMessageBubble.js +39 -39
- package/dist/components/ui/AgentStatus.d.ts +1 -1
- package/dist/components/ui/AgentStatus.js +5 -10
- package/dist/components/ui/AgentTerminal.d.ts +4 -1
- package/dist/components/ui/AgentTerminal.js +3 -1
- package/dist/components/ui/AgentTimeline.d.ts +2 -2
- package/dist/components/ui/AgentTimeline.js +15 -6
- package/dist/components/ui/AnimatedDialog.js +38 -38
- package/dist/components/ui/AnimatedSheet.js +38 -38
- package/dist/components/ui/ApprovalCard.js +1 -1
- package/dist/components/ui/AudioWaveform.js +2 -76
- package/dist/components/ui/AvatarUpload.js +1 -1
- package/dist/components/ui/Breadcrumb.js +41 -143
- package/dist/components/ui/Calendar.js +38 -38
- package/dist/components/ui/Carousel.js +38 -38
- package/dist/components/ui/ChartCard.js +5 -38
- package/dist/components/ui/ChatActions.d.ts +14 -0
- package/dist/components/ui/ChatActions.js +52 -0
- package/dist/components/ui/ChatBranch.d.ts +18 -0
- package/dist/components/ui/ChatBranch.js +84 -0
- package/dist/components/ui/ChatChainOfThought.d.ts +25 -0
- package/dist/components/ui/ChatChainOfThought.js +99 -0
- package/dist/components/ui/ChatConfirmation.d.ts +37 -0
- package/dist/components/ui/ChatConfirmation.js +115 -0
- package/dist/components/ui/ChatGreeting.d.ts +18 -0
- package/dist/components/ui/ChatGreeting.js +80 -0
- package/dist/components/ui/ChatMessage.d.ts +40 -0
- package/dist/components/ui/ChatMessage.js +96 -0
- package/dist/components/ui/ChatPlan.d.ts +29 -0
- package/dist/components/ui/ChatPlan.js +86 -0
- package/dist/components/ui/ChatPromptInput.d.ts +32 -0
- package/dist/components/ui/ChatPromptInput.js +193 -0
- package/dist/components/ui/ChatPromptInputAttachments.d.ts +9 -0
- package/dist/components/ui/ChatPromptInputAttachments.js +145 -0
- package/dist/components/ui/ChatQueue.d.ts +32 -0
- package/dist/components/ui/ChatQueue.js +93 -0
- package/dist/components/ui/ChatReasoning.d.ts +20 -0
- package/dist/components/ui/ChatReasoning.js +91 -0
- package/dist/components/ui/ChatResponse.d.ts +14 -0
- package/dist/components/ui/ChatResponse.js +25 -0
- package/dist/components/ui/ChatShimmer.d.ts +23 -0
- package/dist/components/ui/ChatShimmer.js +6 -0
- package/dist/components/ui/ChatSources.d.ts +30 -0
- package/dist/components/ui/ChatSources.js +113 -0
- package/dist/components/ui/ChatSuggestion.d.ts +13 -0
- package/dist/components/ui/ChatSuggestion.js +41 -0
- package/dist/components/ui/ChatThinkingMessage.d.ts +12 -0
- package/dist/components/ui/ChatThinkingMessage.js +55 -0
- package/dist/components/ui/ChatToolCall.d.ts +41 -0
- package/dist/components/ui/ChatToolCall.js +192 -0
- package/dist/components/ui/CheckStatus.d.ts +1 -1
- package/dist/components/ui/Checkbox.js +38 -38
- package/dist/components/ui/CheckoutForm.js +38 -38
- package/dist/components/ui/CheckoutFormDemo.js +43 -44
- package/dist/components/ui/Combobox.js +38 -38
- package/dist/components/ui/Command.js +38 -38
- package/dist/components/ui/ContextMenu.js +38 -38
- package/dist/components/ui/Conversation.d.ts +21 -0
- package/dist/components/ui/Conversation.js +196 -0
- package/dist/components/ui/ConversationThread.d.ts +8 -2
- package/dist/components/ui/ConversationThread.js +34 -16
- package/dist/components/ui/DataFreshness.js +2 -73
- package/dist/components/ui/DataTable.js +40 -40
- package/dist/components/ui/DatePicker.js +38 -38
- package/dist/components/ui/DateRangePicker.js +38 -38
- package/dist/components/ui/Dialog.js +38 -38
- package/dist/components/ui/DropdownMenu.js +39 -39
- package/dist/components/ui/FileUpload.js +38 -38
- package/dist/components/ui/InputOTP.js +38 -38
- package/dist/components/ui/KanbanBoard.js +2 -2
- package/dist/components/ui/LanguageSwitcher.js +38 -38
- package/dist/components/ui/Menubar.js +38 -38
- package/dist/components/ui/MouseEffect.js +1 -1
- package/dist/components/ui/NativeSelect.js +2 -18
- package/dist/components/ui/NavigationMenu.js +38 -38
- package/dist/components/ui/NotificationCenter.js +38 -38
- package/dist/components/ui/Pagination.js +42 -153
- package/dist/components/ui/RadioGroup.js +38 -38
- package/dist/components/ui/Resizable.js +38 -38
- package/dist/components/ui/SearchCommand.js +38 -38
- package/dist/components/ui/Select.js +38 -38
- package/dist/components/ui/SettingsModal.js +38 -38
- package/dist/components/ui/ShaderBackground.js +2 -2
- package/dist/components/ui/Sheet.js +38 -38
- package/dist/components/ui/Sidebar.js +41 -41
- package/dist/components/ui/StyleToggle.js +1 -1
- package/dist/components/ui/TagInput.js +38 -38
- package/dist/components/ui/ThemeToggle.js +39 -39
- package/dist/components/ui/ThinkingIndicator.d.ts +3 -1
- package/dist/components/ui/ThinkingIndicator.js +2 -1
- package/dist/components/ui/Toast.js +38 -38
- package/dist/components/ui/Toaster.js +38 -38
- package/dist/components/ui/ToolCallCard.d.ts +1 -1
- package/dist/components/ui/ToolCallCard.js +5 -1
- package/dist/components/ui/TreeView.js +38 -38
- package/dist/components/ui/charts/index.js +1 -1
- package/dist/components/ui/icons/index.js +38 -38
- package/dist/components/ui/text-effects/index.js +2 -2
- package/dist/hooks/use-scroll-to-bottom.d.ts +13 -0
- package/dist/hooks/use-scroll-to-bottom.js +2 -0
- package/dist/hooks/use-shader-preset.js +2 -2
- package/dist/index.js +43 -43
- package/dist/internal/local-image-assets.d.ts +12 -0
- package/dist/lib/shader-presets.js +1 -1
- package/dist/lib/tokens.config.d.ts +19 -0
- package/dist/messages/en.js +1 -1
- package/dist/messages/it.js +1 -1
- package/dist/test/PublicSeedTestProvider.js +2 -2
- package/dist/test/simulate-ime-composition.d.ts +54 -0
- package/dist/test/simulate-ime-composition.js +55 -0
- package/eslint-rules/nadicode/config.js +2 -0
- package/eslint-rules/nadicode/index.js +4 -0
- package/eslint-rules/nadicode/rules/no-deprecated-ds-import.js +77 -0
- package/eslint-rules/nadicode/rules/no-forbidden-page-kit-import.js +99 -0
- package/eslint-rules/nadicode/rules/no-unregistered-glass.js +2 -0
- package/package.json +895 -686
- package/scripts/ds-check.mjs +102 -73
- package/src/lib/tokens.config.js +63 -41
- package/dist/chunk-MLUSJTS2.js +0 -107
- package/dist/{chunk-5DKCZWC6.js → chunk-CQEUNASC.js} +1 -1
- package/dist/{chunk-4HRVRW2X.js → chunk-J2DCQDXO.js} +2 -2
- package/dist/{chunk-6MFAZU4B.js → chunk-RGE5OQMZ.js} +1 -1
- package/dist/{chunk-PJNHVPHF.js → chunk-TYP2MR3Q.js} +1 -1
|
@@ -1,122 +1,24 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
2
|
+
export { SocialProofBlock } from '../../chunk-C7WHMSF3.js';
|
|
3
|
+
import '../../chunk-DARC2ACH.js';
|
|
4
|
+
import '../../chunk-QQOWC53X.js';
|
|
3
5
|
import '../../chunk-G5EO22OR.js';
|
|
6
|
+
import '../../chunk-OHX2LFAH.js';
|
|
7
|
+
import '../../chunk-SGI25ZJ6.js';
|
|
4
8
|
import '../../chunk-ANBJ2OLC.js';
|
|
5
9
|
import '../../chunk-LV4LBWCS.js';
|
|
6
10
|
import '../../chunk-XZ3A33GP.js';
|
|
7
11
|
import '../../chunk-F3T2U7YL.js';
|
|
8
12
|
import '../../chunk-6DYFX5IR.js';
|
|
9
13
|
import '../../chunk-EB5PYS7Q.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import { ShimmeringText } from '../../chunk-SGI25ZJ6.js';
|
|
12
|
-
import { StaggerChildren } from '../../chunk-DQPK2XRL.js';
|
|
14
|
+
import '../../chunk-DQPK2XRL.js';
|
|
13
15
|
import '../../chunk-ULLTRLBD.js';
|
|
14
16
|
import '../../chunk-4O6L5YWT.js';
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
17
|
+
import '../../chunk-WI547C47.js';
|
|
18
|
+
import '../../chunk-A7NUWD76.js';
|
|
19
|
+
import '../../chunk-AH6YSYYT.js';
|
|
20
|
+
import '../../chunk-NAAU5IWU.js';
|
|
19
21
|
import '../../chunk-PD2YEH3H.js';
|
|
20
22
|
import '../../chunk-CRY67BIF.js';
|
|
21
23
|
import '../../chunk-HJC6U46F.js';
|
|
22
24
|
import '../../chunk-QYZT24TS.js';
|
|
23
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
24
|
-
|
|
25
|
-
var defaultLogos = [
|
|
26
|
-
{ name: "Vercel", icon: (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: /* @__PURE__ */ jsx("path", { d: "M12 2L22 22H2L12 2Z", fill: "currentColor", stroke: "none" }) }) },
|
|
27
|
-
{ name: "Stripe", icon: (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: /* @__PURE__ */ jsx("path", { d: "M22 12h-4l-3 9L9 3l-3 9H2" }) }) },
|
|
28
|
-
{ name: "OpenAI", icon: (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: [
|
|
29
|
-
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
30
|
-
/* @__PURE__ */ jsx("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" })
|
|
31
|
-
] }) },
|
|
32
|
-
{ name: siteConfig.name, icon: (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: [
|
|
33
|
-
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", ry: "2" }),
|
|
34
|
-
/* @__PURE__ */ jsx("path", { d: "M9 9h6v6H9z" })
|
|
35
|
-
] }) },
|
|
36
|
-
{ name: "Next.js", icon: (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: [
|
|
37
|
-
/* @__PURE__ */ jsx("path", { d: "M21 8v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5z" }),
|
|
38
|
-
/* @__PURE__ */ jsx("path", { d: "M10 12h4" })
|
|
39
|
-
] }) }
|
|
40
|
-
];
|
|
41
|
-
function LogoCloud({
|
|
42
|
-
logos = defaultLogos,
|
|
43
|
-
title = "Trusted by innovative teams",
|
|
44
|
-
className
|
|
45
|
-
} = {}) {
|
|
46
|
-
return /* @__PURE__ */ jsx("div", { className: className ?? "w-full py-12 lg:py-16", children: /* @__PURE__ */ jsxs("div", { className: "container mx-auto px-4 text-center", children: [
|
|
47
|
-
/* @__PURE__ */ jsx("p", { className: "mb-8 text-sm font-medium text-text-tertiary uppercase tracking-wider", children: title }),
|
|
48
|
-
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 60, distance: 12, className: "flex flex-wrap gap-8 items-center justify-center opacity-70", children: logos.map((logo) => /* @__PURE__ */ jsxs(
|
|
49
|
-
"div",
|
|
50
|
-
{
|
|
51
|
-
className: "group flex items-center justify-center transition-all duration-300 hover:opacity-100 hover:scale-110",
|
|
52
|
-
children: [
|
|
53
|
-
/* @__PURE__ */ jsx(logo.icon, { className: "h-8 w-8 text-text-tertiary transition-colors group-hover:text-primary group-hover:drop-shadow-[0_0_8px_rgb(var(--color-primary)/0.5)]" }),
|
|
54
|
-
/* @__PURE__ */ jsx("span", { className: "ml-2 text-lg font-semibold text-text-tertiary group-hover:text-text-primary hidden md:inline-block", children: logo.name })
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
|
-
logo.name
|
|
58
|
-
)) })
|
|
59
|
-
] }) });
|
|
60
|
-
}
|
|
61
|
-
var defaultSocialTestimonials = [
|
|
62
|
-
{
|
|
63
|
-
quote: "Seed has completely transformed how we build AI interfaces. The depth and realism are unmatched.",
|
|
64
|
-
author: "Sarah Chen",
|
|
65
|
-
role: "Product Designer @ NeuralNet",
|
|
66
|
-
avatar: "SC"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
quote: "The glassmorphism effects are incredibly performant. It feels like a native app running in the browser.",
|
|
70
|
-
author: "Marcus Rodriguez",
|
|
71
|
-
role: "Frontend Lead @ FutureScale",
|
|
72
|
-
avatar: "MR"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
quote: "Finally, a design system that understands what 'futuristic' actually means. No more flat, boring SaaS UI.",
|
|
76
|
-
author: "Elena Kowalski",
|
|
77
|
-
role: "CTO @ CyberSystems",
|
|
78
|
-
avatar: "EK"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
quote: "Development velocity increased by 3x. The components are so easy to compose.",
|
|
82
|
-
author: "David Park",
|
|
83
|
-
role: "Indie Hacker",
|
|
84
|
-
avatar: "DP"
|
|
85
|
-
}
|
|
86
|
-
];
|
|
87
|
-
function Testimonials({
|
|
88
|
-
title = "Loved by Builders",
|
|
89
|
-
testimonials = defaultSocialTestimonials,
|
|
90
|
-
className
|
|
91
|
-
} = {}) {
|
|
92
|
-
return /* @__PURE__ */ jsx("section", { className: className ?? "py-16 md:py-24 relative overflow-hidden", children: /* @__PURE__ */ jsxs("div", { className: "container mx-auto px-6 lg:px-8", children: [
|
|
93
|
-
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-center mb-12", children: /* @__PURE__ */ jsx(
|
|
94
|
-
ShimmeringText,
|
|
95
|
-
{
|
|
96
|
-
text: title,
|
|
97
|
-
color: "var(--color-text-primary)",
|
|
98
|
-
shimmeringColor: "var(--color-accent)",
|
|
99
|
-
duration: 2
|
|
100
|
-
}
|
|
101
|
-
) }),
|
|
102
|
-
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 100, direction: "up", distance: 20, className: "flex flex-wrap justify-center gap-6", children: testimonials.map((t, i) => /* @__PURE__ */ jsx(Shine, { enableOnHover: true, loop: true, loopDelay: 200, color: "var(--color-accent)", opacity: 0.15, children: /* @__PURE__ */ jsx(Card, { interactive: true, className: "w-full max-w-md", children: /* @__PURE__ */ jsxs(CardContent, { className: "p-6", children: [
|
|
103
|
-
/* @__PURE__ */ jsxs("p", { className: "mb-4 text-lg text-text-secondary leading-relaxed", children: [
|
|
104
|
-
'"',
|
|
105
|
-
t.quote,
|
|
106
|
-
'"'
|
|
107
|
-
] }),
|
|
108
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-4", children: [
|
|
109
|
-
/* @__PURE__ */ jsxs(Avatar, { className: "h-10 w-10 border border-primary/20", children: [
|
|
110
|
-
/* @__PURE__ */ jsx(AvatarImage, { src: `https://api.dicebear.com/7.x/avataaars/svg?seed=${t.author}` }),
|
|
111
|
-
/* @__PURE__ */ jsx(AvatarFallback, { children: t.avatar })
|
|
112
|
-
] }),
|
|
113
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
114
|
-
/* @__PURE__ */ jsx("div", { className: "text-sm font-semibold text-text-primary", children: t.author }),
|
|
115
|
-
/* @__PURE__ */ jsx("div", { className: "text-xs text-text-tertiary", children: t.role })
|
|
116
|
-
] })
|
|
117
|
-
] })
|
|
118
|
-
] }) }) }, i)) })
|
|
119
|
-
] }) });
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export { LogoCloud, Testimonials };
|
|
@@ -17,5 +17,5 @@ interface StatsGenericProps {
|
|
|
17
17
|
stats?: StatItem[];
|
|
18
18
|
className?: string;
|
|
19
19
|
}
|
|
20
|
-
export declare function
|
|
20
|
+
export declare function StatsBlock({ stats, className, }: StatsGenericProps): import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
export {};
|
|
@@ -10,116 +10,116 @@ import '../../chunk-PD2YEH3H.js';
|
|
|
10
10
|
import '../../chunk-CRY67BIF.js';
|
|
11
11
|
import '../../chunk-HJC6U46F.js';
|
|
12
12
|
import '../../chunk-GO35FTNJ.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import { UsersIcon } from '../../chunk-WUO7OONN.js';
|
|
14
14
|
import '../../chunk-FLF5AMNO.js';
|
|
15
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-3CLXYQKB.js';
|
|
16
16
|
import '../../chunk-S4GKGKON.js';
|
|
17
17
|
import '../../chunk-LCDDAE7J.js';
|
|
18
18
|
import '../../chunk-R674XI7C.js';
|
|
19
|
-
import
|
|
19
|
+
import '../../chunk-HNY45VUQ.js';
|
|
20
20
|
import '../../chunk-BPCCTJSK.js';
|
|
21
21
|
import '../../chunk-CGUCH322.js';
|
|
22
22
|
import '../../chunk-ELKIUARM.js';
|
|
23
|
-
import '../../chunk-ZU2GYVAP.js';
|
|
24
23
|
import '../../chunk-KSHJQ2VT.js';
|
|
25
|
-
import '../../chunk-
|
|
26
|
-
import '../../chunk-
|
|
27
|
-
import '../../chunk-CRZ2JE24.js';
|
|
24
|
+
import '../../chunk-GAKU7DFY.js';
|
|
25
|
+
import '../../chunk-T6BRD7TS.js';
|
|
28
26
|
import '../../chunk-TXGANOAX.js';
|
|
29
27
|
import '../../chunk-OITJWGFV.js';
|
|
30
28
|
import '../../chunk-Z74D6D2W.js';
|
|
31
|
-
import '../../chunk-
|
|
29
|
+
import '../../chunk-7WDT2PRI.js';
|
|
32
30
|
import '../../chunk-IJJI4RQU.js';
|
|
33
31
|
import '../../chunk-E7RBK6ML.js';
|
|
34
32
|
import '../../chunk-UBIGDGOP.js';
|
|
35
|
-
import '../../chunk-Q7LVUGFL.js';
|
|
36
33
|
import '../../chunk-ALMGJVMT.js';
|
|
37
34
|
import '../../chunk-QPXTBZWN.js';
|
|
38
|
-
import '../../chunk-
|
|
39
|
-
import '../../chunk-T6BRD7TS.js';
|
|
35
|
+
import '../../chunk-4NXZIMYZ.js';
|
|
40
36
|
import '../../chunk-R5XP45PD.js';
|
|
41
37
|
import '../../chunk-G5EO5FWC.js';
|
|
42
38
|
import '../../chunk-NCULQXJE.js';
|
|
43
39
|
import '../../chunk-VDYPDMYR.js';
|
|
44
40
|
import '../../chunk-WDGIQDQG.js';
|
|
45
|
-
import '../../chunk-
|
|
46
|
-
import '../../chunk-7WDT2PRI.js';
|
|
47
|
-
import '../../chunk-AP5Y5M3R.js';
|
|
41
|
+
import '../../chunk-RYOTIXZO.js';
|
|
48
42
|
import '../../chunk-JZ4G2SJH.js';
|
|
49
43
|
import '../../chunk-KYGKJ553.js';
|
|
50
44
|
import '../../chunk-M7YSMMAC.js';
|
|
51
45
|
import '../../chunk-XQ2UDMPO.js';
|
|
52
46
|
import '../../chunk-JMCSAGZ3.js';
|
|
53
47
|
import '../../chunk-QUKDUSHD.js';
|
|
54
|
-
import '../../chunk-
|
|
55
|
-
import '../../chunk-
|
|
48
|
+
import '../../chunk-O74AEVHW.js';
|
|
49
|
+
import '../../chunk-ZUHIWALK.js';
|
|
56
50
|
import '../../chunk-2IZC7HSV.js';
|
|
57
51
|
import '../../chunk-2SDZMTB2.js';
|
|
58
|
-
import '../../chunk-
|
|
59
|
-
import '../../chunk-
|
|
52
|
+
import '../../chunk-IQEBXXB5.js';
|
|
53
|
+
import '../../chunk-AZUJNRQU.js';
|
|
60
54
|
import '../../chunk-W3B3UOEG.js';
|
|
61
55
|
import '../../chunk-ACRVOD7W.js';
|
|
62
56
|
import '../../chunk-QSU23VYZ.js';
|
|
63
57
|
import '../../chunk-BJYCQ2NV.js';
|
|
64
58
|
import '../../chunk-VM462WZC.js';
|
|
65
|
-
import '../../chunk-O74AEVHW.js';
|
|
66
|
-
import '../../chunk-ZUHIWALK.js';
|
|
67
59
|
import '../../chunk-5UZDOF6V.js';
|
|
68
60
|
import '../../chunk-PKVTEDKO.js';
|
|
69
61
|
import '../../chunk-I3TH7PIB.js';
|
|
70
62
|
import '../../chunk-WGPK3FQ7.js';
|
|
71
63
|
import '../../chunk-JL4MVVFH.js';
|
|
72
|
-
import '../../chunk-
|
|
73
|
-
import '../../chunk-
|
|
64
|
+
import '../../chunk-4FEAWXJD.js';
|
|
65
|
+
import { CreditCardIcon } from '../../chunk-JHQTKMKG.js';
|
|
74
66
|
import '../../chunk-WA45EC4Y.js';
|
|
75
67
|
import { DollarSignIcon } from '../../chunk-2MOEOEOI.js';
|
|
76
68
|
import '../../chunk-5LCXASRW.js';
|
|
77
69
|
import '../../chunk-2ZJVU7NV.js';
|
|
78
70
|
import '../../chunk-5ESF6N36.js';
|
|
79
71
|
import '../../chunk-RBPLOM3A.js';
|
|
80
|
-
import '../../chunk-
|
|
72
|
+
import '../../chunk-6BAV4TZ5.js';
|
|
73
|
+
import '../../chunk-SW6QPJM4.js';
|
|
81
74
|
import '../../chunk-2NT57K4U.js';
|
|
82
|
-
import '../../chunk-6G3RRWJT.js';
|
|
83
75
|
import '../../chunk-JRJGSNI4.js';
|
|
84
76
|
import '../../chunk-RF6ECFS5.js';
|
|
85
|
-
import '../../chunk-
|
|
86
|
-
import '../../chunk-
|
|
87
|
-
import { CreditCardIcon } from '../../chunk-JHQTKMKG.js';
|
|
77
|
+
import '../../chunk-KYZT3RNW.js';
|
|
78
|
+
import '../../chunk-UEG2LI7Z.js';
|
|
88
79
|
import '../../chunk-CI7GPGCJ.js';
|
|
89
80
|
import '../../chunk-226EBOTK.js';
|
|
90
|
-
import '../../chunk-
|
|
91
|
-
import '../../chunk-G24VV5NO.js';
|
|
92
|
-
import '../../chunk-6BAV4TZ5.js';
|
|
93
|
-
import '../../chunk-SW6QPJM4.js';
|
|
81
|
+
import '../../chunk-74RKVIBV.js';
|
|
94
82
|
import '../../chunk-V6WNRZT3.js';
|
|
95
83
|
import '../../chunk-JBK2LA6U.js';
|
|
96
84
|
import '../../chunk-55U27XY4.js';
|
|
97
85
|
import '../../chunk-LSPO6OBI.js';
|
|
98
86
|
import '../../chunk-Y56WBNCY.js';
|
|
99
|
-
import '../../chunk-KYZT3RNW.js';
|
|
100
|
-
import '../../chunk-UEG2LI7Z.js';
|
|
101
87
|
import { ActivityIcon } from '../../chunk-JJTQOH7J.js';
|
|
102
88
|
import '../../chunk-72X6SXOX.js';
|
|
103
89
|
import '../../chunk-SR5U52V3.js';
|
|
104
|
-
import '../../chunk-74RKVIBV.js';
|
|
105
90
|
import '../../chunk-AWIJHDNK.js';
|
|
106
|
-
import '../../chunk-BRP6D56U.js';
|
|
107
|
-
import '../../chunk-S733NAYS.js';
|
|
108
91
|
import '../../chunk-MAUTIHQG.js';
|
|
92
|
+
import '../../chunk-S733NAYS.js';
|
|
109
93
|
import '../../chunk-666N6OTL.js';
|
|
110
94
|
import '../../chunk-FMH55OKV.js';
|
|
111
95
|
import '../../chunk-WXVNTJIB.js';
|
|
112
|
-
import '../../chunk-CXACRCZ4.js';
|
|
113
96
|
import '../../chunk-T7H53CK2.js';
|
|
114
|
-
import '../../chunk-
|
|
97
|
+
import '../../chunk-TBKJ34BB.js';
|
|
98
|
+
import '../../chunk-BRP6D56U.js';
|
|
99
|
+
import '../../chunk-6G3RRWJT.js';
|
|
100
|
+
import '../../chunk-ZU2GYVAP.js';
|
|
101
|
+
import '../../chunk-CRZ2JE24.js';
|
|
102
|
+
import '../../chunk-PSVQ7ZNX.js';
|
|
103
|
+
import '../../chunk-WKRIKCJC.js';
|
|
104
|
+
import '../../chunk-JHQ5NMLZ.js';
|
|
105
|
+
import '../../chunk-WFJQ43SM.js';
|
|
106
|
+
import '../../chunk-AP5Y5M3R.js';
|
|
107
|
+
import '../../chunk-Q7LVUGFL.js';
|
|
108
|
+
import '../../chunk-G5YLGJXR.js';
|
|
109
|
+
import '../../chunk-G24VV5NO.js';
|
|
110
|
+
import '../../chunk-R3AO6AZM.js';
|
|
111
|
+
import '../../chunk-GCUTJI7M.js';
|
|
112
|
+
import '../../chunk-CXACRCZ4.js';
|
|
115
113
|
import '../../chunk-P6IRHPFM.js';
|
|
116
114
|
import '../../chunk-SXHYB7JB.js';
|
|
115
|
+
import '../../chunk-BFLN54VR.js';
|
|
117
116
|
import '../../chunk-ONGJ7AC2.js';
|
|
118
117
|
import '../../chunk-UHXGBV5N.js';
|
|
119
118
|
import '../../chunk-UIUMTURU.js';
|
|
120
119
|
import '../../chunk-PRUXIDBD.js';
|
|
121
120
|
import '../../chunk-NURPUVUV.js';
|
|
122
121
|
import '../../chunk-S4JAHKOP.js';
|
|
122
|
+
import '../../chunk-TV4RSQH4.js';
|
|
123
123
|
import '../../chunk-HJBXUXTD.js';
|
|
124
124
|
import '../../chunk-ASKFAYYR.js';
|
|
125
125
|
import '../../chunk-QYZT24TS.js';
|
|
@@ -157,7 +157,7 @@ var defaultStats = [
|
|
|
157
157
|
periodText: "since last hour"
|
|
158
158
|
}
|
|
159
159
|
];
|
|
160
|
-
function
|
|
160
|
+
function StatsBlock({
|
|
161
161
|
stats = defaultStats,
|
|
162
162
|
className
|
|
163
163
|
}) {
|
|
@@ -177,4 +177,4 @@ function StatsGeneric({
|
|
|
177
177
|
)) });
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
export {
|
|
180
|
+
export { StatsBlock };
|
|
@@ -10,5 +10,5 @@ interface StatsSectionProps {
|
|
|
10
10
|
stats?: StatItem[];
|
|
11
11
|
className?: string;
|
|
12
12
|
}
|
|
13
|
-
export declare function
|
|
13
|
+
export declare function StatsMarketingBlock({ title, description, stats, className, }: StatsSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -1,51 +1,20 @@
|
|
|
1
1
|
'use client';
|
|
2
|
+
export { StatsMarketingBlock } from '../../chunk-QIHA7S3A.js';
|
|
2
3
|
import '../../chunk-G5EO22OR.js';
|
|
4
|
+
import '../../chunk-OHX2LFAH.js';
|
|
5
|
+
import '../../chunk-SGI25ZJ6.js';
|
|
3
6
|
import '../../chunk-ANBJ2OLC.js';
|
|
4
7
|
import '../../chunk-LV4LBWCS.js';
|
|
5
8
|
import '../../chunk-XZ3A33GP.js';
|
|
6
|
-
import
|
|
9
|
+
import '../../chunk-F3T2U7YL.js';
|
|
7
10
|
import '../../chunk-6DYFX5IR.js';
|
|
8
11
|
import '../../chunk-EB5PYS7Q.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-SGI25ZJ6.js';
|
|
11
|
-
import { StaggerChildren } from '../../chunk-DQPK2XRL.js';
|
|
12
|
+
import '../../chunk-DQPK2XRL.js';
|
|
12
13
|
import '../../chunk-ULLTRLBD.js';
|
|
13
14
|
import '../../chunk-4O6L5YWT.js';
|
|
14
|
-
import
|
|
15
|
-
import
|
|
15
|
+
import '../../chunk-WI547C47.js';
|
|
16
|
+
import '../../chunk-A7NUWD76.js';
|
|
16
17
|
import '../../chunk-PD2YEH3H.js';
|
|
17
18
|
import '../../chunk-CRY67BIF.js';
|
|
18
19
|
import '../../chunk-HJC6U46F.js';
|
|
19
20
|
import '../../chunk-QYZT24TS.js';
|
|
20
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
21
|
-
|
|
22
|
-
var defaultStats = [
|
|
23
|
-
{ value: 1200, label: "Stars on GitHub", prefix: "+" },
|
|
24
|
-
{ value: 22, label: "Active Users", suffix: " Million" },
|
|
25
|
-
{ value: 500, label: "Powered Apps", prefix: "+" }
|
|
26
|
-
];
|
|
27
|
-
var defaultTitle = `${siteConfig.name} in numbers`;
|
|
28
|
-
var defaultDescription = `The numbers speak for themselves. ${siteConfig.name} powers the next generation of AI interfaces with premium design tokens, glass effects, and accessible components.`;
|
|
29
|
-
function StatsSection({
|
|
30
|
-
title = defaultTitle,
|
|
31
|
-
description = defaultDescription,
|
|
32
|
-
stats = defaultStats,
|
|
33
|
-
className
|
|
34
|
-
}) {
|
|
35
|
-
return /* @__PURE__ */ jsx("section", { className: className ?? "py-12 md:py-16", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-5xl space-y-8 px-6 md:space-y-16", children: [
|
|
36
|
-
/* @__PURE__ */ jsxs("div", { className: "relative z-10 mx-auto max-w-xl space-y-6 text-center", children: [
|
|
37
|
-
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-4xl lg:text-5xl", children: title }),
|
|
38
|
-
/* @__PURE__ */ jsx("p", { className: "text-text-secondary", children: description })
|
|
39
|
-
] }),
|
|
40
|
-
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 150, className: "grid gap-12 divide-y *:text-center md:grid-cols-3 md:gap-2 md:divide-x md:divide-y-0", children: stats.map((stat) => /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
|
|
41
|
-
/* @__PURE__ */ jsxs("div", { className: "text-5xl font-bold tabular-nums", children: [
|
|
42
|
-
stat.prefix,
|
|
43
|
-
/* @__PURE__ */ jsx(CountingNumber, { number: stat.value, inViewOnce: true }),
|
|
44
|
-
stat.suffix
|
|
45
|
-
] }),
|
|
46
|
-
/* @__PURE__ */ jsx("p", { children: stat.label })
|
|
47
|
-
] }, stat.label)) })
|
|
48
|
-
] }) });
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export { StatsSection };
|
|
@@ -12,5 +12,5 @@ interface TeamSectionProps {
|
|
|
12
12
|
sections?: TeamSectionDef[];
|
|
13
13
|
className?: string;
|
|
14
14
|
}
|
|
15
|
-
export declare function
|
|
15
|
+
export declare function TeamBlock({ title, sections, className, }: TeamSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export {};
|
|
@@ -1,57 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
export { TeamBlock } from '../../chunk-VBZQ4DBE.js';
|
|
3
|
+
import '../../chunk-DQPK2XRL.js';
|
|
4
|
+
import '../../chunk-WI547C47.js';
|
|
5
|
+
import '../../chunk-I23DDSU7.js';
|
|
5
6
|
import '../../chunk-PD2YEH3H.js';
|
|
6
7
|
import '../../chunk-CRY67BIF.js';
|
|
7
8
|
import '../../chunk-HJC6U46F.js';
|
|
8
9
|
import '../../chunk-QYZT24TS.js';
|
|
9
|
-
import Image from 'next/image';
|
|
10
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
|
-
|
|
12
|
-
var defaultMembers = [
|
|
13
|
-
{
|
|
14
|
-
name: "M\xE9schac Irung",
|
|
15
|
-
role: "Creator",
|
|
16
|
-
avatar: "https://avatars.githubusercontent.com/u/47919550?v=4"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: "Th\xE9o Balick",
|
|
20
|
-
role: "Frontend Dev",
|
|
21
|
-
avatar: "https://avatars.githubusercontent.com/u/68236786?v=4"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
name: "Glodie Lukose",
|
|
25
|
-
role: "Frontend Dev",
|
|
26
|
-
avatar: "https://avatars.githubusercontent.com/u/99137927?v=4"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
name: "Bernard Ngandu",
|
|
30
|
-
role: "Backend Dev",
|
|
31
|
-
avatar: "https://avatars.githubusercontent.com/u/31113941?v=4"
|
|
32
|
-
}
|
|
33
|
-
];
|
|
34
|
-
var defaultSections = [
|
|
35
|
-
{ heading: "Leadership", members: defaultMembers },
|
|
36
|
-
{ heading: "Engineering", members: defaultMembers },
|
|
37
|
-
{ heading: "Marketing", members: defaultMembers }
|
|
38
|
-
];
|
|
39
|
-
function TeamSection({
|
|
40
|
-
title = "Our team",
|
|
41
|
-
sections = defaultSections,
|
|
42
|
-
className
|
|
43
|
-
}) {
|
|
44
|
-
return /* @__PURE__ */ jsx(ScrollFadeIn, { children: /* @__PURE__ */ jsx("section", { className: className ?? "py-12 md:py-32", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-3xl px-8 lg:px-0", children: [
|
|
45
|
-
/* @__PURE__ */ jsx(Heading, { level: 2, size: "display", className: "mb-8 md:mb-16", children: title }),
|
|
46
|
-
sections.map((section, sIdx) => /* @__PURE__ */ jsxs("div", { className: sIdx > 0 ? "mt-6" : void 0, children: [
|
|
47
|
-
/* @__PURE__ */ jsx(Heading, { level: 3, size: "eyebrow", className: "mb-6", children: section.heading }),
|
|
48
|
-
/* @__PURE__ */ jsx(StaggerChildren, { staggerMs: 80, className: "grid grid-cols-2 gap-4 border-t py-6 md:grid-cols-4", children: section.members.map((member, index) => /* @__PURE__ */ jsxs("div", { children: [
|
|
49
|
-
/* @__PURE__ */ jsx("div", { className: "bg-background size-20 rounded-full border p-0.5 shadow shadow-sm", children: /* @__PURE__ */ jsx(Image, { className: "aspect-square rounded-full object-cover", src: member.avatar, alt: member.name, height: 460, width: 460 }) }),
|
|
50
|
-
/* @__PURE__ */ jsx("span", { className: "mt-2 block text-sm truncate", children: member.name }),
|
|
51
|
-
/* @__PURE__ */ jsx("span", { className: "text-text-tertiary block text-xs truncate", children: member.role })
|
|
52
|
-
] }, index)) })
|
|
53
|
-
] }, section.heading))
|
|
54
|
-
] }) }) });
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export { TeamSection };
|
|
@@ -11,5 +11,5 @@ interface TestimonialsProps {
|
|
|
11
11
|
testimonials?: TestimonialItem[];
|
|
12
12
|
className?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare function
|
|
14
|
+
export declare function TestimonialsBlock({ title, description, testimonials, className, }?: TestimonialsProps): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -1,138 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
export { TestimonialsBlock } from '../../chunk-FV2G6SAF.js';
|
|
3
|
+
import '../../chunk-QQOWC53X.js';
|
|
4
|
+
import '../../chunk-WI547C47.js';
|
|
5
|
+
import '../../chunk-AH6YSYYT.js';
|
|
6
|
+
import '../../chunk-NAAU5IWU.js';
|
|
5
7
|
import '../../chunk-PD2YEH3H.js';
|
|
6
8
|
import '../../chunk-CRY67BIF.js';
|
|
7
9
|
import '../../chunk-HJC6U46F.js';
|
|
8
10
|
import '../../chunk-QYZT24TS.js';
|
|
9
|
-
import * as React from 'react';
|
|
10
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
11
|
-
|
|
12
|
-
var defaultTestimonials = [
|
|
13
|
-
{
|
|
14
|
-
quote: "Tailus has transformed the way I develop web applications. Their extensive collection of UI components, blocks, and templates has significantly accelerated my workflow. The flexibility to customize every aspect allows me to create unique user experiences. Tailus is a game-changer for modern web development",
|
|
15
|
-
author: "M\xE9schac Irung",
|
|
16
|
-
role: "Creator",
|
|
17
|
-
avatar: "https://avatars.githubusercontent.com/u/47919550?v=4",
|
|
18
|
-
featured: true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
quote: "Tailus is really extraordinary and very practical, no need to break your head. A real gold mine.",
|
|
22
|
-
author: "Th\xE9o Balick",
|
|
23
|
-
role: "Frontend Dev",
|
|
24
|
-
avatar: "https://avatars.githubusercontent.com/u/68236786?v=4"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
quote: "Great work on tailfolio template. This is one of the best personal website that I have seen so far!",
|
|
28
|
-
author: "Glodie Lukose",
|
|
29
|
-
role: "Frontend Dev",
|
|
30
|
-
avatar: "https://avatars.githubusercontent.com/u/99137927?v=4"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
quote: "Great work on tailfolio template. This is one of the best personal website that I have seen so far!",
|
|
34
|
-
author: "Bernard Ngandu",
|
|
35
|
-
role: "Backend Dev",
|
|
36
|
-
avatar: "https://avatars.githubusercontent.com/u/31113941?v=4"
|
|
37
|
-
}
|
|
38
|
-
];
|
|
39
|
-
function getInitials(name) {
|
|
40
|
-
return name.split(" ").map((w) => w[0]).join("").toUpperCase().slice(0, 2);
|
|
41
|
-
}
|
|
42
|
-
function Testimonials({
|
|
43
|
-
title = "Build by makers, loved by thousand developers",
|
|
44
|
-
description = "Gemini is evolving to be more than just the models. It supports an entire to the APIs and platforms helping developers and businesses innovate.",
|
|
45
|
-
testimonials = defaultTestimonials,
|
|
46
|
-
className
|
|
47
|
-
} = {}) {
|
|
48
|
-
const featured = React.useMemo(() => testimonials.find((t) => t.featured) ?? testimonials[0], [testimonials]);
|
|
49
|
-
const rest = React.useMemo(() => testimonials.filter((t) => t !== featured), [testimonials, featured]);
|
|
50
|
-
return /* @__PURE__ */ jsx("section", { className: className ?? "py-16 md:py-32", children: /* @__PURE__ */ jsxs("div", { className: "mx-auto max-w-6xl space-y-8 px-6 md:space-y-16", children: [
|
|
51
|
-
/* @__PURE__ */ jsxs("div", { className: "relative z-10 mx-auto max-w-xl space-y-6 text-center md:space-y-12", children: [
|
|
52
|
-
/* @__PURE__ */ jsx(Heading, { level: 2, size: "section", className: "text-4xl lg:text-5xl", children: title }),
|
|
53
|
-
/* @__PURE__ */ jsx("p", { children: description })
|
|
54
|
-
] }),
|
|
55
|
-
/* @__PURE__ */ jsxs("div", { className: "grid gap-4 sm:grid-cols-2 md:grid-cols-4 lg:grid-rows-2", children: [
|
|
56
|
-
!!featured && /* @__PURE__ */ jsxs(Card, { className: "grid grid-rows-[auto_1fr] gap-8 sm:col-span-2 sm:p-6 lg:row-span-2", children: [
|
|
57
|
-
/* @__PURE__ */ jsx(CardHeader, { children: /* @__PURE__ */ jsx(
|
|
58
|
-
"img",
|
|
59
|
-
{
|
|
60
|
-
className: "h-6 w-fit dark:invert",
|
|
61
|
-
src: "https://html.tailus.io/blocks/customers/nike.svg",
|
|
62
|
-
alt: "Nike Logo",
|
|
63
|
-
height: "24",
|
|
64
|
-
width: "auto"
|
|
65
|
-
}
|
|
66
|
-
) }),
|
|
67
|
-
/* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsxs("blockquote", { className: "grid h-full grid-rows-[1fr_auto] gap-6", children: [
|
|
68
|
-
/* @__PURE__ */ jsx("p", { className: "text-xl font-medium", children: featured.quote }),
|
|
69
|
-
/* @__PURE__ */ jsxs("div", { className: "grid grid-cols-[auto_1fr] items-center gap-4", children: [
|
|
70
|
-
/* @__PURE__ */ jsxs(Avatar, { className: "size-12", children: [
|
|
71
|
-
/* @__PURE__ */ jsx(
|
|
72
|
-
AvatarImage,
|
|
73
|
-
{
|
|
74
|
-
src: featured.avatar,
|
|
75
|
-
alt: featured.author,
|
|
76
|
-
height: "400",
|
|
77
|
-
width: "400",
|
|
78
|
-
loading: "lazy"
|
|
79
|
-
}
|
|
80
|
-
),
|
|
81
|
-
/* @__PURE__ */ jsx(AvatarFallback, { children: getInitials(featured.author) })
|
|
82
|
-
] }),
|
|
83
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
84
|
-
/* @__PURE__ */ jsx("cite", { className: "text-sm font-medium", children: featured.author }),
|
|
85
|
-
/* @__PURE__ */ jsx("span", { className: "text-text-tertiary block text-sm", children: featured.role })
|
|
86
|
-
] })
|
|
87
|
-
] })
|
|
88
|
-
] }) })
|
|
89
|
-
] }),
|
|
90
|
-
rest[0] && /* @__PURE__ */ jsx(Card, { className: "md:col-span-2", children: /* @__PURE__ */ jsx(CardContent, { className: "h-full pt-6", children: /* @__PURE__ */ jsxs("blockquote", { className: "grid h-full grid-rows-[1fr_auto] gap-6", children: [
|
|
91
|
-
/* @__PURE__ */ jsx("p", { className: "text-xl font-medium", children: rest[0].quote }),
|
|
92
|
-
/* @__PURE__ */ jsxs("div", { className: "grid grid-cols-[auto_1fr] items-center gap-4", children: [
|
|
93
|
-
/* @__PURE__ */ jsxs(Avatar, { className: "size-12", children: [
|
|
94
|
-
/* @__PURE__ */ jsx(
|
|
95
|
-
AvatarImage,
|
|
96
|
-
{
|
|
97
|
-
src: rest[0].avatar,
|
|
98
|
-
alt: rest[0].author,
|
|
99
|
-
height: "400",
|
|
100
|
-
width: "400",
|
|
101
|
-
loading: "lazy"
|
|
102
|
-
}
|
|
103
|
-
),
|
|
104
|
-
/* @__PURE__ */ jsx(AvatarFallback, { children: getInitials(rest[0].author) })
|
|
105
|
-
] }),
|
|
106
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
107
|
-
/* @__PURE__ */ jsx("cite", { className: "text-sm font-medium", children: rest[0].author }),
|
|
108
|
-
/* @__PURE__ */ jsx("span", { className: "text-text-tertiary block text-sm", children: rest[0].role })
|
|
109
|
-
] })
|
|
110
|
-
] })
|
|
111
|
-
] }) }) }),
|
|
112
|
-
rest.slice(1).map((t, i) => /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, { className: "h-full pt-6", children: /* @__PURE__ */ jsxs("blockquote", { className: "grid h-full grid-rows-[1fr_auto] gap-6", children: [
|
|
113
|
-
/* @__PURE__ */ jsx("p", { children: t.quote }),
|
|
114
|
-
/* @__PURE__ */ jsxs("div", { className: "grid grid-cols-[auto_1fr] items-center gap-4", children: [
|
|
115
|
-
/* @__PURE__ */ jsxs(Avatar, { className: "size-12", children: [
|
|
116
|
-
/* @__PURE__ */ jsx(
|
|
117
|
-
AvatarImage,
|
|
118
|
-
{
|
|
119
|
-
src: t.avatar,
|
|
120
|
-
alt: t.author,
|
|
121
|
-
height: "400",
|
|
122
|
-
width: "400",
|
|
123
|
-
loading: "lazy"
|
|
124
|
-
}
|
|
125
|
-
),
|
|
126
|
-
/* @__PURE__ */ jsx(AvatarFallback, { children: getInitials(t.author) })
|
|
127
|
-
] }),
|
|
128
|
-
/* @__PURE__ */ jsxs("div", { children: [
|
|
129
|
-
/* @__PURE__ */ jsx("p", { className: "text-sm font-medium", children: t.author }),
|
|
130
|
-
/* @__PURE__ */ jsx("span", { className: "text-text-tertiary block text-sm", children: t.role })
|
|
131
|
-
] })
|
|
132
|
-
] })
|
|
133
|
-
] }) }) }, i))
|
|
134
|
-
] })
|
|
135
|
-
] }) });
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
export { Testimonials };
|