blocks-dusted 0.1.11 → 0.1.13

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.
Files changed (161) hide show
  1. package/package.json +5 -2
  2. package/src/cli.js +39 -3
  3. package/src/commands/shop.js +59 -0
  4. package/src/commands/warehouse.js +73 -0
  5. package/src/installers/patchRenderBlocks.js +1 -1
  6. package/src/registry/validateTemplateManifest.js +2 -1
  7. package/templates/blocks/BannerDD790432/Component.tsx +63 -0
  8. package/templates/blocks/BannerDD790432/config.ts +54 -0
  9. package/templates/blocks/BannerDD790432/manifest.json +80 -0
  10. package/templates/blocks/Button47/Component.tsx +124 -0
  11. package/templates/blocks/Button47/config.ts +75 -0
  12. package/templates/blocks/Button47/link.ts +22 -0
  13. package/templates/blocks/Button47/manifest.json +105 -0
  14. package/templates/blocks/Button47/styles.module.scss +75 -0
  15. package/templates/blocks/DD-Accordion/Component.tsx +55 -36
  16. package/templates/blocks/DD-Accordion/config.ts +71 -59
  17. package/templates/blocks/DD-AnimText/Component.tsx +50 -32
  18. package/templates/blocks/DD-AnimText/config.ts +296 -295
  19. package/templates/blocks/DD-AsideNav/Component.tsx +323 -319
  20. package/templates/blocks/DD-Banner/Component.tsx +54 -51
  21. package/templates/blocks/DD-BookCall/Component.tsx +10 -9
  22. package/templates/blocks/DD-ButtonPop/Component.tsx +118 -117
  23. package/templates/blocks/DD-Card/Component.tsx +4 -4
  24. package/templates/blocks/DD-CardTemplate01/Component.tsx +5 -5
  25. package/templates/blocks/DD-CardsWithVariantV3/Component.tsx +472 -0
  26. package/templates/blocks/DD-CardsWithVariantV3/ElectricBorder/index.tsx +203 -0
  27. package/templates/blocks/DD-CardsWithVariantV3/ElectricBorder/styles.ts +87 -0
  28. package/templates/blocks/DD-CardsWithVariantV3/ElectricBorder/useInjectStyle.ts +39 -0
  29. package/templates/blocks/DD-CardsWithVariantV3/config.ts +326 -0
  30. package/templates/blocks/DD-CardsWithVariantV3/manifest.json +110 -0
  31. package/templates/blocks/DD-Carousel-A/Component.tsx +251 -249
  32. package/templates/blocks/DD-Carousel-B/Component.tsx +405 -403
  33. package/templates/blocks/DD-Chip/Component.tsx +14 -14
  34. package/templates/blocks/DD-ComparisonTable/Component.tsx +255 -256
  35. package/templates/blocks/DD-Contact/Component.tsx +433 -434
  36. package/templates/blocks/DD-Counter/Component.tsx +18 -13
  37. package/templates/blocks/DD-DeliCard/Component.tsx +303 -0
  38. package/templates/blocks/DD-DeliCard/config.ts +186 -0
  39. package/templates/blocks/DD-DeliCard/manifest.json +94 -0
  40. package/templates/blocks/DD-FeatCat/Component.tsx +302 -302
  41. package/templates/blocks/DD-FeatProd/CircularGallery.tsx +1179 -0
  42. package/templates/blocks/DD-FeatProd/Component.tsx +484 -0
  43. package/templates/blocks/DD-FeatProd/config.ts +173 -0
  44. package/templates/blocks/DD-FeatProd/manifest.json +93 -0
  45. package/templates/blocks/DD-FeatServ/Component.tsx +607 -0
  46. package/templates/blocks/DD-FeatServ/config.ts +213 -0
  47. package/templates/blocks/DD-FeatServ/manifest.json +113 -0
  48. package/templates/blocks/DD-FeatStrip/Component.tsx +584 -585
  49. package/templates/blocks/DD-FluidBtn/ButtonsEyeCatching.tsx +627 -628
  50. package/templates/blocks/DD-FluidBtn/Component.tsx +46 -43
  51. package/templates/blocks/DD-GooeyInfo/Component.tsx +150 -149
  52. package/templates/blocks/DD-GooeyInfo/config.ts +136 -135
  53. package/templates/blocks/DD-Hero/Component.tsx +16 -40
  54. package/templates/blocks/DD-HeroPlas/Component.tsx +50 -0
  55. package/templates/blocks/DD-HeroPlas/ThreeScene.tsx +109 -0
  56. package/templates/blocks/DD-HeroPlas/config.ts +33 -0
  57. package/templates/blocks/DD-HeroPlas/manifest.json +88 -0
  58. package/templates/blocks/DD-HorizontalScroll/Component.tsx +4 -5
  59. package/templates/blocks/DD-Icon/Component.tsx +46 -81
  60. package/templates/blocks/DD-IconButton/Component.tsx +13 -20
  61. package/templates/blocks/DD-IdTag/Component.tsx +22 -21
  62. package/templates/blocks/DD-IframeMedia/Component.tsx +14 -10
  63. package/templates/blocks/DD-LineAnim/Component.tsx +42 -36
  64. package/templates/blocks/DD-LogoMarq/Component.tsx +38 -48
  65. package/templates/blocks/DD-Lottie/Component.tsx +11 -3
  66. package/templates/blocks/DD-MasonaryMedia/Component.tsx +544 -547
  67. package/templates/blocks/DD-MasonaryMedia/config.ts +389 -389
  68. package/templates/blocks/DD-Masonry/Component.tsx +654 -644
  69. package/templates/blocks/DD-Masonry/config.ts +475 -475
  70. package/templates/blocks/DD-MaterialSwatches/Component.tsx +85 -0
  71. package/templates/blocks/DD-MaterialSwatches/config.ts +232 -0
  72. package/templates/blocks/DD-MaterialSwatches/manifest.json +84 -0
  73. package/templates/blocks/DD-MaterialSwatches/material.ts +107 -0
  74. package/templates/blocks/DD-NineCanvas/Component.tsx +129 -0
  75. package/templates/blocks/DD-NineCanvas/RenderBlocks.tsx +244 -0
  76. package/templates/blocks/DD-NineCanvas/allowedCanvasBlocks.ts +6 -0
  77. package/templates/blocks/DD-NineCanvas/blockComponents.tsx +8 -0
  78. package/templates/blocks/DD-NineCanvas/canvas/CanvasGrid.tsx +316 -0
  79. package/templates/blocks/DD-NineCanvas/canvas/RadialNav.tsx +432 -0
  80. package/templates/blocks/DD-NineCanvas/canvas/canvas-panels.css +889 -0
  81. package/templates/blocks/DD-NineCanvas/canvas/icons/custom-icons.tsx +364 -0
  82. package/templates/blocks/DD-NineCanvas/config.ts +61 -0
  83. package/templates/blocks/DD-NineCanvas/manifest.json +165 -0
  84. package/templates/blocks/DD-NineCanvas/styles.scss +152 -0
  85. package/templates/blocks/DD-NineCanvas/tooltip/get-strict-context.tsx +26 -0
  86. package/templates/blocks/DD-NineCanvas/tooltip/primitives.tsx +178 -0
  87. package/templates/blocks/DD-NineCanvas/tooltip/tooltip.tsx +71 -0
  88. package/templates/blocks/DD-NineCanvas/tooltip/use-controlled-state.tsx +33 -0
  89. package/templates/blocks/DD-NineCanvas/utilities/FadeOnScroll.tsx +68 -0
  90. package/templates/blocks/DD-NineCanvas/utilities/ParallaxWrapper.tsx +157 -0
  91. package/templates/blocks/DD-NineCanvas/utilities/renderCustomCSS.ts +5 -0
  92. package/templates/blocks/DD-NineCanvas/utilities/webglCleanup.ts +27 -0
  93. package/templates/blocks/DD-PayloadAIAssistant/Component.tsx +78 -0
  94. package/templates/blocks/DD-PayloadAIAssistant/DustedBot.tsx +590 -0
  95. package/templates/blocks/DD-PayloadAIAssistant/config.ts +37 -0
  96. package/templates/blocks/DD-PayloadAIAssistant/demo.css +125 -0
  97. package/templates/blocks/DD-PayloadAIAssistant/manifest.json +93 -0
  98. package/templates/blocks/DD-PayloadAIAssistant/source-defaults.ts +17 -0
  99. package/templates/blocks/DD-PayloadAIAssistant/styles.ts +306 -0
  100. package/templates/blocks/DD-Pricing/Component.tsx +368 -372
  101. package/templates/blocks/DD-Pricing/config.ts +215 -215
  102. package/templates/blocks/DD-Process/Component.tsx +147 -149
  103. package/templates/blocks/DD-Progress/Component.tsx +156 -141
  104. package/templates/blocks/DD-ProjHeader/Component.tsx +93 -91
  105. package/templates/blocks/DD-ProjSlider/Component.tsx +1 -1
  106. package/templates/blocks/DD-ProjSlider/config.ts +2 -2
  107. package/templates/blocks/DD-Section/Component.tsx +265 -266
  108. package/templates/blocks/DD-Separator/Component.tsx +66 -66
  109. package/templates/blocks/DD-Services/Component.tsx +176 -176
  110. package/templates/blocks/DD-ShowcaseGrid/Component.tsx +306 -307
  111. package/templates/blocks/DD-Slider-A/Component.tsx +237 -237
  112. package/templates/blocks/DD-StackCards/Component.tsx +474 -473
  113. package/templates/blocks/DD-Team/Component.tsx +247 -247
  114. package/templates/blocks/DD-TeamCards/Component.tsx +251 -251
  115. package/templates/blocks/DD-TechStack/Component.tsx +161 -168
  116. package/templates/blocks/DD-TestMarq/Component.tsx +158 -132
  117. package/templates/blocks/DD-Testim/Component.tsx +247 -247
  118. package/templates/blocks/DD-Testim2/Component.tsx +265 -256
  119. package/templates/blocks/DD-Testimonials/Component.tsx +139 -147
  120. package/templates/blocks/DD-TextMarq/Component.tsx +157 -157
  121. package/templates/blocks/DD-Thanks/Component.tsx +501 -500
  122. package/templates/blocks/DD-Work/Component.tsx +315 -315
  123. package/templates/blocks/DD-Work-B/Component.tsx +294 -294
  124. package/templates/blocks/DDHG-CTASection2/Component.tsx +183 -184
  125. package/templates/blocks/DDHG-HighlightArc/Component.tsx +246 -243
  126. package/templates/blocks/DDHG-LogoMarquee/Component.tsx +180 -93
  127. package/templates/blocks/DDHG-LogoMarquee/config.ts +154 -66
  128. package/templates/blocks/DDHG-NavCodeGrid/Component.tsx +225 -213
  129. package/templates/blocks/DDHG-ProcessSec/Component.tsx +38 -39
  130. package/templates/blocks/DDHG-ServiceDetails/Component.tsx +11 -11
  131. package/templates/blocks/DDHG-ServiceDetails/ServiceDetailCard.tsx +30 -47
  132. package/templates/blocks/DDHG-ServiceHero/Component.tsx +10 -10
  133. package/templates/blocks/DDHG-ServiceOverview/Component.tsx +23 -23
  134. package/templates/blocks/DDHG-StatsFAQ/Component.tsx +40 -40
  135. package/templates/blocks/DDHG-TeamCards/Component.tsx +140 -131
  136. package/templates/blocks/Form/Checkbox/index.tsx +45 -0
  137. package/templates/blocks/Form/Component.tsx +163 -0
  138. package/templates/blocks/Form/Country/index.tsx +65 -0
  139. package/templates/blocks/Form/Country/options.ts +982 -0
  140. package/templates/blocks/Form/Email/index.tsx +38 -0
  141. package/templates/blocks/Form/Error/index.tsx +15 -0
  142. package/templates/blocks/Form/Message/index.tsx +13 -0
  143. package/templates/blocks/Form/Number/index.tsx +36 -0
  144. package/templates/blocks/Form/Select/index.tsx +63 -0
  145. package/templates/blocks/Form/State/index.tsx +64 -0
  146. package/templates/blocks/Form/State/options.ts +52 -0
  147. package/templates/blocks/Form/Text/index.tsx +32 -0
  148. package/templates/blocks/Form/Textarea/index.tsx +40 -0
  149. package/templates/blocks/Form/Width/index.tsx +13 -0
  150. package/templates/blocks/Form/config.ts +51 -0
  151. package/templates/blocks/Form/fields.tsx +21 -0
  152. package/templates/blocks/Form/manifest.json +168 -0
  153. package/templates/blocks/MediaBlock/Component.tsx +67 -0
  154. package/templates/blocks/MediaBlock/config.ts +14 -0
  155. package/templates/blocks/MediaBlock/manifest.json +92 -0
  156. package/templates/blocks/TransitionsDustedShowcase/Component.tsx +9 -0
  157. package/templates/blocks/TransitionsDustedShowcase/config.ts +13 -0
  158. package/templates/blocks/TransitionsDustedShowcase/manifest.json +80 -0
  159. package/templates/blocks/rawHtml/Component.tsx +25 -0
  160. package/templates/blocks/rawHtml/config.ts +56 -0
  161. package/templates/blocks/rawHtml/manifest.json +80 -0
@@ -1,247 +1,247 @@
1
- 'use client'
2
-
3
- import React from 'react'
4
- import Image from 'next/image'
5
- import { FaGithub, FaLinkedin, FaTwitter } from 'react-icons/fa'
6
- import { motion, type Variants } from 'framer-motion'
7
- export type DDTeamProps = Record<string, any>
8
- type Media = { url?: string | null }
9
- type SkillItem = { skill?: string | null }
10
- type MemberItem = {
11
- id?: string | null
12
- name?: string | null
13
- role?: string | null
14
- bio?: string | null
15
- photo?: Media | string | null
16
- fallbackPhotoUrl?: string | null
17
- skills?: SkillItem[] | null
18
- twitterUrl?: string | null
19
- githubUrl?: string | null
20
- linkedinUrl?: string | null
21
- }
22
- type ClientItem = { name?: string | null }
23
-
24
- function isLocalImageSrc(src?: string | null): src is string {
25
- return typeof src === 'string' && src.startsWith('/api/media/file/')
26
- }
27
-
28
- function TeamPhotoPlaceholder({ name }: { name: string }) {
29
- const initials = name
30
- .split(' ')
31
- .map((part) => part[0])
32
- .join('')
33
- .slice(0, 2)
34
- .toUpperCase()
35
-
36
- return (
37
- <div className="w-full h-64 overflow-hidden relative bg-[#12151f]">
38
- <svg
39
- aria-hidden="true"
40
- className="absolute inset-0 h-full w-full"
41
- viewBox="0 0 600 520"
42
- preserveAspectRatio="none"
43
- >
44
- <defs>
45
- <linearGradient id="dd-team-placeholder" x1="0" y1="0" x2="1" y2="1">
46
- <stop offset="0%" stopColor="#111827" />
47
- <stop offset="50%" stopColor="#251644" />
48
- <stop offset="100%" stopColor="#09090b" />
49
- </linearGradient>
50
- <pattern id="dd-team-grid" width="56" height="56" patternUnits="userSpaceOnUse">
51
- <path d="M 56 0 L 0 0 0 56" fill="none" stroke="#ffffff" strokeOpacity="0.07" />
52
- </pattern>
53
- </defs>
54
- <rect width="600" height="520" fill="url(#dd-team-placeholder)" />
55
- <rect width="600" height="520" fill="url(#dd-team-grid)" />
56
- <circle cx="300" cy="210" r="92" fill="#ffffff" fillOpacity="0.1" />
57
- <path d="M 150 485 C 180 350 420 350 450 485 Z" fill="#ffffff" fillOpacity="0.1" />
58
- </svg>
59
- <div className="absolute inset-0 flex items-center justify-center text-4xl font-semibold text-stone-200/80">
60
- {initials || 'DD'}
61
- </div>
62
- </div>
63
- )
64
- }
65
-
66
- const containerVariants: Variants = {
67
- hidden: {},
68
- show: { transition: { staggerChildren: 0.1, delayChildren: 0.05 } },
69
- }
70
-
71
- const cardVariants: Variants = {
72
- hidden: { opacity: 0, y: 28 },
73
- show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: 'easeOut' } },
74
- }
75
-
76
- export const DDTeam: React.FC<DDTeamProps> = ({
77
- eyebrow,
78
- headlineMain,
79
- headlineAccent,
80
- description,
81
- members,
82
- showClients,
83
- clientsLabel,
84
- clients,
85
- sectionId,
86
- customCSS,
87
- }) => {
88
- const memberItems = (members ?? []) as MemberItem[]
89
- const clientItems = (clients ?? []) as ClientItem[]
90
-
91
- return (
92
- <>
93
- {customCSS && <style dangerouslySetInnerHTML={{ __html: customCSS }} />}
94
-
95
- <div id={sectionId ?? 'team'} className="py-24">
96
- <div className="max-w-6xl lg:max-w-7xl mx-auto px-4 md:px-6">
97
- {/* Header */}
98
- <div className="text-center max-w-2xl mx-auto mb-16">
99
- {eyebrow && (
100
- <p className="text-[11.5px] font-semibold text-stone-400 tracking-widest uppercase mb-3 top-caption">
101
- {eyebrow}
102
- </p>
103
- )}
104
- <h2 className="text-3d text-4xl md:text-5xl font-bold text-stone-900 dark:text-stone-50 leading-tight mb-5">
105
- {headlineMain}
106
- <br />
107
- <span className="text-stone-400">{headlineAccent}</span>
108
- </h2>
109
- {description && (
110
- <p className="text-stone-700 dark:text-stone-300 text-base leading-relaxed">
111
- {description}
112
- </p>
113
- )}
114
- </div>
115
- {/* Team Cards */}
116
- {memberItems.length > 0 && (
117
- <motion.div
118
- className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-20"
119
- variants={containerVariants}
120
- initial="hidden"
121
- whileInView="show"
122
- viewport={{ once: false, amount: 0.15 }}
123
- >
124
- {memberItems.map((member, i) => {
125
- const memberName = member.name ?? ''
126
- const photoUrl =
127
- typeof member.photo === 'object' && member.photo?.url
128
- ? member.photo.url
129
- : (member.fallbackPhotoUrl ?? null)
130
- const safePhotoUrl = isLocalImageSrc(photoUrl) ? photoUrl : null
131
-
132
- return (
133
- <motion.div
134
- key={member.id ?? i}
135
- className="rounded-2xl bg-stone-100/50 dark:bg-stone-800/50 border border-stone-200 dark:border-stone-700 overflow-hidden group hover:shadow-2xl transition-all duration-300"
136
- variants={cardVariants}
137
- >
138
- {/* Photo */}
139
- {safePhotoUrl ? (
140
- <div className="w-full h-64 overflow-hidden relative">
141
- <Image
142
- src={safePhotoUrl}
143
- alt={memberName}
144
- fill
145
- sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
146
- className="object-cover object-top group-hover:scale-105 transition-transform duration-500 studio-card-image"
147
- />
148
- </div>
149
- ) : (
150
- <TeamPhotoPlaceholder name={memberName} />
151
- )}
152
-
153
- {/* Info */}
154
- <div className="p-6">
155
- <h3 className="text-base font-semibold text-stone-900 dark:text-stone-50 mb-0.5">
156
- {memberName}
157
- </h3>
158
- <p className="text-xs text-stone-700 dark:text-stone-400 mb-6">
159
- {member.role}
160
- </p>
161
- {member.bio && (
162
- <p className="text-sm text-stone-700 dark:text-stone-300 leading-relaxed mb-4">
163
- {member.bio}
164
- </p>
165
- )}
166
-
167
- {/* Skills */}
168
- {member.skills && member.skills.length > 0 && (
169
- <div className="flex flex-wrap gap-1.5 mb-4">
170
- {member.skills.map((s, si) => (
171
- <span
172
- key={si}
173
- className="text-[11.5px] mt-4 px-2.5 py-0.5 rounded-full bg-stone-50 dark:bg-stone-700 text-stone-700 dark:text-stone-300 border border-stone-200 dark:border-stone-600"
174
- >
175
- {s.skill}
176
- </span>
177
- ))}
178
- </div>
179
- )}
180
-
181
- {/* Social */}
182
- <div className="relative flex items-center justify-end gap-2">
183
- {member.twitterUrl && (
184
- <a
185
- href={member.twitterUrl}
186
- rel="nofollow noreferrer"
187
- target="_blank"
188
- aria-label={`Follow ${memberName} on Twitter`}
189
- className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
190
- >
191
- <FaTwitter size={12} />
192
- </a>
193
- )}
194
- {member.githubUrl && (
195
- <a
196
- href={member.githubUrl}
197
- rel="nofollow noreferrer"
198
- target="_blank"
199
- aria-label={`View ${memberName}'s GitHub profile`}
200
- className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
201
- >
202
- <FaGithub size={12} />
203
- </a>
204
- )}
205
- {member.linkedinUrl && (
206
- <a
207
- href={member.linkedinUrl}
208
- rel="nofollow noreferrer"
209
- target="_blank"
210
- aria-label={`Connect with ${memberName} on LinkedIn`}
211
- className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
212
- >
213
- <FaLinkedin size={12} />
214
- </a>
215
- )}
216
- </div>
217
- </div>
218
- </motion.div>
219
- )
220
- })}
221
- </motion.div>
222
- )}
223
- {/* Clients */}
224
- {showClients && clientItems.length > 0 && (
225
- <div className="border-t border-stone-200 dark:border-stone-700 pt-12">
226
- {clientsLabel && (
227
- <p className="text-xs font-semibold text-stone-400 tracking-widest uppercase text-center mb-8">
228
- {clientsLabel}
229
- </p>
230
- )}
231
- <div className="flex flex-wrap items-center justify-center gap-x-10 gap-y-0">
232
- {clientItems.map((c, i) => (
233
- <span
234
- key={i}
235
- className="-mt-4 text-4xl font-semibold text-stone-500 hover:text-stone-300 transition-colors cursor-default"
236
- >
237
- {c.name}
238
- </span>
239
- ))}
240
- </div>
241
- </div>
242
- )}
243
- </div>
244
- </div>
245
- </>
246
- )
247
- }
1
+ 'use client'
2
+
3
+ import React from 'react'
4
+ import Image from 'next/image'
5
+ import { FaGithub, FaLinkedin, FaTwitter } from 'react-icons/fa'
6
+ import { motion, type Variants } from 'framer-motion'
7
+ export type DDTeamProps = Record<string, any>
8
+ type Media = { url?: string | null }
9
+ type SkillItem = { skill?: string | null }
10
+ type MemberItem = {
11
+ id?: string | null
12
+ name?: string | null
13
+ role?: string | null
14
+ bio?: string | null
15
+ photo?: Media | string | null
16
+ fallbackPhotoUrl?: string | null
17
+ skills?: SkillItem[] | null
18
+ twitterUrl?: string | null
19
+ githubUrl?: string | null
20
+ linkedinUrl?: string | null
21
+ }
22
+ type ClientItem = { name?: string | null }
23
+
24
+ function isLocalImageSrc(src?: string | null): src is string {
25
+ return typeof src === 'string' && src.startsWith('/api/media/file/')
26
+ }
27
+
28
+ function TeamPhotoPlaceholder({ name }: { name: string }) {
29
+ const initials = name
30
+ .split(' ')
31
+ .map((part) => part[0])
32
+ .join('')
33
+ .slice(0, 2)
34
+ .toUpperCase()
35
+
36
+ return (
37
+ <div className="w-full h-64 overflow-hidden relative bg-[#12151f]">
38
+ <svg
39
+ aria-hidden="true"
40
+ className="absolute inset-0 h-full w-full"
41
+ viewBox="0 0 600 520"
42
+ preserveAspectRatio="none"
43
+ >
44
+ <defs>
45
+ <linearGradient id="dd-team-placeholder" x1="0" y1="0" x2="1" y2="1">
46
+ <stop offset="0%" stopColor="#111827" />
47
+ <stop offset="50%" stopColor="#251644" />
48
+ <stop offset="100%" stopColor="#09090b" />
49
+ </linearGradient>
50
+ <pattern id="dd-team-grid" width="56" height="56" patternUnits="userSpaceOnUse">
51
+ <path d="M 56 0 L 0 0 0 56" fill="none" stroke="#ffffff" strokeOpacity="0.07" />
52
+ </pattern>
53
+ </defs>
54
+ <rect width="600" height="520" fill="url(#dd-team-placeholder)" />
55
+ <rect width="600" height="520" fill="url(#dd-team-grid)" />
56
+ <circle cx="300" cy="210" r="92" fill="#ffffff" fillOpacity="0.1" />
57
+ <path d="M 150 485 C 180 350 420 350 450 485 Z" fill="#ffffff" fillOpacity="0.1" />
58
+ </svg>
59
+ <div className="absolute inset-0 flex items-center justify-center text-4xl font-semibold text-stone-200/80">
60
+ {initials || 'DD'}
61
+ </div>
62
+ </div>
63
+ )
64
+ }
65
+
66
+ const containerVariants: Variants = {
67
+ hidden: {},
68
+ show: { transition: { staggerChildren: 0.1, delayChildren: 0.05 } },
69
+ }
70
+
71
+ const cardVariants: Variants = {
72
+ hidden: { opacity: 0, y: 28 },
73
+ show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: 'easeOut' } },
74
+ }
75
+
76
+ export const DDTeam: React.FC<DDTeamProps> = ({
77
+ eyebrow,
78
+ headlineMain,
79
+ headlineAccent,
80
+ description,
81
+ members,
82
+ showClients,
83
+ clientsLabel,
84
+ clients,
85
+ sectionId,
86
+ customCSS,
87
+ }) => {
88
+ const memberItems = (members ?? []) as MemberItem[]
89
+ const clientItems = (clients ?? []) as ClientItem[]
90
+
91
+ return (
92
+ <>
93
+ {customCSS && <style dangerouslySetInnerHTML={{ __html: customCSS }} />}
94
+
95
+ <div id={sectionId ?? 'team'} className="py-4">
96
+ <div className="max-w-6xl lg:max-w-7xl mx-auto px-4 md:px-6">
97
+ {/* Header */}
98
+ <div className="text-center max-w-2xl mx-auto mb-16">
99
+ {eyebrow && (
100
+ <p className="text-[11.5px] font-semibold text-stone-400 tracking-widest uppercase mb-3 top-caption">
101
+ {eyebrow}
102
+ </p>
103
+ )}
104
+ <h2 className="text-3d text-4xl md:text-5xl font-bold text-stone-900 dark:text-stone-50 leading-tight mb-5">
105
+ {headlineMain}
106
+ <br />
107
+ <span className="text-stone-400">{headlineAccent}</span>
108
+ </h2>
109
+ {description && (
110
+ <p className="text-stone-700 dark:text-stone-300 text-base leading-relaxed">
111
+ {description}
112
+ </p>
113
+ )}
114
+ </div>
115
+ {/* Team Cards */}
116
+ {memberItems.length > 0 && (
117
+ <motion.div
118
+ className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-20"
119
+ variants={containerVariants}
120
+ initial="hidden"
121
+ whileInView="show"
122
+ viewport={{ once: false, amount: 0.15 }}
123
+ >
124
+ {memberItems.map((member, i) => {
125
+ const memberName = member.name ?? ''
126
+ const photoUrl =
127
+ typeof member.photo === 'object' && member.photo?.url
128
+ ? member.photo.url
129
+ : (member.fallbackPhotoUrl ?? null)
130
+ const safePhotoUrl = isLocalImageSrc(photoUrl) ? photoUrl : null
131
+
132
+ return (
133
+ <motion.div
134
+ key={member.id ?? i}
135
+ className="rounded-2xl bg-stone-100/50 dark:bg-stone-800/50 border border-stone-200 dark:border-stone-700 overflow-hidden group hover:shadow-2xl transition-all duration-300"
136
+ variants={cardVariants}
137
+ >
138
+ {/* Photo */}
139
+ {safePhotoUrl ? (
140
+ <div className="w-full h-64 overflow-hidden relative">
141
+ <Image
142
+ src={safePhotoUrl}
143
+ alt={memberName}
144
+ fill
145
+ sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
146
+ className="object-cover object-top group-hover:scale-105 transition-transform duration-500 studio-card-image"
147
+ />
148
+ </div>
149
+ ) : (
150
+ <TeamPhotoPlaceholder name={memberName} />
151
+ )}
152
+
153
+ {/* Info */}
154
+ <div className="p-6">
155
+ <h3 className="text-base font-semibold text-stone-900 dark:text-stone-50 mb-0.5">
156
+ {memberName}
157
+ </h3>
158
+ <p className="text-xs text-stone-700 dark:text-stone-400 mb-6">
159
+ {member.role}
160
+ </p>
161
+ {member.bio && (
162
+ <p className="text-sm text-stone-700 dark:text-stone-300 leading-relaxed mb-4">
163
+ {member.bio}
164
+ </p>
165
+ )}
166
+
167
+ {/* Skills */}
168
+ {member.skills && member.skills.length > 0 && (
169
+ <div className="flex flex-wrap gap-1.5 mb-4">
170
+ {member.skills.map((s, si) => (
171
+ <span
172
+ key={si}
173
+ className="text-[11.5px] mt-4 px-2.5 py-0.5 rounded-full bg-stone-50 dark:bg-stone-700 text-stone-700 dark:text-stone-300 border border-stone-200 dark:border-stone-600"
174
+ >
175
+ {s.skill}
176
+ </span>
177
+ ))}
178
+ </div>
179
+ )}
180
+
181
+ {/* Social */}
182
+ <div className="relative flex items-center justify-end gap-2">
183
+ {member.twitterUrl && (
184
+ <a
185
+ href={member.twitterUrl}
186
+ rel="nofollow noreferrer"
187
+ target="_blank"
188
+ aria-label={`Follow ${memberName} on Twitter`}
189
+ className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
190
+ >
191
+ <FaTwitter size={12} />
192
+ </a>
193
+ )}
194
+ {member.githubUrl && (
195
+ <a
196
+ href={member.githubUrl}
197
+ rel="nofollow noreferrer"
198
+ target="_blank"
199
+ aria-label={`View ${memberName}'s GitHub profile`}
200
+ className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
201
+ >
202
+ <FaGithub size={12} />
203
+ </a>
204
+ )}
205
+ {member.linkedinUrl && (
206
+ <a
207
+ href={member.linkedinUrl}
208
+ rel="nofollow noreferrer"
209
+ target="_blank"
210
+ aria-label={`Connect with ${memberName} on LinkedIn`}
211
+ className="w-7 h-7 flex items-center justify-center rounded-lg dark:bg-stone-700 text-stone-500 dark:text-stone-400 hover:text-stone-50 hover:bg-stone-600 transition-all duration-150 border border-stone-200 dark:border-stone-600"
212
+ >
213
+ <FaLinkedin size={12} />
214
+ </a>
215
+ )}
216
+ </div>
217
+ </div>
218
+ </motion.div>
219
+ )
220
+ })}
221
+ </motion.div>
222
+ )}
223
+ {/* Clients */}
224
+ {showClients && clientItems.length > 0 && (
225
+ <div className="border-t border-stone-200 dark:border-stone-700 pt-12">
226
+ {clientsLabel && (
227
+ <p className="text-xs font-semibold text-stone-400 tracking-widest uppercase text-center mb-8">
228
+ {clientsLabel}
229
+ </p>
230
+ )}
231
+ <div className="flex flex-wrap items-center justify-center gap-x-10 gap-y-0">
232
+ {clientItems.map((c, i) => (
233
+ <span
234
+ key={i}
235
+ className="-mt-4 text-4xl font-semibold text-stone-500 hover:text-stone-300 transition-colors cursor-default"
236
+ >
237
+ {c.name}
238
+ </span>
239
+ ))}
240
+ </div>
241
+ </div>
242
+ )}
243
+ </div>
244
+ </div>
245
+ </>
246
+ )
247
+ }