@nextworks/blocks-templates 0.2.0-alpha.11 → 0.2.0-alpha.12

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 (155) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +5 -0
  4. package/dist/templates/aiworkflow/Page.d.ts +2 -0
  5. package/dist/templates/aiworkflow/Page.d.ts.map +1 -0
  6. package/dist/templates/aiworkflow/Page.jsx +41 -0
  7. package/dist/templates/aiworkflow/PresetThemeVars.d.ts +7 -0
  8. package/dist/templates/aiworkflow/PresetThemeVars.d.ts.map +1 -0
  9. package/dist/templates/aiworkflow/PresetThemeVars.jsx +9 -0
  10. package/dist/templates/aiworkflow/components/CTA.d.ts +2 -0
  11. package/dist/templates/aiworkflow/components/CTA.d.ts.map +1 -0
  12. package/dist/templates/aiworkflow/components/CTA.jsx +25 -0
  13. package/dist/templates/aiworkflow/components/Contact.d.ts +3 -0
  14. package/dist/templates/aiworkflow/components/Contact.d.ts.map +1 -0
  15. package/dist/templates/aiworkflow/components/Contact.jsx +67 -0
  16. package/dist/templates/aiworkflow/components/FAQ.d.ts +2 -0
  17. package/dist/templates/aiworkflow/components/FAQ.d.ts.map +1 -0
  18. package/dist/templates/aiworkflow/components/FAQ.jsx +40 -0
  19. package/dist/templates/aiworkflow/components/Features.d.ts +2 -0
  20. package/dist/templates/aiworkflow/components/Features.d.ts.map +1 -0
  21. package/dist/templates/aiworkflow/components/Features.jsx +39 -0
  22. package/dist/templates/aiworkflow/components/Footer.d.ts +2 -0
  23. package/dist/templates/aiworkflow/components/Footer.d.ts.map +1 -0
  24. package/dist/templates/aiworkflow/components/Footer.jsx +81 -0
  25. package/dist/templates/aiworkflow/components/Hero.d.ts +2 -0
  26. package/dist/templates/aiworkflow/components/Hero.d.ts.map +1 -0
  27. package/dist/templates/aiworkflow/components/Hero.jsx +594 -0
  28. package/dist/templates/aiworkflow/components/Navbar.d.ts +7 -0
  29. package/dist/templates/aiworkflow/components/Navbar.d.ts.map +1 -0
  30. package/dist/templates/aiworkflow/components/Navbar.jsx +74 -0
  31. package/dist/templates/aiworkflow/components/Pricing.d.ts +2 -0
  32. package/dist/templates/aiworkflow/components/Pricing.d.ts.map +1 -0
  33. package/dist/templates/aiworkflow/components/Pricing.jsx +63 -0
  34. package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts +2 -0
  35. package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts.map +1 -0
  36. package/dist/templates/aiworkflow/components/ProcessTimeline.jsx +58 -0
  37. package/dist/templates/aiworkflow/components/Testimonials.d.ts +2 -0
  38. package/dist/templates/aiworkflow/components/Testimonials.d.ts.map +1 -0
  39. package/dist/templates/aiworkflow/components/Testimonials.jsx +33 -0
  40. package/dist/templates/aiworkflow/components/TrustBadges.d.ts +2 -0
  41. package/dist/templates/aiworkflow/components/TrustBadges.d.ts.map +1 -0
  42. package/dist/templates/aiworkflow/components/TrustBadges.jsx +38 -0
  43. package/dist/templates/digitalagency/Page.d.ts +3 -0
  44. package/dist/templates/digitalagency/Page.d.ts.map +1 -1
  45. package/dist/templates/digitalagency/Page.jsx +19 -16
  46. package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -1
  47. package/dist/templates/digitalagency/PresetThemeVars.jsx +4 -2
  48. package/dist/templates/digitalagency/components/About.d.ts.map +1 -1
  49. package/dist/templates/digitalagency/components/About.jsx +2 -0
  50. package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -1
  51. package/dist/templates/digitalagency/components/CTA.jsx +6 -8
  52. package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -1
  53. package/dist/templates/digitalagency/components/Contact.jsx +5 -2
  54. package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -1
  55. package/dist/templates/digitalagency/components/Footer.jsx +3 -1
  56. package/dist/templates/digitalagency/components/Hero.d.ts +1 -2
  57. package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -1
  58. package/dist/templates/digitalagency/components/Hero.jsx +12 -19
  59. package/dist/templates/digitalagency/components/Navbar.d.ts +4 -2
  60. package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -1
  61. package/dist/templates/digitalagency/components/Navbar.jsx +3 -1
  62. package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -1
  63. package/dist/templates/digitalagency/components/NetworkPattern.jsx +111 -116
  64. package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -1
  65. package/dist/templates/digitalagency/components/Portfolio.jsx +11 -3
  66. package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -1
  67. package/dist/templates/digitalagency/components/Pricing.jsx +86 -0
  68. package/dist/templates/digitalagency/components/Process.d.ts.map +1 -1
  69. package/dist/templates/digitalagency/components/Process.jsx +42 -0
  70. package/dist/templates/digitalagency/components/Services.d.ts.map +1 -1
  71. package/dist/templates/digitalagency/components/Services.jsx +38 -0
  72. package/dist/templates/digitalagency/components/Team.d.ts.map +1 -1
  73. package/dist/templates/digitalagency/components/Team.jsx +16 -0
  74. package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -1
  75. package/dist/templates/digitalagency/components/Testimonials.jsx +42 -0
  76. package/dist/templates/gallery/Page.d.ts +2 -0
  77. package/dist/templates/gallery/PresetThemeVars.d.ts +1 -2
  78. package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -1
  79. package/dist/templates/gallery/PresetThemeVars.jsx +5 -4
  80. package/dist/templates/gallery/page.d.ts.map +1 -1
  81. package/dist/templates/gallery/page.jsx +88 -70
  82. package/dist/templates/productlaunch/Page.d.ts.map +1 -1
  83. package/dist/templates/productlaunch/Page.jsx +44 -0
  84. package/dist/templates/productlaunch/PresetThemeVars.d.ts +17 -0
  85. package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -1
  86. package/dist/templates/productlaunch/PresetThemeVars.jsx +5 -2
  87. package/dist/templates/productlaunch/components/About.d.ts.map +1 -1
  88. package/dist/templates/productlaunch/components/About.jsx +2 -0
  89. package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -1
  90. package/dist/templates/productlaunch/components/CTA.jsx +5 -5
  91. package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -1
  92. package/dist/templates/productlaunch/components/Contact.jsx +4 -0
  93. package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -1
  94. package/dist/templates/productlaunch/components/FAQ.jsx +5 -1
  95. package/dist/templates/productlaunch/components/Features.d.ts +1 -1
  96. package/dist/templates/productlaunch/components/Features.d.ts.map +1 -1
  97. package/dist/templates/productlaunch/components/Features.jsx +3 -1
  98. package/dist/templates/productlaunch/components/Footer.d.ts +1 -1
  99. package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -1
  100. package/dist/templates/productlaunch/components/Footer.jsx +3 -1
  101. package/dist/templates/productlaunch/components/Hero.d.ts +1 -1
  102. package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -1
  103. package/dist/templates/productlaunch/components/Hero.jsx +6 -4
  104. package/dist/templates/productlaunch/components/Navbar.d.ts +1 -1
  105. package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -1
  106. package/dist/templates/productlaunch/components/Navbar.jsx +78 -79
  107. package/dist/templates/productlaunch/components/Pricing.d.ts +1 -1
  108. package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -1
  109. package/dist/templates/productlaunch/components/Pricing.jsx +3 -1
  110. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +1 -1
  111. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -1
  112. package/dist/templates/productlaunch/components/ProcessTimeline.jsx +3 -1
  113. package/dist/templates/productlaunch/components/ServicesGrid.d.ts +1 -1
  114. package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -1
  115. package/dist/templates/productlaunch/components/ServicesGrid.jsx +3 -1
  116. package/dist/templates/productlaunch/components/Team.d.ts +1 -1
  117. package/dist/templates/productlaunch/components/Team.d.ts.map +1 -1
  118. package/dist/templates/productlaunch/components/Team.jsx +3 -1
  119. package/dist/templates/productlaunch/components/Testimonials.d.ts +2 -1
  120. package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -1
  121. package/dist/templates/productlaunch/components/Testimonials.jsx +4 -1
  122. package/dist/templates/productlaunch/components/TrustBadges.d.ts +1 -1
  123. package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -1
  124. package/dist/templates/productlaunch/components/TrustBadges.jsx +3 -1
  125. package/dist/templates/saasdashboard/Page.d.ts +2 -0
  126. package/dist/templates/saasdashboard/Page.d.ts.map +1 -1
  127. package/dist/templates/saasdashboard/Page.jsx +37 -0
  128. package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -1
  129. package/dist/templates/saasdashboard/PresetThemeVars.jsx +4 -2
  130. package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -1
  131. package/dist/templates/saasdashboard/components/Contact.jsx +10 -7
  132. package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -1
  133. package/dist/templates/saasdashboard/components/Dashboard.jsx +88 -86
  134. package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -1
  135. package/dist/templates/saasdashboard/components/FAQ.jsx +36 -0
  136. package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -1
  137. package/dist/templates/saasdashboard/components/Features.jsx +3 -3
  138. package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -1
  139. package/dist/templates/saasdashboard/components/Footer.jsx +2 -0
  140. package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -1
  141. package/dist/templates/saasdashboard/components/Hero.jsx +8 -6
  142. package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -1
  143. package/dist/templates/saasdashboard/components/Hero_mask.jsx +15 -13
  144. package/dist/templates/saasdashboard/components/Navbar.d.ts +1 -1
  145. package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -1
  146. package/dist/templates/saasdashboard/components/Navbar.jsx +6 -4
  147. package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -1
  148. package/dist/templates/saasdashboard/components/Pricing.jsx +2 -0
  149. package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -1
  150. package/dist/templates/saasdashboard/components/SmoothScroll.jsx +3 -2
  151. package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -1
  152. package/dist/templates/saasdashboard/components/Testimonials.jsx +7 -5
  153. package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -1
  154. package/dist/templates/saasdashboard/components/TrustBadges.jsx +2 -0
  155. package/package.json +3 -3
@@ -1,3 +1,5 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
1
3
  "use client";
2
4
  import React from "react";
3
5
  /**
@@ -5,121 +7,114 @@ import React from "react";
5
7
  * Tailwind-based animated network background for hero fallbacks.
6
8
  */
7
9
  export const NetworkPattern = () => {
8
- return (<div className="relative h-full w-full overflow-hidden">
9
- {/* Ambient gradient blobs behind the network */}
10
- <div className="pointer-events-none absolute inset-0 -z-10 overflow-hidden">
11
- <div className="absolute -top-16 -left-16 h-72 w-72 rounded-full bg-blue-500/25 blur-3xl"/>
12
- <div className="absolute right-0 bottom-0 h-80 w-80 rounded-full bg-cyan-400/25 blur-3xl"/>
13
- <div className="absolute top-14 right-1/3 h-56 w-56 rounded-full bg-indigo-500/15 blur-3xl"/>
14
- <div className="absolute -bottom-10 left-1/4 h-64 w-64 rounded-full bg-sky-500/10 blur-3xl"/>
15
- </div>
16
-
17
- {/* Main SVG network pattern */}
18
- <svg width="100%" height="100%" viewBox="0 0 900 520" className="absolute top-0 left-0 [transform:scale(1.12)]">
19
- <defs>
20
- <linearGradient id="nodeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
21
- <stop offset="0%" stopColor="#3B82F6" stopOpacity={1}/>
22
- <stop offset="100%" stopColor="#2563EB" stopOpacity={1}/>
23
- </linearGradient>
24
-
25
- <linearGradient id="lineGradient" x1="0%" y1="0%" x2="100%" y2="0%">
26
- <stop offset="0%" stopColor="#60A5FA" stopOpacity={0.28}/>
27
- <stop offset="50%" stopColor="#3B82F6" stopOpacity={0.6}/>
28
- <stop offset="100%" stopColor="#60A5FA" stopOpacity={0.28}/>
29
- </linearGradient>
30
- </defs>
31
-
32
- {/* Subtle grid for depth */}
33
- <g className="opacity-30">
34
- {Array.from({ length: 18 }).map((_, i) => (<line key={`v-${i}`} x1={i * 50} y1={0} x2={i * 50} y2={520} stroke="#e5e7eb" strokeWidth="0.5"/>))}
35
- {Array.from({ length: 12 }).map((_, i) => (<line key={`h-${i}`} x1={0} y1={i * 45} x2={900} y2={i * 45} stroke="#e5e7eb" strokeWidth="0.5"/>))}
36
- </g>
37
-
38
- {/* Connection Lines */}
39
- <g>
40
- <line x1="120" y1="80" x2="320" y2="180" stroke="url(#lineGradient)" strokeWidth="2"/>
41
- <line x1="320" y1="180" x2="600" y2="140" stroke="url(#lineGradient)" strokeWidth="2"/>
42
- <line x1="600" y1="140" x2="720" y2="340" stroke="url(#lineGradient)" strokeWidth="2"/>
43
- <line x1="320" y1="180" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
44
- <line x1="120" y1="80" x2="220" y2="320" stroke="url(#lineGradient)" strokeWidth="2"/>
45
- <line x1="220" y1="320" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
46
-
47
- <line x1="60" y1="260" x2="120" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
48
- <line x1="420" y1="420" x2="580" y2="470" stroke="url(#lineGradient)" strokeWidth="1.5"/>
49
- <line x1="600" y1="140" x2="780" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
50
- <line x1="320" y1="180" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
51
- <line x1="220" y1="320" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
52
- </g>
53
-
54
- {/* Network Nodes */}
55
- <g>
56
- <circle cx="320" cy="180" r="12" fill="url(#nodeGradient)" className="pulse-node">
57
- <animate attributeName="r" values="12;15;12" dur="3s" repeatCount="indefinite"/>
58
- </circle>
59
- <circle cx="600" cy="140" r="10" fill="url(#nodeGradient)" className="pulse-node">
60
- <animate attributeName="r" values="10;13;10" dur="3.5s" repeatCount="indefinite"/>
61
- </circle>
62
-
63
- <circle cx="120" cy="80" r="8" fill="#3B82F6" className="pulse-node">
64
- <animate attributeName="r" values="8;11;8" dur="4s" begin="1s" repeatCount="indefinite"/>
65
- </circle>
66
- <circle cx="420" cy="420" r="8" fill="#3B82F6" className="pulse-node">
67
- <animate attributeName="r" values="8;11;8" dur="4.5s" begin="2.5s" repeatCount="indefinite"/>
68
- </circle>
69
- <circle cx="720" cy="340" r="8" fill="#3B82F6" className="pulse-node">
70
- <animate attributeName="r" values="8;11;8" dur="3.8s" begin="1.8s" repeatCount="indefinite"/>
71
- </circle>
72
- <circle cx="220" cy="320" r="8" fill="#3B82F6" className="pulse-node">
73
- <animate attributeName="r" values="8;11;8" dur="4.2s" begin="0.5s" repeatCount="indefinite"/>
74
- </circle>
75
-
76
- <circle cx="60" cy="260" r="5" fill="#60A5FA" className="pulse-node">
77
- <animate attributeName="r" values="5;7;5" dur="5s" begin="3s" repeatCount="indefinite"/>
78
- </circle>
79
- <circle cx="580" cy="470" r="5" fill="#60A5FA" className="pulse-node">
80
- <animate attributeName="r" values="5;7;5" dur="5.5s" begin="4s" repeatCount="indefinite"/>
81
- </circle>
82
- <circle cx="780" cy="80" r="5" fill="#60A5FA" className="pulse-node">
83
- <animate attributeName="r" values="5;7;5" dur="4.8s" begin="2s" repeatCount="indefinite"/>
84
- </circle>
85
-
86
- {/* Extra tiny detail nodes */}
87
- <circle cx="200" cy="100" r="3" fill="#93C5FD"/>
88
- <circle cx="380" cy="200" r="3" fill="#93C5FD"/>
89
- <circle cx="150" cy="320" r="3" fill="#93C5FD"/>
90
- <circle cx="500" cy="260" r="3" fill="#93C5FD"/>
91
- <circle cx="660" cy="220" r="3" fill="#93C5FD"/>
92
- <circle cx="740" cy="420" r="3" fill="#93C5FD"/>
93
- </g>
94
- </svg>
95
-
96
- {/* Component-scoped CSS for subtle effects */}
97
- <style>{`
98
- .pulse-node {
99
- filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.3));
100
- }
101
-
102
- @keyframes slow-pan {
103
- 0% {
104
- transform: scale(1.08) translateY(0px);
105
- }
106
- 50% {
107
- transform: scale(1.1) translateY(-6px);
108
- }
109
- 100% {
110
- transform: scale(1.08) translateY(0px);
111
- }
112
- }
113
-
114
- svg {
115
- animation: slow-pan 18s ease-in-out infinite;
116
- }
117
-
118
- @media (max-width: 768px) {
119
- svg {
120
- transform: scale(1.15);
121
- }
122
- }
123
- `}</style>
10
+ return (<div className="relative h-full w-full overflow-hidden">
11
+ <div className="pointer-events-none absolute inset-0 -z-10 overflow-hidden">
12
+ <div className="absolute -top-16 -left-16 h-72 w-72 rounded-full bg-blue-500/25 blur-3xl"/>
13
+ <div className="absolute right-0 bottom-0 h-80 w-80 rounded-full bg-cyan-400/25 blur-3xl"/>
14
+ <div className="absolute top-14 right-1/3 h-56 w-56 rounded-full bg-indigo-500/15 blur-3xl"/>
15
+ <div className="absolute -bottom-10 left-1/4 h-64 w-64 rounded-full bg-sky-500/10 blur-3xl"/>
16
+ </div>
17
+
18
+ <svg width="100%" height="100%" viewBox="0 0 900 520" className="absolute top-0 left-0 [transform:scale(1.12)]">
19
+ <defs>
20
+ <linearGradient id="nodeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
21
+ <stop offset="0%" stopColor="#3B82F6" stopOpacity={1}/>
22
+ <stop offset="100%" stopColor="#2563EB" stopOpacity={1}/>
23
+ </linearGradient>
24
+
25
+ <linearGradient id="lineGradient" x1="0%" y1="0%" x2="100%" y2="0%">
26
+ <stop offset="0%" stopColor="#60A5FA" stopOpacity={0.28}/>
27
+ <stop offset="50%" stopColor="#3B82F6" stopOpacity={0.6}/>
28
+ <stop offset="100%" stopColor="#60A5FA" stopOpacity={0.28}/>
29
+ </linearGradient>
30
+ </defs>
31
+
32
+ <g className="opacity-30">
33
+ {Array.from({ length: 18 }).map((_, i) => (<line key={`v-${i}`} x1={i * 50} y1={0} x2={i * 50} y2={520} stroke="#e5e7eb" strokeWidth="0.5"/>))}
34
+ {Array.from({ length: 12 }).map((_, i) => (<line key={`h-${i}`} x1={0} y1={i * 45} x2={900} y2={i * 45} stroke="#e5e7eb" strokeWidth="0.5"/>))}
35
+ </g>
36
+
37
+ <g>
38
+ <line x1="120" y1="80" x2="320" y2="180" stroke="url(#lineGradient)" strokeWidth="2"/>
39
+ <line x1="320" y1="180" x2="600" y2="140" stroke="url(#lineGradient)" strokeWidth="2"/>
40
+ <line x1="600" y1="140" x2="720" y2="340" stroke="url(#lineGradient)" strokeWidth="2"/>
41
+ <line x1="320" y1="180" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
42
+ <line x1="120" y1="80" x2="220" y2="320" stroke="url(#lineGradient)" strokeWidth="2"/>
43
+ <line x1="220" y1="320" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
44
+
45
+ <line x1="60" y1="260" x2="120" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
46
+ <line x1="420" y1="420" x2="580" y2="470" stroke="url(#lineGradient)" strokeWidth="1.5"/>
47
+ <line x1="600" y1="140" x2="780" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
48
+ <line x1="320" y1="180" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
49
+ <line x1="220" y1="320" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
50
+ </g>
51
+
52
+ <g>
53
+ <circle cx="320" cy="180" r="12" fill="url(#nodeGradient)" className="pulse-node">
54
+ <animate attributeName="r" values="12;15;12" dur="3s" repeatCount="indefinite"/>
55
+ </circle>
56
+ <circle cx="600" cy="140" r="10" fill="url(#nodeGradient)" className="pulse-node">
57
+ <animate attributeName="r" values="10;13;10" dur="3.5s" repeatCount="indefinite"/>
58
+ </circle>
59
+
60
+ <circle cx="120" cy="80" r="8" fill="#3B82F6" className="pulse-node">
61
+ <animate attributeName="r" values="8;11;8" dur="4s" begin="1s" repeatCount="indefinite"/>
62
+ </circle>
63
+ <circle cx="420" cy="420" r="8" fill="#3B82F6" className="pulse-node">
64
+ <animate attributeName="r" values="8;11;8" dur="4.5s" begin="2.5s" repeatCount="indefinite"/>
65
+ </circle>
66
+ <circle cx="720" cy="340" r="8" fill="#3B82F6" className="pulse-node">
67
+ <animate attributeName="r" values="8;11;8" dur="3.8s" begin="1.8s" repeatCount="indefinite"/>
68
+ </circle>
69
+ <circle cx="220" cy="320" r="8" fill="#3B82F6" className="pulse-node">
70
+ <animate attributeName="r" values="8;11;8" dur="4.2s" begin="0.5s" repeatCount="indefinite"/>
71
+ </circle>
72
+
73
+ <circle cx="60" cy="260" r="5" fill="#60A5FA" className="pulse-node">
74
+ <animate attributeName="r" values="5;7;5" dur="5s" begin="3s" repeatCount="indefinite"/>
75
+ </circle>
76
+ <circle cx="580" cy="470" r="5" fill="#60A5FA" className="pulse-node">
77
+ <animate attributeName="r" values="5;7;5" dur="5.5s" begin="4s" repeatCount="indefinite"/>
78
+ </circle>
79
+ <circle cx="780" cy="80" r="5" fill="#60A5FA" className="pulse-node">
80
+ <animate attributeName="r" values="5;7;5" dur="4.8s" begin="2s" repeatCount="indefinite"/>
81
+ </circle>
82
+
83
+ <circle cx="200" cy="100" r="3" fill="#93C5FD"/>
84
+ <circle cx="380" cy="200" r="3" fill="#93C5FD"/>
85
+ <circle cx="150" cy="320" r="3" fill="#93C5FD"/>
86
+ <circle cx="500" cy="260" r="3" fill="#93C5FD"/>
87
+ <circle cx="660" cy="220" r="3" fill="#93C5FD"/>
88
+ <circle cx="740" cy="420" r="3" fill="#93C5FD"/>
89
+ </g>
90
+ </svg>
91
+
92
+ <style>{`
93
+ .pulse-node {
94
+ filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.3));
95
+ }
96
+
97
+ @keyframes slow-pan {
98
+ 0% {
99
+ transform: scale(1.08) translateY(0px);
100
+ }
101
+ 50% {
102
+ transform: scale(1.1) translateY(-6px);
103
+ }
104
+ 100% {
105
+ transform: scale(1.08) translateY(0px);
106
+ }
107
+ }
108
+
109
+ svg {
110
+ animation: slow-pan 18s ease-in-out infinite;
111
+ }
112
+
113
+ @media (max-width: 768px) {
114
+ svg {
115
+ transform: scale(1.15);
116
+ }
117
+ }
118
+ `}</style>
124
119
  </div>);
125
120
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Portfolio.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Portfolio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyF1B,wBAAgB,SAAS,sBAqDxB"}
1
+ {"version":3,"file":"Portfolio.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Portfolio.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4F1B,wBAAgB,SAAS,sBA8DxB"}
@@ -1,6 +1,8 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
1
3
  "use client";
2
4
  import React from "react";
3
- import { PortfolioSimple } from "@nextworks/blocks-sections";
5
+ import { PortfolioSimple, } from "@nextworks/blocks-sections";
4
6
  // Default portfolio data without images - Digital Marketing Agency focused
5
7
  const defaultProjects = [
6
8
  {
@@ -80,7 +82,7 @@ const defaultFilters = [
80
82
  ];
81
83
  // Portfolio Preset Component
82
84
  export function Portfolio() {
83
- return (<section id="portfolio">
85
+ return (<section id="portfolio">
84
86
  <PortfolioSimple enableMotion={true} projects={defaultProjects} filters={defaultFilters} sectionTitle="Our Portfolio" sectionSubtitle="Discover our successful projects that have transformed businesses across various industries with innovative digital solutions." ctaTitle="Ready to Start Your Project?" ctaDescription="Let's work together to create something amazing that drives real results for your business." section={{
85
87
  className: "py-16 md:py-24 bg-background",
86
88
  }} title={{
@@ -99,6 +101,12 @@ export function Portfolio() {
99
101
  className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 [--btn-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.700)] [--btn-fg:theme(colors.white)] hover:[--btn-hover-fg:theme(colors.white)]",
100
102
  }} cta2Button={{
101
103
  className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 border-2 [--btn-bg:transparent] [--btn-fg:theme(colors.fuchsia.700)] [--btn-border:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-fg:theme(colors.white)] dark:[--btn-fg:theme(colors.fuchsia.400)] dark:[--btn-border:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-bg:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-fg:theme(colors.white)]",
102
- }} ariaLabel="Portfolio showcase section"/>
104
+ }} onProjectClick={(project) => {
105
+ console.log("Project clicked:", project);
106
+ }} onPrimaryCtaClick={() => {
107
+ console.log("CTA 1 clicked:");
108
+ }} onSecondaryCtaClick={() => {
109
+ console.log("CTA 2 clicked:");
110
+ }} ariaLabel="Portfolio showcase section"/>
103
111
  </section>);
104
112
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Pricing.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsD1B,wBAAgB,OAAO,sBAyDtB"}
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Pricing.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsD1B,wBAAgB,OAAO,sBAyDtB"}
@@ -0,0 +1,86 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import React from "react";
5
+ import { Pricing as SharedPricing } from "@nextworks/blocks-sections";
6
+ const AgencyPricingData = [
7
+ {
8
+ pricingPlanHeaderText: "Starter",
9
+ pricingPlanPrice: "$2,999",
10
+ pricingPlanFeatures: [
11
+ "5-page custom website",
12
+ "Mobile-responsive design",
13
+ "Basic SEO optimization",
14
+ "Contact form integration",
15
+ "2 rounds of revisions",
16
+ "1 month post-launch support",
17
+ ],
18
+ pricingPlanCTALabel: "Get Started",
19
+ pricingPlanCTAHref: "#contact",
20
+ },
21
+ {
22
+ pricingPlanHeaderText: "Professional",
23
+ pricingPlanPrice: "$5,999",
24
+ pricingPlanFeatures: [
25
+ "10-page custom website",
26
+ "Advanced responsive design",
27
+ "Comprehensive SEO setup",
28
+ "CMS integration",
29
+ "Analytics & tracking setup",
30
+ "Social media integration",
31
+ "3 rounds of revisions",
32
+ "3 months ongoing support",
33
+ ],
34
+ pricingPlanCTALabel: "Most Popular",
35
+ pricingPlanCTAHref: "#contact",
36
+ isPopular: true,
37
+ },
38
+ {
39
+ pricingPlanHeaderText: "Enterprise",
40
+ pricingPlanPrice: "Custom Quote",
41
+ pricingPlanFeatures: [
42
+ "Unlimited pages",
43
+ "Custom functionality",
44
+ "E-commerce integration",
45
+ "Advanced SEO strategy",
46
+ "Performance optimization",
47
+ "Third-party integrations",
48
+ "Priority support",
49
+ "Dedicated project manager",
50
+ "6 months ongoing support",
51
+ ],
52
+ pricingPlanCTALabel: "Contact Sales",
53
+ pricingPlanCTAHref: "#contact",
54
+ },
55
+ ];
56
+ export function Pricing() {
57
+ return (<section id="pricing">
58
+ <SharedPricing pricingPlans={AgencyPricingData} pricingHeadingText="Choose Your Plan" section={{
59
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-800",
60
+ }} container={{
61
+ className: "max-w-7xl mx-auto px-6",
62
+ }} heading={{
63
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-center text-gray-800 dark:text-white mb-8",
64
+ }} grid={{
65
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-8",
66
+ }} card={{
67
+ className: "relative bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-200",
68
+ }} header={{
69
+ className: "p-6 text-center border-b border-gray-200 dark:border-gray-700",
70
+ }} title={{
71
+ className: "text-xl font-bold font-poppins text-gray-800 dark:text-white mb-2",
72
+ }} price={{
73
+ className: "text-3xl font-bold font-poppins text-fuchsia-600 dark:text-fuchsia-400 mb-4",
74
+ }} features={{
75
+ className: "p-6 space-y-3 font-inter",
76
+ }} featureItem={{
77
+ className: "flex items-center text-gray-600 dark:text-gray-300 text-sm",
78
+ }} cta={{
79
+ variant: "default",
80
+ size: "lg",
81
+ className: "w-full bg-fuchsia-600 hover:bg-fuchsia-700 dark:bg-fuchsia-600 dark:hover:bg-fuchsia-700 text-white hover:text-white font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5",
82
+ }} popularBadge={{
83
+ className: "absolute -top-3 left-1/2 transform -translate-x-1/2 bg-fuchsia-600 text-white px-4 py-1 rounded-full text-sm font-medium",
84
+ }} ariaLabel="Pricing section"/>
85
+ </section>);
86
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"Process.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Process.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,wBAAgB,OAAO,sBA0BtB"}
1
+ {"version":3,"file":"Process.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Process.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,wBAAgB,OAAO,sBA0BtB"}
@@ -0,0 +1,42 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import React from "react";
5
+ import { ProcessTimeline } from "@nextworks/blocks-sections";
6
+ const agencySteps = [
7
+ {
8
+ stepNumber: 1,
9
+ title: "Discovery Call",
10
+ description: "Understanding your goals and requirements",
11
+ icon: "🔍",
12
+ },
13
+ {
14
+ stepNumber: 2,
15
+ title: "Strategy & Design",
16
+ description: "Custom mockups and project roadmap",
17
+ icon: "🎨",
18
+ },
19
+ {
20
+ stepNumber: 3,
21
+ title: "Development",
22
+ description: "Building your site with regular updates",
23
+ icon: "⚡",
24
+ },
25
+ {
26
+ stepNumber: 4,
27
+ title: "Launch & Support",
28
+ description: "Going live with ongoing maintenance",
29
+ icon: "🚀",
30
+ },
31
+ ];
32
+ export function Process() {
33
+ return (<section id="process">
34
+ <ProcessTimeline steps={agencySteps} heading="How We Work" subheading="Our proven 4-step process ensures your project delivers real results, on time and within budget." section={{
35
+ className: "py-16 md:py-20 bg-fuchsia-50 dark:bg-gray-900 [--process-step-bg:theme(colors.fuchsia.600)] [--process-step-fg:theme(colors.white)] [--process-connector:theme(colors.gray.300)] dark:[--process-connector:theme(colors.gray.600)]",
36
+ }} container={{ className: "max-w-6xl mx-auto px-6" }} headingStyle={{
37
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-gray-800 dark:text-white leading-tight",
38
+ }} subheadingStyle={{
39
+ className: "text-xl md:text-2xl font-inter text-gray-600 dark:text-gray-300 max-w-2xl mx-auto leading-relaxed",
40
+ }} connectingLine={undefined} stepCircle={undefined} ariaLabel="Process timeline section"/>
41
+ </section>);
42
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Services.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,wBAAgB,QAAQ,sBAwBvB"}
1
+ {"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Services.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,wBAAgB,QAAQ,sBAwBvB"}
@@ -0,0 +1,38 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import React from "react";
5
+ import { ServicesGrid } from "@nextworks/blocks-sections";
6
+ const defaultServicesData = [
7
+ {
8
+ icon: "💻",
9
+ title: "Web Design & Development",
10
+ description: "Custom websites that capture your brand and convert visitors into customers",
11
+ },
12
+ {
13
+ icon: "📈",
14
+ title: "SEO & Digital Marketing",
15
+ description: "Get found on Google and drive qualified traffic to your website",
16
+ },
17
+ {
18
+ icon: "🛒",
19
+ title: "E-commerce Solutions",
20
+ description: "Online stores that maximize sales and customer experience",
21
+ },
22
+ {
23
+ icon: "🎨",
24
+ title: "Brand Identity & Design",
25
+ description: "Logo, branding, and visual identity that makes you stand out",
26
+ },
27
+ ];
28
+ export function Services() {
29
+ return (<section id="services">
30
+ <ServicesGrid enableMotion={true} section={{
31
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-900",
32
+ }} container={{ className: "max-w-6xl mx-auto px-6" }} heading={{
33
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-gray-800 dark:text-white text-center mb-8 md:mb-12",
34
+ }} grid={{ className: "grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8" }} card={{
35
+ className: "bg-white dark:bg-gray-800 p-6 md:p-8 rounded-lg border border-gray-200 dark:border-gray-700 shadow-sm hover:shadow-md hover:-translate-y-1 transition-all duration-300",
36
+ }} servicesData={defaultServicesData} sectionHeading="Our Services" ariaLabel="Services section"/>
37
+ </section>);
38
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Team.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,IAAI,sBAsBnB"}
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Team.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,IAAI,sBAsBnB"}
@@ -0,0 +1,16 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import React from "react";
5
+ import { Team as SharedTeam } from "@nextworks/blocks-sections";
6
+ export function Team() {
7
+ return (<SharedTeam section={{
8
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-900",
9
+ }} card={{ className: "dark:bg-gray-800" }} heading={{
10
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold text-[var(--heading-fg)]",
11
+ }} subheading={{
12
+ className: "text-xl md:text-2xl text-[var(--subheading-fg)] max-w-2xl mx-auto leading-relaxed",
13
+ }} role={{
14
+ className: "text-md font-semibold font-poppins text-fuchsia-600 dark:text-fuchsia-400",
15
+ }} ariaLabel="Team section"/>);
16
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Testimonials.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,YAAY,sBA2D3B"}
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Testimonials.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,YAAY,sBA2D3B"}
@@ -0,0 +1,42 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
3
+ "use client";
4
+ import React from "react";
5
+ import { Testimonials as SharedTestimonials } from "@nextworks/blocks-sections";
6
+ export function Testimonials() {
7
+ return (<section id="testimonials">
8
+ <SharedTestimonials testimonialSectionHeader="What Our Customers Say" section={{
9
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-800",
10
+ }} container={{ className: "max-w-7xl mx-auto px-6" }} header={{ className: "text-center mb-12 md:mb-16" }} heading={{
11
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-gray-800 dark:text-white",
12
+ }} grid={{
13
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8",
14
+ }} card={{
15
+ className: "bg-white dark:bg-gray-900 p-6 rounded-lg shadow-md transition-transform duration-200 hover:-translate-y-1 border border-fuchsia-200/60 dark:border-fuchsia-800/40",
16
+ }} text={{
17
+ className: "text-gray-700 dark:text-gray-300 text-base leading-relaxed italic font-inter",
18
+ }} author={{
19
+ className: "text-gray-600 dark:text-gray-400 text-sm font-medium font-poppins",
20
+ }} avatar={{
21
+ className: "w-12 h-12 bg-fuchsia-600 text-white rounded-full flex items-center justify-center text-lg font-bold",
22
+ }} avatarText={{
23
+ className: "text-white font-bold",
24
+ }} testimonials={[
25
+ {
26
+ testimonialText: "Nexus Digital transformed our online presence completely.",
27
+ testimonialAuthor: "- Sarah Chen, CEO of TechFlow",
28
+ testimonialAuthorInitials: "SC",
29
+ },
30
+ {
31
+ testimonialText: "The team delivered beyond expectations.",
32
+ testimonialAuthor: "- Marcus Rodriguez, GreenLeaf Wellness",
33
+ testimonialAuthorInitials: "MR",
34
+ },
35
+ {
36
+ testimonialText: "Professional, fast, and results-driven. They understood our vision and brought it to life perfectly.",
37
+ testimonialAuthor: "- Jennifer Walsh, UrbanFit",
38
+ testimonialAuthorInitials: "JW",
39
+ },
40
+ ]} ariaLabel="Testimonials section"/>
41
+ </section>);
42
+ }
@@ -0,0 +1,2 @@
1
+ export declare function Gallery(): import("react").JSX.Element;
2
+ //# sourceMappingURL=Page.d.ts.map
@@ -7,8 +7,7 @@ type Props = React.PropsWithChildren<{
7
7
  *
8
8
  * Maps component-level CSS variables (btn, input, card, etc.) to the
9
9
  * EnhancedThemeProvider token variables applied on :root (e.g., --primary,
10
- * --foreground, --card, --ring).
11
- * Colors are driven by the selected Color Theme, not a fixed preset palette.
10
+ * --foreground, --card, --ring). Colors are driven by the selected Color Theme, not a fixed preset palette.
12
11
  */
13
12
  export declare function PresetThemeVars({ className, children }: Props): React.JSX.Element;
14
13
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/PresetThemeVars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAuE7D"}
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/PresetThemeVars.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE7D;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAuE7D"}
@@ -1,3 +1,5 @@
1
+ // AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
2
+ // Do not edit this file directly. Edit the kit source instead.
1
3
  import React from "react";
2
4
  import { cn } from "@nextworks/blocks-core";
3
5
  /**
@@ -5,8 +7,7 @@ import { cn } from "@nextworks/blocks-core";
5
7
  *
6
8
  * Maps component-level CSS variables (btn, input, card, etc.) to the
7
9
  * EnhancedThemeProvider token variables applied on :root (e.g., --primary,
8
- * --foreground, --card, --ring).
9
- * Colors are driven by the selected Color Theme, not a fixed preset palette.
10
+ * --foreground, --card, --ring). Colors are driven by the selected Color Theme, not a fixed preset palette.
10
11
  */
11
12
  export function PresetThemeVars({ className, children }) {
12
13
  return (<div className={cn(
@@ -27,7 +28,7 @@ export function PresetThemeVars({ className, children }) {
27
28
  // Table (optional)
28
29
  "[--table-fg:inherit]", "[--table-muted-fg:var(--muted-foreground)]", "[--table-head-fg:var(--foreground)]", "[--table-border:var(--border)]", "[--table-row-hover-bg:var(--muted)]",
29
30
  // Navbar
30
- "[--navbar-toggle-bg:var(--background)]", "[--navbar-hover-bg:color-mix(in oklab, var(--primary) 12%, transparent)]", "[--navbar-ring:var(--ring)]", "[--navbar-border:var(--border)]", "[--navbar-accent:var(--foreground)]", className)}>
31
- {children}
31
+ "[--navbar-toggle-bg:var(--background)]", "[--navbar-hover-bg:color-mix(in oklab, var(--primary) 12%, transparent)]", "[--navbar-ring:var(--ring)]", "[--navbar-border:var(--border)]", "[--navbar-accent:var(--foreground)]", className)}>
32
+ {children}
32
33
  </div>);
33
34
  }
@@ -1 +1 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/page.tsx"],"names":[],"mappings":"AA2BA,MAAM,CAAC,OAAO,UAAU,OAAO,gCAqR9B"}
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/gallery/Page.tsx"],"names":[],"mappings":"AA0BA,wBAAgB,OAAO,gCAoRtB"}