@kuckit/landing-module 4.0.5 → 5.0.1

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.
@@ -0,0 +1,624 @@
1
+ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
+
3
+ //#region src/client/components/features.tsx
4
+ const AI_FEATURES = [
5
+ {
6
+ title: "Context Engineering",
7
+ tag: "Hot"
8
+ },
9
+ { title: "Skills Your AI Can Use" },
10
+ {
11
+ title: "Curated MCP Tools",
12
+ tag: "New"
13
+ },
14
+ { title: "Multi-Agent Workflows" }
15
+ ];
16
+ function ScanLines() {
17
+ return /* @__PURE__ */ jsx("div", {
18
+ className: "absolute inset-0 pointer-events-none overflow-hidden opacity-[0.03]",
19
+ children: /* @__PURE__ */ jsx("div", {
20
+ className: "absolute inset-0",
21
+ style: {
22
+ backgroundImage: "repeating-linear-gradient(0deg, transparent, transparent 2px, currentColor 2px, currentColor 3px)",
23
+ backgroundSize: "100% 4px"
24
+ }
25
+ })
26
+ });
27
+ }
28
+ function GridPattern() {
29
+ return /* @__PURE__ */ jsx("div", {
30
+ className: "absolute inset-0 pointer-events-none opacity-[0.04]",
31
+ children: /* @__PURE__ */ jsxs("svg", {
32
+ className: "w-full h-full",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ children: [/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("pattern", {
35
+ id: "grid",
36
+ width: "20",
37
+ height: "20",
38
+ patternUnits: "userSpaceOnUse",
39
+ children: /* @__PURE__ */ jsx("path", {
40
+ d: "M 20 0 L 0 0 0 20",
41
+ fill: "none",
42
+ stroke: "currentColor",
43
+ strokeWidth: "0.5"
44
+ })
45
+ }) }), /* @__PURE__ */ jsx("rect", {
46
+ width: "100%",
47
+ height: "100%",
48
+ fill: "url(#grid)"
49
+ })]
50
+ })
51
+ });
52
+ }
53
+ function CornerMarkers({ glow = false }) {
54
+ const baseClass = "absolute w-5 h-5 border-primary";
55
+ const glowClass = glow ? "shadow-[0_0_10px_rgba(209,80,16,0.5)]" : "";
56
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
57
+ /* @__PURE__ */ jsx("div", { className: `${baseClass} ${glowClass} -top-px -left-px border-l-2 border-t-2` }),
58
+ /* @__PURE__ */ jsx("div", { className: `${baseClass} ${glowClass} -top-px -right-px border-r-2 border-t-2` }),
59
+ /* @__PURE__ */ jsx("div", { className: `${baseClass} ${glowClass} -bottom-px -left-px border-l-2 border-b-2` }),
60
+ /* @__PURE__ */ jsx("div", { className: `${baseClass} ${glowClass} -bottom-px -right-px border-r-2 border-b-2` })
61
+ ] });
62
+ }
63
+ function DiagonalAccent() {
64
+ return /* @__PURE__ */ jsx("div", {
65
+ className: "absolute top-0 right-0 w-32 h-32 pointer-events-none",
66
+ style: { background: "linear-gradient(135deg, hsl(var(--primary) / 0.15) 0%, transparent 50%)" }
67
+ });
68
+ }
69
+ function CardA() {
70
+ return /* @__PURE__ */ jsxs("div", {
71
+ className: "group relative bg-gradient-to-br from-card via-card to-primary/5 border border-border overflow-hidden transform-gpu md:col-span-2 md:row-span-2 transition-all duration-500 hover:border-primary/60 hover:shadow-[0_0_40px_rgba(209,80,16,0.15)]",
72
+ children: [
73
+ /* @__PURE__ */ jsx(CornerMarkers, { glow: true }),
74
+ /* @__PURE__ */ jsx(GridPattern, {}),
75
+ /* @__PURE__ */ jsx(DiagonalAccent, {}),
76
+ /* @__PURE__ */ jsx("div", { className: "absolute -top-20 -right-20 w-64 h-64 bg-primary/20 rounded-full blur-[80px] group-hover:scale-150 transition-transform duration-700" }),
77
+ /* @__PURE__ */ jsx("div", {
78
+ className: "absolute bottom-0 left-0 right-0 h-24 opacity-20 group-hover:opacity-40 transition-opacity",
79
+ children: /* @__PURE__ */ jsxs("svg", {
80
+ className: "w-full h-full",
81
+ viewBox: "0 0 400 100",
82
+ preserveAspectRatio: "none",
83
+ children: [/* @__PURE__ */ jsx("path", {
84
+ d: "M0,80 Q50,60 100,70 T200,50 T300,65 T400,45 L400,100 L0,100 Z",
85
+ fill: "url(#waveGradient)"
86
+ }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
87
+ id: "waveGradient",
88
+ x1: "0%",
89
+ y1: "0%",
90
+ x2: "0%",
91
+ y2: "100%",
92
+ children: [/* @__PURE__ */ jsx("stop", {
93
+ offset: "0%",
94
+ stopColor: "hsl(var(--primary))",
95
+ stopOpacity: "0.4"
96
+ }), /* @__PURE__ */ jsx("stop", {
97
+ offset: "100%",
98
+ stopColor: "hsl(var(--primary))",
99
+ stopOpacity: "0"
100
+ })]
101
+ }) })]
102
+ })
103
+ }),
104
+ /* @__PURE__ */ jsxs("div", {
105
+ className: "absolute inset-0 flex flex-col justify-center p-8 md:p-12",
106
+ children: [/* @__PURE__ */ jsxs("div", {
107
+ className: "transition-transform duration-500 ease-out group-hover:-translate-y-6",
108
+ children: [
109
+ /* @__PURE__ */ jsxs("div", {
110
+ className: "flex items-center gap-3 mb-6",
111
+ children: [/* @__PURE__ */ jsx("div", { className: "w-2 h-2 bg-primary animate-pulse shadow-[0_0_8px_rgba(209,80,16,0.8)]" }), /* @__PURE__ */ jsx("span", {
112
+ className: "text-[10px] text-primary tracking-[0.3em] uppercase font-medium",
113
+ children: "Production Ready"
114
+ })]
115
+ }),
116
+ /* @__PURE__ */ jsxs("h3", {
117
+ className: "text-3xl md:text-4xl lg:text-5xl font-light tracking-[-0.04em] text-foreground mb-6 leading-[1.1]",
118
+ children: [
119
+ "Ship faster.",
120
+ /* @__PURE__ */ jsx("br", {}),
121
+ /* @__PURE__ */ jsx("span", {
122
+ className: "text-primary",
123
+ children: "Build right."
124
+ })
125
+ ]
126
+ }),
127
+ /* @__PURE__ */ jsx("div", {
128
+ className: "flex flex-wrap gap-3",
129
+ children: [
130
+ "Production-ready",
131
+ "Pre-built features",
132
+ "AI-native"
133
+ ].map((pill, i) => /* @__PURE__ */ jsx("span", {
134
+ className: "px-4 py-2 text-xs border border-primary/40 text-foreground/80 bg-primary/5 backdrop-blur-sm tracking-wide transition-all duration-300 hover:bg-primary/20 hover:border-primary",
135
+ style: { animationDelay: `${i * 100}ms` },
136
+ children: pill
137
+ }, pill))
138
+ })
139
+ ]
140
+ }), /* @__PURE__ */ jsx("div", {
141
+ className: "absolute bottom-8 md:bottom-12 left-8 md:left-12 opacity-0 group-hover:opacity-100 translate-y-6 group-hover:translate-y-0 transition-all duration-500 delay-100",
142
+ children: /* @__PURE__ */ jsxs("a", {
143
+ href: "/docs/getting-started",
144
+ className: "inline-flex items-center gap-3 text-sm text-primary font-medium tracking-wide group/cta",
145
+ children: [/* @__PURE__ */ jsxs("span", {
146
+ className: "relative",
147
+ children: ["Get Started", /* @__PURE__ */ jsx("span", { className: "absolute bottom-0 left-0 w-0 h-px bg-primary group-hover/cta:w-full transition-all duration-300" })]
148
+ }), /* @__PURE__ */ jsx("svg", {
149
+ className: "w-4 h-4 group-hover/cta:translate-x-1 transition-transform",
150
+ fill: "none",
151
+ viewBox: "0 0 24 24",
152
+ stroke: "currentColor",
153
+ strokeWidth: 2,
154
+ children: /* @__PURE__ */ jsx("path", {
155
+ strokeLinecap: "round",
156
+ strokeLinejoin: "round",
157
+ d: "M17 8l4 4m0 0l-4 4m4-4H3"
158
+ })
159
+ })]
160
+ })
161
+ })]
162
+ })
163
+ ]
164
+ });
165
+ }
166
+ function CardB({ className = "" }) {
167
+ return /* @__PURE__ */ jsxs("div", {
168
+ className: `group relative bg-card border border-border overflow-hidden transform-gpu transition-all duration-500 hover:border-primary/60 hover:shadow-[0_0_30px_rgba(209,80,16,0.1)] ${className}`,
169
+ children: [
170
+ /* @__PURE__ */ jsx(CornerMarkers, {}),
171
+ /* @__PURE__ */ jsx(ScanLines, {}),
172
+ /* @__PURE__ */ jsxs("div", {
173
+ className: "absolute top-6 right-6 w-16 h-16",
174
+ children: [
175
+ /* @__PURE__ */ jsx("div", {
176
+ className: "absolute inset-0 border border-primary/30 rounded-full animate-ping",
177
+ style: { animationDuration: "3s" }
178
+ }),
179
+ /* @__PURE__ */ jsx("div", {
180
+ className: "absolute inset-2 border border-primary/50 rounded-full animate-ping",
181
+ style: {
182
+ animationDuration: "3s",
183
+ animationDelay: "0.5s"
184
+ }
185
+ }),
186
+ /* @__PURE__ */ jsx("div", {
187
+ className: "absolute inset-4 bg-primary/20 rounded-full flex items-center justify-center",
188
+ children: /* @__PURE__ */ jsx("div", { className: "w-2 h-2 bg-primary rounded-full shadow-[0_0_10px_rgba(209,80,16,0.8)]" })
189
+ })
190
+ ]
191
+ }),
192
+ /* @__PURE__ */ jsxs("div", {
193
+ className: "absolute inset-0 flex flex-col p-6",
194
+ children: [
195
+ /* @__PURE__ */ jsxs("div", {
196
+ className: "flex items-center gap-2 mb-6",
197
+ children: [/* @__PURE__ */ jsx("span", {
198
+ className: "text-[10px] text-muted-foreground tracking-[0.2em] uppercase",
199
+ children: "AI Enhancement"
200
+ }), /* @__PURE__ */ jsx("span", {
201
+ className: "px-1.5 py-0.5 text-[8px] bg-[hsl(var(--status-success))] text-white tracking-wider uppercase",
202
+ children: "Active"
203
+ })]
204
+ }),
205
+ /* @__PURE__ */ jsxs("div", {
206
+ className: "flex-1 flex flex-col justify-center",
207
+ children: [/* @__PURE__ */ jsxs("div", {
208
+ className: "relative",
209
+ children: [/* @__PURE__ */ jsxs("span", {
210
+ className: "text-6xl md:text-7xl font-extralight text-foreground tracking-tighter",
211
+ children: ["10", /* @__PURE__ */ jsx("span", {
212
+ className: "text-primary",
213
+ children: "x"
214
+ })]
215
+ }), /* @__PURE__ */ jsx("div", { className: "absolute -inset-4 bg-primary/10 blur-2xl -z-10" })]
216
+ }), /* @__PURE__ */ jsx("span", {
217
+ className: "text-sm text-muted-foreground mt-2 tracking-wide",
218
+ children: "Faster AI responses"
219
+ })]
220
+ }),
221
+ /* @__PURE__ */ jsx("div", {
222
+ className: "space-y-2 mt-4",
223
+ children: [
224
+ {
225
+ label: "Smart Context",
226
+ value: "100%"
227
+ },
228
+ {
229
+ label: "Auto-Complete",
230
+ value: "95%"
231
+ },
232
+ {
233
+ label: "Team of AIs",
234
+ value: "∞"
235
+ }
236
+ ].map((cap, i) => /* @__PURE__ */ jsxs("div", {
237
+ className: "group/bar relative overflow-hidden",
238
+ children: [/* @__PURE__ */ jsxs("div", {
239
+ className: "flex items-center justify-between text-xs mb-1",
240
+ children: [/* @__PURE__ */ jsx("span", {
241
+ className: "text-muted-foreground",
242
+ children: cap.label
243
+ }), /* @__PURE__ */ jsx("span", {
244
+ className: "text-primary font-mono",
245
+ children: cap.value
246
+ })]
247
+ }), /* @__PURE__ */ jsx("div", {
248
+ className: "h-1 bg-border rounded-full overflow-hidden",
249
+ children: /* @__PURE__ */ jsx("div", {
250
+ className: "h-full bg-gradient-to-r from-primary/50 to-primary rounded-full transition-all duration-700 group-hover:from-primary group-hover:to-primary",
251
+ style: {
252
+ width: cap.value === "∞" ? "100%" : cap.value,
253
+ transitionDelay: `${i * 100}ms`
254
+ }
255
+ })
256
+ })]
257
+ }, cap.label))
258
+ })
259
+ ]
260
+ })
261
+ ]
262
+ });
263
+ }
264
+ function CardC({ className = "" }) {
265
+ return /* @__PURE__ */ jsxs("div", {
266
+ className: `group relative bg-card border border-border overflow-hidden transform-gpu transition-all duration-500 hover:border-primary/60 ${className}`,
267
+ children: [
268
+ /* @__PURE__ */ jsx(CornerMarkers, {}),
269
+ /* @__PURE__ */ jsx("div", {
270
+ className: "absolute inset-0 opacity-0 group-hover:opacity-100 transition-opacity duration-500",
271
+ style: { background: "linear-gradient(135deg, transparent 49.5%, hsl(var(--primary) / 0.1) 49.5%, hsl(var(--primary) / 0.1) 50.5%, transparent 50.5%)" }
272
+ }),
273
+ /* @__PURE__ */ jsxs("div", {
274
+ className: "absolute inset-0 flex flex-col justify-center p-6",
275
+ children: [/* @__PURE__ */ jsx("div", {
276
+ className: "text-[10px] text-muted-foreground tracking-[0.2em] uppercase mb-4",
277
+ children: "Transformation"
278
+ }), /* @__PURE__ */ jsx("div", {
279
+ className: "space-y-4",
280
+ children: [
281
+ {
282
+ problem: "Stuck in loops",
283
+ outcome: "Ship in hours",
284
+ icon: "○"
285
+ },
286
+ {
287
+ problem: "Can't debug",
288
+ outcome: "Code you own",
289
+ icon: "△"
290
+ },
291
+ {
292
+ problem: "Won't deploy",
293
+ outcome: "Launch confident",
294
+ icon: "□"
295
+ }
296
+ ].map((t, i) => /* @__PURE__ */ jsxs("div", {
297
+ className: "group/row relative flex items-center gap-3 transition-all duration-300",
298
+ style: { transitionDelay: `${i * 50}ms` },
299
+ children: [/* @__PURE__ */ jsx("span", {
300
+ className: "w-6 h-6 flex items-center justify-center border border-border text-muted-foreground text-xs group-hover/row:border-primary group-hover/row:text-primary transition-colors",
301
+ children: t.icon
302
+ }), /* @__PURE__ */ jsxs("div", {
303
+ className: "flex-1 flex items-center gap-2 text-sm",
304
+ children: [
305
+ /* @__PURE__ */ jsx("span", {
306
+ className: "text-muted-foreground/60 line-through decoration-primary/50 group-hover:text-muted-foreground/40 transition-colors",
307
+ children: t.problem
308
+ }),
309
+ /* @__PURE__ */ jsx("svg", {
310
+ className: "w-4 h-4 text-primary shrink-0 group-hover:translate-x-1 transition-transform",
311
+ viewBox: "0 0 24 24",
312
+ fill: "none",
313
+ stroke: "currentColor",
314
+ strokeWidth: 2,
315
+ children: /* @__PURE__ */ jsx("path", {
316
+ strokeLinecap: "round",
317
+ strokeLinejoin: "round",
318
+ d: "M13 7l5 5m0 0l-5 5m5-5H6"
319
+ })
320
+ }),
321
+ /* @__PURE__ */ jsx("span", {
322
+ className: "text-foreground font-medium group-hover:text-primary transition-colors",
323
+ children: t.outcome
324
+ })
325
+ ]
326
+ })]
327
+ }, t.problem))
328
+ })]
329
+ })
330
+ ]
331
+ });
332
+ }
333
+ function FeaturePill({ title, tag }) {
334
+ return /* @__PURE__ */ jsxs("div", {
335
+ className: "shrink-0 px-5 py-3 bg-gradient-to-r from-card to-primary/5 border border-border flex items-center gap-3 group-hover:border-primary/40 transition-colors",
336
+ children: [
337
+ /* @__PURE__ */ jsx("div", { className: "w-1.5 h-1.5 bg-primary rounded-full" }),
338
+ /* @__PURE__ */ jsx("span", {
339
+ className: "text-sm font-medium whitespace-nowrap text-foreground",
340
+ children: title
341
+ }),
342
+ tag && /* @__PURE__ */ jsx("span", {
343
+ className: `text-[9px] px-2 py-0.5 tracking-wider uppercase font-medium ${tag === "Hot" ? "bg-primary text-white" : "bg-[hsl(var(--status-info))] text-white"}`,
344
+ children: tag
345
+ })
346
+ ]
347
+ });
348
+ }
349
+ function CardD() {
350
+ return /* @__PURE__ */ jsxs("div", {
351
+ className: "group relative bg-card border border-border overflow-hidden transform-gpu md:col-span-2 transition-all duration-500 hover:border-primary/60",
352
+ children: [
353
+ /* @__PURE__ */ jsx(CornerMarkers, {}),
354
+ /* @__PURE__ */ jsx("div", { className: "absolute left-0 top-0 bottom-0 w-16 bg-gradient-to-r from-card to-transparent z-10 pointer-events-none" }),
355
+ /* @__PURE__ */ jsx("div", { className: "absolute right-0 top-0 bottom-0 w-16 bg-gradient-to-l from-card to-transparent z-10 pointer-events-none" }),
356
+ /* @__PURE__ */ jsxs("div", {
357
+ className: "absolute inset-0 flex flex-col justify-center",
358
+ children: [/* @__PURE__ */ jsx("div", {
359
+ className: "absolute top-4 left-4 z-20",
360
+ children: /* @__PURE__ */ jsx("span", {
361
+ className: "text-[10px] text-muted-foreground tracking-[0.2em] uppercase",
362
+ children: "AI Superpowers"
363
+ })
364
+ }), /* @__PURE__ */ jsx("div", {
365
+ className: "flex overflow-hidden py-4",
366
+ children: /* @__PURE__ */ jsxs("div", {
367
+ className: "flex gap-4 px-4 animate-marquee group-hover:[animation-play-state:paused]",
368
+ children: [AI_FEATURES.map((f) => /* @__PURE__ */ jsx(FeaturePill, { ...f }, f.title)), AI_FEATURES.map((f) => /* @__PURE__ */ jsx(FeaturePill, { ...f }, `dup-${f.title}`))]
369
+ })
370
+ })]
371
+ })
372
+ ]
373
+ });
374
+ }
375
+ function CardE() {
376
+ const layers = [
377
+ {
378
+ name: "Apps",
379
+ packages: ["web", "server"],
380
+ radius: 95
381
+ },
382
+ {
383
+ name: "Infrastructure",
384
+ packages: [
385
+ "db",
386
+ "auth",
387
+ "infra"
388
+ ],
389
+ radius: 75
390
+ },
391
+ {
392
+ name: "Adapters",
393
+ packages: ["api", "contracts"],
394
+ radius: 55
395
+ },
396
+ {
397
+ name: "Application",
398
+ packages: ["application"],
399
+ radius: 38
400
+ },
401
+ {
402
+ name: "Domain",
403
+ packages: ["domain"],
404
+ radius: 20
405
+ }
406
+ ];
407
+ return /* @__PURE__ */ jsxs("div", {
408
+ className: "group relative bg-card border border-border overflow-hidden transform-gpu md:col-span-2 transition-all duration-500 hover:border-primary/60",
409
+ children: [
410
+ /* @__PURE__ */ jsx(CornerMarkers, {}),
411
+ /* @__PURE__ */ jsx(ScanLines, {}),
412
+ /* @__PURE__ */ jsx("div", {
413
+ className: "absolute top-4 left-4 z-20",
414
+ children: /* @__PURE__ */ jsx("span", {
415
+ className: "text-[10px] text-muted-foreground tracking-[0.2em] uppercase",
416
+ children: "Clean Architecture"
417
+ })
418
+ }),
419
+ /* @__PURE__ */ jsxs("div", {
420
+ className: "absolute top-4 right-4 z-20 flex items-center gap-2",
421
+ children: [/* @__PURE__ */ jsx("span", {
422
+ className: "text-[8px] text-muted-foreground tracking-wider uppercase",
423
+ children: "deps flow in"
424
+ }), /* @__PURE__ */ jsx("svg", {
425
+ className: "w-3 h-3 text-primary animate-pulse",
426
+ viewBox: "0 0 24 24",
427
+ fill: "none",
428
+ stroke: "currentColor",
429
+ strokeWidth: 2,
430
+ children: /* @__PURE__ */ jsx("circle", {
431
+ cx: "12",
432
+ cy: "12",
433
+ r: "3",
434
+ fill: "currentColor"
435
+ })
436
+ })]
437
+ }),
438
+ /* @__PURE__ */ jsx("div", {
439
+ className: "absolute inset-0 flex items-center justify-center",
440
+ children: /* @__PURE__ */ jsxs("div", {
441
+ className: "relative w-48 h-48 md:w-56 md:h-56",
442
+ children: [
443
+ /* @__PURE__ */ jsx("div", {
444
+ className: "absolute inset-0 flex items-center justify-center",
445
+ children: [
446
+ 0,
447
+ 1,
448
+ 2
449
+ ].map((i) => /* @__PURE__ */ jsx("div", {
450
+ className: "absolute rounded-full border border-primary/20",
451
+ style: {
452
+ width: "100%",
453
+ height: "100%",
454
+ animation: `pulseIn 3s ease-in-out infinite`,
455
+ animationDelay: `${i * 1}s`
456
+ }
457
+ }, i))
458
+ }),
459
+ layers.map((layer, i) => /* @__PURE__ */ jsx("div", {
460
+ className: "absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 rounded-full border transition-all duration-300 group/layer flex items-center justify-center cursor-default",
461
+ style: {
462
+ width: `${layer.radius}%`,
463
+ height: `${layer.radius}%`,
464
+ borderColor: i === layers.length - 1 ? "hsl(var(--primary))" : `hsl(var(--primary) / ${.15 + i * .1})`,
465
+ backgroundColor: i === layers.length - 1 ? "hsl(var(--primary) / 0.15)" : `hsl(var(--primary) / ${.02 + i * .02})`
466
+ },
467
+ children: i === layers.length - 1 ? /* @__PURE__ */ jsx("span", {
468
+ className: "text-[9px] font-medium text-primary tracking-wide",
469
+ children: layer.name
470
+ }) : /* @__PURE__ */ jsx("span", {
471
+ className: "absolute text-[8px] text-muted-foreground/60 tracking-wide opacity-0 group-hover:opacity-100 transition-opacity whitespace-nowrap",
472
+ style: {
473
+ top: "2px",
474
+ left: "50%",
475
+ transform: "translateX(-50%)"
476
+ },
477
+ children: layer.name
478
+ })
479
+ }, layer.name)),
480
+ /* @__PURE__ */ jsx("div", { className: "absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 w-8 h-8 bg-primary/30 rounded-full blur-xl" })
481
+ ]
482
+ })
483
+ }),
484
+ /* @__PURE__ */ jsx("div", {
485
+ className: "absolute right-4 top-1/2 -translate-y-1/2 space-y-1 opacity-0 group-hover:opacity-100 transition-opacity duration-300",
486
+ children: layers.slice().reverse().map((layer) => /* @__PURE__ */ jsxs("div", {
487
+ className: "flex items-center gap-2",
488
+ children: [/* @__PURE__ */ jsx("div", {
489
+ className: "w-2 h-2 rounded-full",
490
+ style: { backgroundColor: "hsl(var(--primary) / 0.5)" }
491
+ }), /* @__PURE__ */ jsx("code", {
492
+ className: "text-[8px] text-muted-foreground font-mono",
493
+ children: layer.packages.join(", ")
494
+ })]
495
+ }, layer.name))
496
+ })
497
+ ]
498
+ });
499
+ }
500
+ function CardF() {
501
+ return /* @__PURE__ */ jsxs("div", {
502
+ className: "group relative bg-card border border-border overflow-hidden transform-gpu transition-all duration-500 hover:border-primary/60 hover:bg-primary/5",
503
+ children: [
504
+ /* @__PURE__ */ jsx(CornerMarkers, {}),
505
+ /* @__PURE__ */ jsx("div", {
506
+ className: "absolute inset-0 opacity-5",
507
+ children: /* @__PURE__ */ jsxs("svg", {
508
+ className: "w-full h-full",
509
+ viewBox: "0 0 100 100",
510
+ preserveAspectRatio: "none",
511
+ children: [
512
+ /* @__PURE__ */ jsx("circle", {
513
+ cx: "50",
514
+ cy: "50",
515
+ r: "40",
516
+ fill: "none",
517
+ stroke: "currentColor",
518
+ strokeWidth: "0.5"
519
+ }),
520
+ /* @__PURE__ */ jsx("circle", {
521
+ cx: "50",
522
+ cy: "50",
523
+ r: "25",
524
+ fill: "none",
525
+ stroke: "currentColor",
526
+ strokeWidth: "0.5"
527
+ }),
528
+ /* @__PURE__ */ jsx("line", {
529
+ x1: "0",
530
+ y1: "50",
531
+ x2: "100",
532
+ y2: "50",
533
+ stroke: "currentColor",
534
+ strokeWidth: "0.5"
535
+ }),
536
+ /* @__PURE__ */ jsx("line", {
537
+ x1: "50",
538
+ y1: "0",
539
+ x2: "50",
540
+ y2: "100",
541
+ stroke: "currentColor",
542
+ strokeWidth: "0.5"
543
+ })
544
+ ]
545
+ })
546
+ }),
547
+ /* @__PURE__ */ jsxs("div", {
548
+ className: "absolute inset-0 flex flex-col justify-center items-center p-6 text-center",
549
+ children: [
550
+ /* @__PURE__ */ jsxs("div", {
551
+ className: "relative mb-4 group-hover:scale-110 transition-transform duration-300",
552
+ children: [/* @__PURE__ */ jsx("svg", {
553
+ className: "w-10 h-10 text-primary",
554
+ fill: "none",
555
+ viewBox: "0 0 24 24",
556
+ stroke: "currentColor",
557
+ strokeWidth: 1.5,
558
+ children: /* @__PURE__ */ jsx("path", {
559
+ strokeLinecap: "round",
560
+ strokeLinejoin: "round",
561
+ d: "M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"
562
+ })
563
+ }), /* @__PURE__ */ jsx("div", { className: "absolute -inset-2 bg-primary/20 blur-lg -z-10 group-hover:bg-primary/30 transition-colors" })]
564
+ }),
565
+ /* @__PURE__ */ jsx("span", {
566
+ className: "text-sm font-mono text-primary tracking-wide",
567
+ children: "AGENTS.md"
568
+ }),
569
+ /* @__PURE__ */ jsx("span", {
570
+ className: "text-[10px] text-muted-foreground mt-1 tracking-wider uppercase",
571
+ children: "In every package"
572
+ })
573
+ ]
574
+ })
575
+ ]
576
+ });
577
+ }
578
+ function Features() {
579
+ return /* @__PURE__ */ jsxs("section", {
580
+ className: "relative border-t border-border overflow-hidden",
581
+ children: [/* @__PURE__ */ jsxs("div", {
582
+ className: "absolute inset-0 pointer-events-none",
583
+ children: [/* @__PURE__ */ jsx("div", { className: "absolute top-1/4 -left-1/4 w-1/2 h-1/2 bg-primary/5 rounded-full blur-[120px]" }), /* @__PURE__ */ jsx("div", { className: "absolute bottom-1/4 -right-1/4 w-1/2 h-1/2 bg-primary/5 rounded-full blur-[120px]" })]
584
+ }), /* @__PURE__ */ jsxs("div", {
585
+ className: "relative max-w-7xl mx-auto px-8 py-20 md:py-28",
586
+ children: [/* @__PURE__ */ jsxs("div", {
587
+ className: "mb-16 md:mb-20",
588
+ children: [
589
+ /* @__PURE__ */ jsxs("div", {
590
+ className: "flex items-center gap-4 mb-6",
591
+ children: [/* @__PURE__ */ jsx("div", { className: "h-px w-16 bg-gradient-to-r from-primary to-transparent" }), /* @__PURE__ */ jsx("span", {
592
+ className: "text-[11px] text-primary tracking-[0.3em] uppercase font-medium",
593
+ children: "Features"
594
+ })]
595
+ }),
596
+ /* @__PURE__ */ jsx("h2", {
597
+ className: "text-4xl md:text-5xl lg:text-6xl font-light text-foreground tracking-[-0.04em] mb-6",
598
+ children: "Everything You Need"
599
+ }),
600
+ /* @__PURE__ */ jsxs("p", {
601
+ className: "text-lg md:text-xl text-muted-foreground max-w-2xl leading-relaxed",
602
+ children: ["A complete foundation for building production-ready SaaS applications.", /* @__PURE__ */ jsx("span", {
603
+ className: "text-foreground",
604
+ children: " No assembly required."
605
+ })]
606
+ })
607
+ ]
608
+ }), /* @__PURE__ */ jsxs("div", {
609
+ className: "grid grid-cols-1 md:grid-cols-3 auto-rows-[14rem] gap-4 md:gap-5",
610
+ children: [
611
+ /* @__PURE__ */ jsx(CardA, {}),
612
+ /* @__PURE__ */ jsx(CardB, { className: "md:row-span-2" }),
613
+ /* @__PURE__ */ jsx(CardC, { className: "md:row-span-2" }),
614
+ /* @__PURE__ */ jsx(CardD, {}),
615
+ /* @__PURE__ */ jsx(CardE, {}),
616
+ /* @__PURE__ */ jsx(CardF, {})
617
+ ]
618
+ })]
619
+ })]
620
+ });
621
+ }
622
+
623
+ //#endregion
624
+ export { Features };