@nextworks/blocks-templates 0.1.0-alpha.0

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 (193) hide show
  1. package/README.md +42 -0
  2. package/dist/index.d.ts +5 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +4 -0
  5. package/dist/templates/digitalagency/Page.d.ts +3 -0
  6. package/dist/templates/digitalagency/Page.d.ts.map +1 -0
  7. package/dist/templates/digitalagency/Page.js +18 -0
  8. package/dist/templates/digitalagency/Page.jsx +33 -0
  9. package/dist/templates/digitalagency/PresetThemeVars.d.ts +11 -0
  10. package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -0
  11. package/dist/templates/digitalagency/PresetThemeVars.js +29 -0
  12. package/dist/templates/digitalagency/PresetThemeVars.jsx +31 -0
  13. package/dist/templates/digitalagency/components/About.d.ts +3 -0
  14. package/dist/templates/digitalagency/components/About.d.ts.map +1 -0
  15. package/dist/templates/digitalagency/components/About.js +45 -0
  16. package/dist/templates/digitalagency/components/About.jsx +43 -0
  17. package/dist/templates/digitalagency/components/CTA.d.ts +3 -0
  18. package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -0
  19. package/dist/templates/digitalagency/components/CTA.js +33 -0
  20. package/dist/templates/digitalagency/components/CTA.jsx +31 -0
  21. package/dist/templates/digitalagency/components/Contact.d.ts +3 -0
  22. package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -0
  23. package/dist/templates/digitalagency/components/Contact.js +91 -0
  24. package/dist/templates/digitalagency/components/Contact.jsx +91 -0
  25. package/dist/templates/digitalagency/components/Footer.d.ts +8 -0
  26. package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -0
  27. package/dist/templates/digitalagency/components/Footer.js +58 -0
  28. package/dist/templates/digitalagency/components/Footer.jsx +58 -0
  29. package/dist/templates/digitalagency/components/Hero.d.ts +7 -0
  30. package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -0
  31. package/dist/templates/digitalagency/components/Hero.js +69 -0
  32. package/dist/templates/digitalagency/components/Hero.jsx +71 -0
  33. package/dist/templates/digitalagency/components/Navbar.d.ts +21 -0
  34. package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -0
  35. package/dist/templates/digitalagency/components/Navbar.js +86 -0
  36. package/dist/templates/digitalagency/components/Navbar.jsx +85 -0
  37. package/dist/templates/digitalagency/components/NetworkPattern.d.ts +8 -0
  38. package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -0
  39. package/dist/templates/digitalagency/components/NetworkPattern.js +38 -0
  40. package/dist/templates/digitalagency/components/NetworkPattern.jsx +128 -0
  41. package/dist/templates/digitalagency/components/Portfolio.d.ts +3 -0
  42. package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -0
  43. package/dist/templates/digitalagency/components/Portfolio.js +108 -0
  44. package/dist/templates/digitalagency/components/Portfolio.jsx +110 -0
  45. package/dist/templates/digitalagency/components/Pricing.d.ts +3 -0
  46. package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -0
  47. package/dist/templates/digitalagency/components/Pricing.js +82 -0
  48. package/dist/templates/digitalagency/components/Pricing.jsx +84 -0
  49. package/dist/templates/digitalagency/components/Process.d.ts +3 -0
  50. package/dist/templates/digitalagency/components/Process.d.ts.map +1 -0
  51. package/dist/templates/digitalagency/components/Process.js +38 -0
  52. package/dist/templates/digitalagency/components/Process.jsx +40 -0
  53. package/dist/templates/digitalagency/components/Services.d.ts +3 -0
  54. package/dist/templates/digitalagency/components/Services.d.ts.map +1 -0
  55. package/dist/templates/digitalagency/components/Services.js +34 -0
  56. package/dist/templates/digitalagency/components/Services.jsx +36 -0
  57. package/dist/templates/digitalagency/components/Team.d.ts +3 -0
  58. package/dist/templates/digitalagency/components/Team.d.ts.map +1 -0
  59. package/dist/templates/digitalagency/components/Team.js +14 -0
  60. package/dist/templates/digitalagency/components/Team.jsx +14 -0
  61. package/dist/templates/digitalagency/components/Testimonials.d.ts +3 -0
  62. package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -0
  63. package/dist/templates/digitalagency/components/Testimonials.js +38 -0
  64. package/dist/templates/digitalagency/components/Testimonials.jsx +40 -0
  65. package/dist/templates/gallery/PresetThemeVars.d.ts +15 -0
  66. package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -0
  67. package/dist/templates/gallery/PresetThemeVars.js +31 -0
  68. package/dist/templates/gallery/PresetThemeVars.jsx +33 -0
  69. package/dist/templates/gallery/page.d.ts +2 -0
  70. package/dist/templates/gallery/page.d.ts.map +1 -0
  71. package/dist/templates/gallery/page.js +151 -0
  72. package/dist/templates/gallery/page.jsx +216 -0
  73. package/dist/templates/productlaunch/Page.d.ts +2 -0
  74. package/dist/templates/productlaunch/Page.d.ts.map +1 -0
  75. package/dist/templates/productlaunch/Page.js +20 -0
  76. package/dist/templates/productlaunch/Page.jsx +42 -0
  77. package/dist/templates/productlaunch/PresetThemeVars.d.ts +16 -0
  78. package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -0
  79. package/dist/templates/productlaunch/PresetThemeVars.js +28 -0
  80. package/dist/templates/productlaunch/PresetThemeVars.jsx +30 -0
  81. package/dist/templates/productlaunch/components/About.d.ts +15 -0
  82. package/dist/templates/productlaunch/components/About.d.ts.map +1 -0
  83. package/dist/templates/productlaunch/components/About.js +59 -0
  84. package/dist/templates/productlaunch/components/About.jsx +57 -0
  85. package/dist/templates/productlaunch/components/CTA.d.ts +3 -0
  86. package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -0
  87. package/dist/templates/productlaunch/components/CTA.js +39 -0
  88. package/dist/templates/productlaunch/components/CTA.jsx +37 -0
  89. package/dist/templates/productlaunch/components/Contact.d.ts +3 -0
  90. package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -0
  91. package/dist/templates/productlaunch/components/Contact.js +93 -0
  92. package/dist/templates/productlaunch/components/Contact.jsx +93 -0
  93. package/dist/templates/productlaunch/components/FAQ.d.ts +7 -0
  94. package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -0
  95. package/dist/templates/productlaunch/components/FAQ.js +64 -0
  96. package/dist/templates/productlaunch/components/FAQ.jsx +63 -0
  97. package/dist/templates/productlaunch/components/Features.d.ts +6 -0
  98. package/dist/templates/productlaunch/components/Features.d.ts.map +1 -0
  99. package/dist/templates/productlaunch/components/Features.js +52 -0
  100. package/dist/templates/productlaunch/components/Features.jsx +51 -0
  101. package/dist/templates/productlaunch/components/Footer.d.ts +5 -0
  102. package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -0
  103. package/dist/templates/productlaunch/components/Footer.js +103 -0
  104. package/dist/templates/productlaunch/components/Footer.jsx +102 -0
  105. package/dist/templates/productlaunch/components/Hero.d.ts +6 -0
  106. package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -0
  107. package/dist/templates/productlaunch/components/Hero.js +70 -0
  108. package/dist/templates/productlaunch/components/Hero.jsx +69 -0
  109. package/dist/templates/productlaunch/components/Navbar.d.ts +25 -0
  110. package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -0
  111. package/dist/templates/productlaunch/components/Navbar.js +82 -0
  112. package/dist/templates/productlaunch/components/Navbar.jsx +81 -0
  113. package/dist/templates/productlaunch/components/Pricing.d.ts +5 -0
  114. package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -0
  115. package/dist/templates/productlaunch/components/Pricing.js +77 -0
  116. package/dist/templates/productlaunch/components/Pricing.jsx +76 -0
  117. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +5 -0
  118. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -0
  119. package/dist/templates/productlaunch/components/ProcessTimeline.js +63 -0
  120. package/dist/templates/productlaunch/components/ProcessTimeline.jsx +62 -0
  121. package/dist/templates/productlaunch/components/ServicesGrid.d.ts +5 -0
  122. package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -0
  123. package/dist/templates/productlaunch/components/ServicesGrid.js +41 -0
  124. package/dist/templates/productlaunch/components/ServicesGrid.jsx +40 -0
  125. package/dist/templates/productlaunch/components/Team.d.ts +5 -0
  126. package/dist/templates/productlaunch/components/Team.d.ts.map +1 -0
  127. package/dist/templates/productlaunch/components/Team.js +72 -0
  128. package/dist/templates/productlaunch/components/Team.jsx +71 -0
  129. package/dist/templates/productlaunch/components/Testimonials.d.ts +5 -0
  130. package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -0
  131. package/dist/templates/productlaunch/components/Testimonials.js +55 -0
  132. package/dist/templates/productlaunch/components/Testimonials.jsx +54 -0
  133. package/dist/templates/productlaunch/components/TrustBadges.d.ts +5 -0
  134. package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -0
  135. package/dist/templates/productlaunch/components/TrustBadges.js +50 -0
  136. package/dist/templates/productlaunch/components/TrustBadges.jsx +49 -0
  137. package/dist/templates/saasdashboard/Page.d.ts +2 -0
  138. package/dist/templates/saasdashboard/Page.d.ts.map +1 -0
  139. package/dist/templates/saasdashboard/Page.js +15 -0
  140. package/dist/templates/saasdashboard/Page.jsx +35 -0
  141. package/dist/templates/saasdashboard/PresetThemeVars.d.ts +11 -0
  142. package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -0
  143. package/dist/templates/saasdashboard/PresetThemeVars.js +27 -0
  144. package/dist/templates/saasdashboard/PresetThemeVars.jsx +29 -0
  145. package/dist/templates/saasdashboard/components/Contact.d.ts +3 -0
  146. package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -0
  147. package/dist/templates/saasdashboard/components/Contact.js +83 -0
  148. package/dist/templates/saasdashboard/components/Contact.jsx +90 -0
  149. package/dist/templates/saasdashboard/components/Dashboard.d.ts +21 -0
  150. package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -0
  151. package/dist/templates/saasdashboard/components/Dashboard.js +120 -0
  152. package/dist/templates/saasdashboard/components/Dashboard.jsx +168 -0
  153. package/dist/templates/saasdashboard/components/FAQ.d.ts +2 -0
  154. package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -0
  155. package/dist/templates/saasdashboard/components/FAQ.js +35 -0
  156. package/dist/templates/saasdashboard/components/FAQ.jsx +34 -0
  157. package/dist/templates/saasdashboard/components/Features.d.ts +2 -0
  158. package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -0
  159. package/dist/templates/saasdashboard/components/Features.js +55 -0
  160. package/dist/templates/saasdashboard/components/Features.jsx +54 -0
  161. package/dist/templates/saasdashboard/components/Footer.d.ts +2 -0
  162. package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -0
  163. package/dist/templates/saasdashboard/components/Footer.js +52 -0
  164. package/dist/templates/saasdashboard/components/Footer.jsx +51 -0
  165. package/dist/templates/saasdashboard/components/Hero.d.ts +2 -0
  166. package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -0
  167. package/dist/templates/saasdashboard/components/Hero.js +65 -0
  168. package/dist/templates/saasdashboard/components/Hero.jsx +70 -0
  169. package/dist/templates/saasdashboard/components/Hero_mask.d.ts +3 -0
  170. package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -0
  171. package/dist/templates/saasdashboard/components/Hero_mask.js +73 -0
  172. package/dist/templates/saasdashboard/components/Hero_mask.jsx +85 -0
  173. package/dist/templates/saasdashboard/components/Navbar.d.ts +25 -0
  174. package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -0
  175. package/dist/templates/saasdashboard/components/Navbar.js +83 -0
  176. package/dist/templates/saasdashboard/components/Navbar.jsx +84 -0
  177. package/dist/templates/saasdashboard/components/Pricing.d.ts +2 -0
  178. package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -0
  179. package/dist/templates/saasdashboard/components/Pricing.js +65 -0
  180. package/dist/templates/saasdashboard/components/Pricing.jsx +64 -0
  181. package/dist/templates/saasdashboard/components/SmoothScroll.d.ts +2 -0
  182. package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -0
  183. package/dist/templates/saasdashboard/components/SmoothScroll.js +87 -0
  184. package/dist/templates/saasdashboard/components/SmoothScroll.jsx +87 -0
  185. package/dist/templates/saasdashboard/components/Testimonials.d.ts +2 -0
  186. package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -0
  187. package/dist/templates/saasdashboard/components/Testimonials.js +35 -0
  188. package/dist/templates/saasdashboard/components/Testimonials.jsx +39 -0
  189. package/dist/templates/saasdashboard/components/TrustBadges.d.ts +2 -0
  190. package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -0
  191. package/dist/templates/saasdashboard/components/TrustBadges.js +37 -0
  192. package/dist/templates/saasdashboard/components/TrustBadges.jsx +36 -0
  193. package/package.json +27 -0
@@ -0,0 +1,63 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { ProcessTimeline as SharedProcessTimeline } from "@nextworks/blocks-sections";
4
+ /**
5
+ * Product Launch preset for ProcessTimeline wired to the upgraded shared ProcessTimeline component
6
+ */
7
+ export function ProcessTimeline() {
8
+ const steps = [
9
+ {
10
+ stepNumber: 1,
11
+ title: "Instant AI Assessment",
12
+ description: "Get your personalized AI readiness report in minutes. Our intelligent system analyzes your data and identifies breakthrough opportunities.",
13
+ icon: "🧠",
14
+ },
15
+ {
16
+ stepNumber: 2,
17
+ title: "Smart AI Configuration",
18
+ description: "Our AI configures itself for your business. No coding required - just tell us your goals and watch the magic happen.",
19
+ icon: "⚙️",
20
+ },
21
+ {
22
+ stepNumber: 3,
23
+ title: "Real-time AI Training",
24
+ description: "Watch your AI learn and improve in real-time. Our breakthrough algorithms adapt to your data patterns instantly.",
25
+ icon: "🎯",
26
+ },
27
+ {
28
+ stepNumber: 4,
29
+ title: "Launch & Scale",
30
+ description: "Deploy your AI in minutes, not months. Continuous learning ensures your AI gets smarter every day.",
31
+ icon: "🚀",
32
+ },
33
+ ];
34
+ return (_jsx(SharedProcessTimeline, { steps: steps, heading: "How AI Gets Done in Minutes", subheading: "Experience the future of AI deployment with our revolutionary 4-step process that transforms your business in real-time.", section: { className: "py-20 md:py-24 bg-white dark:bg-black" }, container: { className: "max-w-6xl mx-auto px-6 md:px-12" }, header: { className: "space-y-6 mb-16 md:mb-20 text-center" }, headingStyle: {
35
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white leading-tight font-outfit",
36
+ }, subheadingStyle: {
37
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed font-inter",
38
+ }, timelineContainer: { className: "w-full max-w-5xl mx-auto" }, desktopTimeline: {
39
+ className: "hidden lg:flex justify-between items-start relative w-full",
40
+ }, connectingLine: {
41
+ className: "absolute top-8 left-15 right-15 h-1 bg-purple-300 dark:bg-purple-600 z-10",
42
+ }, stepContainer: {
43
+ className: "flex flex-col items-center space-y-6 flex-1 max-w-56 relative z-20",
44
+ }, stepCircle: {
45
+ className: "w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-700 dark:from-purple-500 dark:to-purple-600 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl hover:shadow-purple-500/50 transition-all duration-300 hover:-translate-y-1 hover:scale-110 relative z-30",
46
+ }, stepNumber: { className: "text-white font-bold text-2xl font-outfit" }, stepIcon: { className: "text-3xl md:text-4xl mb-3" }, stepContent: { className: "space-y-3 text-center" }, stepTitle: {
47
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
48
+ }, stepDescription: {
49
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
50
+ }, mobileTimeline: {
51
+ className: "flex lg:hidden flex-col space-y-10 w-full",
52
+ }, mobileStep: { className: "flex items-start relative" }, mobileVerticalLine: {
53
+ className: "absolute left-8 top-16 bottom-[-2.5rem] w-1 bg-purple-300 dark:bg-purple-600 z-10",
54
+ }, mobileStepCircle: {
55
+ className: "w-16 h-16 bg-purple-600 dark:bg-purple-500 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl transition-all duration-300 hover:-translate-y-1 flex-shrink-0 mr-8 z-20",
56
+ }, mobileStepContent: {
57
+ className: "flex flex-col items-start space-y-4 flex-1 pt-2",
58
+ }, mobileStepIcon: { className: "text-3xl md:text-4xl" }, mobileStepTitle: {
59
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
60
+ }, mobileStepDescription: {
61
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
62
+ }, ariaLabel: "IntelliOpAI process timeline" }));
63
+ }
@@ -0,0 +1,62 @@
1
+ "use client";
2
+ import { ProcessTimeline as SharedProcessTimeline } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset for ProcessTimeline wired to the upgraded shared ProcessTimeline component
5
+ */
6
+ export function ProcessTimeline() {
7
+ const steps = [
8
+ {
9
+ stepNumber: 1,
10
+ title: "Instant AI Assessment",
11
+ description: "Get your personalized AI readiness report in minutes. Our intelligent system analyzes your data and identifies breakthrough opportunities.",
12
+ icon: "🧠",
13
+ },
14
+ {
15
+ stepNumber: 2,
16
+ title: "Smart AI Configuration",
17
+ description: "Our AI configures itself for your business. No coding required - just tell us your goals and watch the magic happen.",
18
+ icon: "⚙️",
19
+ },
20
+ {
21
+ stepNumber: 3,
22
+ title: "Real-time AI Training",
23
+ description: "Watch your AI learn and improve in real-time. Our breakthrough algorithms adapt to your data patterns instantly.",
24
+ icon: "🎯",
25
+ },
26
+ {
27
+ stepNumber: 4,
28
+ title: "Launch & Scale",
29
+ description: "Deploy your AI in minutes, not months. Continuous learning ensures your AI gets smarter every day.",
30
+ icon: "🚀",
31
+ },
32
+ ];
33
+ return (<SharedProcessTimeline steps={steps} heading="How AI Gets Done in Minutes" subheading="Experience the future of AI deployment with our revolutionary 4-step process that transforms your business in real-time." section={{ className: "py-20 md:py-24 bg-white dark:bg-black" }} container={{ className: "max-w-6xl mx-auto px-6 md:px-12" }} header={{ className: "space-y-6 mb-16 md:mb-20 text-center" }} headingStyle={{
34
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white leading-tight font-outfit",
35
+ }} subheadingStyle={{
36
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed font-inter",
37
+ }} timelineContainer={{ className: "w-full max-w-5xl mx-auto" }} desktopTimeline={{
38
+ className: "hidden lg:flex justify-between items-start relative w-full",
39
+ }} connectingLine={{
40
+ className: "absolute top-8 left-15 right-15 h-1 bg-purple-300 dark:bg-purple-600 z-10",
41
+ }} stepContainer={{
42
+ className: "flex flex-col items-center space-y-6 flex-1 max-w-56 relative z-20",
43
+ }} stepCircle={{
44
+ className: "w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-700 dark:from-purple-500 dark:to-purple-600 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl hover:shadow-purple-500/50 transition-all duration-300 hover:-translate-y-1 hover:scale-110 relative z-30",
45
+ }} stepNumber={{ className: "text-white font-bold text-2xl font-outfit" }} stepIcon={{ className: "text-3xl md:text-4xl mb-3" }} stepContent={{ className: "space-y-3 text-center" }} stepTitle={{
46
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
47
+ }} stepDescription={{
48
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
49
+ }} mobileTimeline={{
50
+ className: "flex lg:hidden flex-col space-y-10 w-full",
51
+ }} mobileStep={{ className: "flex items-start relative" }} mobileVerticalLine={{
52
+ className: "absolute left-8 top-16 bottom-[-2.5rem] w-1 bg-purple-300 dark:bg-purple-600 z-10",
53
+ }} mobileStepCircle={{
54
+ className: "w-16 h-16 bg-purple-600 dark:bg-purple-500 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl transition-all duration-300 hover:-translate-y-1 flex-shrink-0 mr-8 z-20",
55
+ }} mobileStepContent={{
56
+ className: "flex flex-col items-start space-y-4 flex-1 pt-2",
57
+ }} mobileStepIcon={{ className: "text-3xl md:text-4xl" }} mobileStepTitle={{
58
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
59
+ }} mobileStepDescription={{
60
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
61
+ }} ariaLabel="IntelliOpAI process timeline"/>);
62
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for ServicesGrid wired to the upgraded shared ServicesGrid component
3
+ */
4
+ export declare function ServicesGrid(): import("react").JSX.Element;
5
+ //# sourceMappingURL=ServicesGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServicesGrid.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ServicesGrid.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCA4D3B"}
@@ -0,0 +1,41 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { ServicesGrid as SharedServicesGrid } from "@nextworks/blocks-sections";
4
+ /**
5
+ * Product Launch preset for ServicesGrid wired to the upgraded shared ServicesGrid component
6
+ */
7
+ export function ServicesGrid() {
8
+ const servicesData = [
9
+ {
10
+ icon: "🤖",
11
+ title: "AI Automation Solutions",
12
+ description: "Streamline your business processes with intelligent automation that reduces manual work and increases efficiency by up to 80%.",
13
+ },
14
+ {
15
+ icon: "📊",
16
+ title: "Predictive Analytics",
17
+ description: "Make data-driven decisions with AI-powered insights that predict trends, optimize operations, and maximize ROI.",
18
+ },
19
+ {
20
+ icon: "💬",
21
+ title: "Intelligent Chatbots",
22
+ description: "Enhance customer experience with AI chatbots that provide instant, accurate responses 24/7 and reduce support costs.",
23
+ },
24
+ {
25
+ icon: "🔍",
26
+ title: "Smart Document Processing",
27
+ description: "Extract and analyze information from documents automatically, reducing processing time by 90% and improving accuracy.",
28
+ },
29
+ ];
30
+ return (_jsx(SharedServicesGrid, { enableMotion: true, sectionHeading: "AI-Powered Solutions", servicesData: servicesData, section: { className: "py-20 md:py-24 lg:py-28 bg-white dark:bg-black" }, container: { className: "max-w-6xl mx-auto px-6 md:px-8 lg:px-12" }, heading: {
31
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center mb-12 md:mb-16 font-outfit",
32
+ }, grid: { className: "grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-10" }, card: {
33
+ className: "bg-white dark:bg-gray-800 p-8 md:p-10 rounded-xl border border-gray-200 dark:border-gray-700 shadow-lg hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 group",
34
+ }, cardContent: { className: "flex flex-col items-start h-full space-y-6" }, icon: {
35
+ className: "text-5xl md:text-6xl group-hover:scale-110 transition-transform duration-300",
36
+ }, title: {
37
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
38
+ }, description: {
39
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter flex-1",
40
+ }, ariaLabel: "IntelliOpAI services section" }));
41
+ }
@@ -0,0 +1,40 @@
1
+ "use client";
2
+ import { ServicesGrid as SharedServicesGrid } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset for ServicesGrid wired to the upgraded shared ServicesGrid component
5
+ */
6
+ export function ServicesGrid() {
7
+ const servicesData = [
8
+ {
9
+ icon: "🤖",
10
+ title: "AI Automation Solutions",
11
+ description: "Streamline your business processes with intelligent automation that reduces manual work and increases efficiency by up to 80%.",
12
+ },
13
+ {
14
+ icon: "📊",
15
+ title: "Predictive Analytics",
16
+ description: "Make data-driven decisions with AI-powered insights that predict trends, optimize operations, and maximize ROI.",
17
+ },
18
+ {
19
+ icon: "💬",
20
+ title: "Intelligent Chatbots",
21
+ description: "Enhance customer experience with AI chatbots that provide instant, accurate responses 24/7 and reduce support costs.",
22
+ },
23
+ {
24
+ icon: "🔍",
25
+ title: "Smart Document Processing",
26
+ description: "Extract and analyze information from documents automatically, reducing processing time by 90% and improving accuracy.",
27
+ },
28
+ ];
29
+ return (<SharedServicesGrid enableMotion={true} sectionHeading="AI-Powered Solutions" servicesData={servicesData} section={{ className: "py-20 md:py-24 lg:py-28 bg-white dark:bg-black" }} container={{ className: "max-w-6xl mx-auto px-6 md:px-8 lg:px-12" }} heading={{
30
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center mb-12 md:mb-16 font-outfit",
31
+ }} grid={{ className: "grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-10" }} card={{
32
+ className: "bg-white dark:bg-gray-800 p-8 md:p-10 rounded-xl border border-gray-200 dark:border-gray-700 shadow-lg hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 group",
33
+ }} cardContent={{ className: "flex flex-col items-start h-full space-y-6" }} icon={{
34
+ className: "text-5xl md:text-6xl group-hover:scale-110 transition-transform duration-300",
35
+ }} title={{
36
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
37
+ }} description={{
38
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter flex-1",
39
+ }} ariaLabel="IntelliOpAI services section"/>);
40
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for Team wired to the upgraded shared Team component
3
+ */
4
+ export declare function Team(): import("react").JSX.Element;
5
+ //# sourceMappingURL=Team.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Team.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,IAAI,gCAgGnB"}
@@ -0,0 +1,72 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { Team as SharedTeam } from "@nextworks/blocks-sections";
4
+ /**
5
+ * Product Launch preset for Team wired to the upgraded shared Team component
6
+ */
7
+ export function Team() {
8
+ const teamMembers = [
9
+ {
10
+ name: "Dr. Sarah Chen",
11
+ role: "Chief AI Officer",
12
+ bio: "Leading AI researcher with 15+ years in machine learning and neural networks. PhD from MIT.",
13
+ avatar: "👩‍🔬",
14
+ socialLinks: [
15
+ { platform: "LinkedIn", url: "#", icon: "💼" },
16
+ { platform: "Twitter", url: "#", icon: "🐦" },
17
+ { platform: "GitHub", url: "#", icon: "💻" },
18
+ ],
19
+ },
20
+ {
21
+ name: "Marcus Rodriguez",
22
+ role: "Head of AI Engineering",
23
+ bio: "Full-stack AI engineer specializing in scalable ML systems and cloud infrastructure.",
24
+ avatar: "👨‍💻",
25
+ socialLinks: [
26
+ { platform: "LinkedIn", url: "#", icon: "💼" },
27
+ { platform: "GitHub", url: "#", icon: "💻" },
28
+ ],
29
+ },
30
+ {
31
+ name: "Dr. Emily Watson",
32
+ role: "AI Research Director",
33
+ bio: "Expert in natural language processing and computer vision with 12+ years of research experience.",
34
+ avatar: "👩‍🎓",
35
+ socialLinks: [
36
+ { platform: "LinkedIn", url: "#", icon: "💼" },
37
+ { platform: "Twitter", url: "#", icon: "🐦" },
38
+ ],
39
+ },
40
+ {
41
+ name: "Alex Kim",
42
+ role: "AI Product Manager",
43
+ bio: "Strategic leader focused on bringing AI solutions to market with deep understanding of business needs.",
44
+ avatar: "👨‍💼",
45
+ socialLinks: [
46
+ { platform: "LinkedIn", url: "#", icon: "💼" },
47
+ { platform: "Twitter", url: "#", icon: "🐦" },
48
+ ],
49
+ },
50
+ ];
51
+ return (_jsx(SharedTeam, { teamHeadingText: "Meet the AI Experts", teamSubheadingText: "Our world-class team of AI researchers, engineers, and strategists working to revolutionize your business with cutting-edge artificial intelligence.", teamMembers: teamMembers, section: {
52
+ className: "py-20 md:py-24 lg:py-28 bg-gray-50 dark:bg-gray-900",
53
+ }, container: { className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }, header: { className: "space-y-16 items-center" }, heading: {
54
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
55
+ }, subheading: {
56
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 opacity-90 leading-relaxed text-center max-w-4xl mx-auto font-inter",
57
+ }, grid: {
58
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 md:gap-10 w-full",
59
+ }, card: {
60
+ className: "bg-white dark:bg-gray-800 p-8 rounded-xl shadow-lg text-center transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl group border border-gray-200 dark:border-gray-700",
61
+ }, cardContent: { className: "flex flex-col items-center space-y-6" }, avatar: {
62
+ className: "text-5xl md:text-6xl mb-3 group-hover:scale-110 transition-transform duration-300",
63
+ }, name: {
64
+ className: "text-lg md:text-xl font-bold text-gray-800 dark:text-white font-outfit group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
65
+ }, role: {
66
+ className: "text-base font-semibold text-purple-600 dark:text-purple-400 font-inter",
67
+ }, bio: {
68
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 opacity-90 leading-relaxed font-inter",
69
+ }, socialLinks: { className: "flex gap-4 mt-4" }, socialLink: {
70
+ className: "text-xl text-purple-600 hover:text-purple-700 dark:text-purple-400 dark:hover:text-purple-300 transition-colors duration-200 hover:scale-110 transform",
71
+ }, ariaLabel: "IntelliOpAI team section" }));
72
+ }
@@ -0,0 +1,71 @@
1
+ "use client";
2
+ import { Team as SharedTeam } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset for Team wired to the upgraded shared Team component
5
+ */
6
+ export function Team() {
7
+ const teamMembers = [
8
+ {
9
+ name: "Dr. Sarah Chen",
10
+ role: "Chief AI Officer",
11
+ bio: "Leading AI researcher with 15+ years in machine learning and neural networks. PhD from MIT.",
12
+ avatar: "👩‍🔬",
13
+ socialLinks: [
14
+ { platform: "LinkedIn", url: "#", icon: "💼" },
15
+ { platform: "Twitter", url: "#", icon: "🐦" },
16
+ { platform: "GitHub", url: "#", icon: "💻" },
17
+ ],
18
+ },
19
+ {
20
+ name: "Marcus Rodriguez",
21
+ role: "Head of AI Engineering",
22
+ bio: "Full-stack AI engineer specializing in scalable ML systems and cloud infrastructure.",
23
+ avatar: "👨‍💻",
24
+ socialLinks: [
25
+ { platform: "LinkedIn", url: "#", icon: "💼" },
26
+ { platform: "GitHub", url: "#", icon: "💻" },
27
+ ],
28
+ },
29
+ {
30
+ name: "Dr. Emily Watson",
31
+ role: "AI Research Director",
32
+ bio: "Expert in natural language processing and computer vision with 12+ years of research experience.",
33
+ avatar: "👩‍🎓",
34
+ socialLinks: [
35
+ { platform: "LinkedIn", url: "#", icon: "💼" },
36
+ { platform: "Twitter", url: "#", icon: "🐦" },
37
+ ],
38
+ },
39
+ {
40
+ name: "Alex Kim",
41
+ role: "AI Product Manager",
42
+ bio: "Strategic leader focused on bringing AI solutions to market with deep understanding of business needs.",
43
+ avatar: "👨‍💼",
44
+ socialLinks: [
45
+ { platform: "LinkedIn", url: "#", icon: "💼" },
46
+ { platform: "Twitter", url: "#", icon: "🐦" },
47
+ ],
48
+ },
49
+ ];
50
+ return (<SharedTeam teamHeadingText="Meet the AI Experts" teamSubheadingText="Our world-class team of AI researchers, engineers, and strategists working to revolutionize your business with cutting-edge artificial intelligence." teamMembers={teamMembers} section={{
51
+ className: "py-20 md:py-24 lg:py-28 bg-gray-50 dark:bg-gray-900",
52
+ }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "space-y-16 items-center" }} heading={{
53
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
54
+ }} subheading={{
55
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 opacity-90 leading-relaxed text-center max-w-4xl mx-auto font-inter",
56
+ }} grid={{
57
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 md:gap-10 w-full",
58
+ }} card={{
59
+ className: "bg-white dark:bg-gray-800 p-8 rounded-xl shadow-lg text-center transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl group border border-gray-200 dark:border-gray-700",
60
+ }} cardContent={{ className: "flex flex-col items-center space-y-6" }} avatar={{
61
+ className: "text-5xl md:text-6xl mb-3 group-hover:scale-110 transition-transform duration-300",
62
+ }} name={{
63
+ className: "text-lg md:text-xl font-bold text-gray-800 dark:text-white font-outfit group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
64
+ }} role={{
65
+ className: "text-base font-semibold text-purple-600 dark:text-purple-400 font-inter",
66
+ }} bio={{
67
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 opacity-90 leading-relaxed font-inter",
68
+ }} socialLinks={{ className: "flex gap-4 mt-4" }} socialLink={{
69
+ className: "text-xl text-purple-600 hover:text-purple-700 dark:text-purple-400 dark:hover:text-purple-300 transition-colors duration-200 hover:scale-110 transform",
70
+ }} ariaLabel="IntelliOpAI team section"/>);
71
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for Testimonials wired to the upgraded shared Testimonials component
3
+ */
4
+ export declare function Testimonials(): import("react").JSX.Element;
5
+ //# sourceMappingURL=Testimonials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Testimonials.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCAiF3B"}
@@ -0,0 +1,55 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { Testimonials as SharedTestimonials } from "@nextworks/blocks-sections";
4
+ /**
5
+ * Product Launch preset for Testimonials wired to the upgraded shared Testimonials component
6
+ */
7
+ export function Testimonials() {
8
+ const testimonials = [
9
+ {
10
+ testimonialText: "IntelliOpAI has completely transformed our workflow. The AI-powered automation saves us 40+ hours per week, and the accuracy is incredible.",
11
+ testimonialAuthor: " - Sarah Johnson, CEO at TechCorp",
12
+ testimonialAuthorInitials: "SJ",
13
+ },
14
+ {
15
+ testimonialText: "The machine learning capabilities are outstanding. We've seen a 300% increase in productivity since implementing their AI solutions.",
16
+ testimonialAuthor: " - Michael Chen, CTO at InnovateLab",
17
+ testimonialAuthorInitials: "MC",
18
+ },
19
+ {
20
+ testimonialText: "Game-changing technology! The AI insights have helped us make better decisions and scale our business faster than ever before.",
21
+ testimonialAuthor: " - Emily Rodriguez, VP Operations at GrowthCo",
22
+ testimonialAuthorInitials: "ER",
23
+ },
24
+ {
25
+ testimonialText: "The implementation was seamless and the results exceeded our expectations. Our team loves working with the AI-powered tools.",
26
+ testimonialAuthor: " - David Kim, Head of Engineering at StartupXYZ",
27
+ testimonialAuthorInitials: "DK",
28
+ },
29
+ {
30
+ testimonialText: "IntelliOpAI's natural language processing capabilities have revolutionized how we handle customer support. Response times improved by 80%.",
31
+ testimonialAuthor: " - Lisa Wang, Customer Success Director at ServicePro",
32
+ testimonialAuthorInitials: "LW",
33
+ },
34
+ {
35
+ testimonialText: "The predictive analytics features are phenomenal. We can now forecast trends and make data-driven decisions with confidence.",
36
+ testimonialAuthor: " - James Thompson, Data Science Lead at AnalyticsPlus",
37
+ testimonialAuthorInitials: "JT",
38
+ },
39
+ ];
40
+ return (_jsx(SharedTestimonials, { id: "testimonials", testimonials: testimonials, testimonialSectionHeader: "What Our AI Customers Say", section: {
41
+ className: "py-20 md:py-24 lg:py-28 bg-gray-50 dark:bg-gray-900",
42
+ }, container: { className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }, header: { className: "text-center mb-16" }, heading: {
43
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
44
+ }, grid: {
45
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10",
46
+ }, card: {
47
+ className: "bg-white dark:bg-gray-800 p-8 rounded-xl shadow-lg transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl hover:shadow-purple-500/10 group border border-gray-200 dark:border-gray-700 hover:border-purple-300 dark:hover:border-purple-600",
48
+ }, content: { className: "flex flex-col space-y-6" }, text: {
49
+ className: "text-gray-700 dark:text-gray-300 text-base md:text-lg leading-relaxed italic font-inter group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
50
+ }, author: {
51
+ className: "text-gray-600 dark:text-gray-400 text-sm md:text-base font-medium font-inter",
52
+ }, avatar: {
53
+ className: "w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-700 text-white rounded-full flex items-center justify-center text-xl font-bold shadow-lg group-hover:scale-110 transition-transform duration-300",
54
+ }, avatarText: { className: "text-white font-bold" }, ariaLabel: "Customer testimonials for IntelliOpAI" }));
55
+ }
@@ -0,0 +1,54 @@
1
+ "use client";
2
+ import { Testimonials as SharedTestimonials } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset for Testimonials wired to the upgraded shared Testimonials component
5
+ */
6
+ export function Testimonials() {
7
+ const testimonials = [
8
+ {
9
+ testimonialText: "IntelliOpAI has completely transformed our workflow. The AI-powered automation saves us 40+ hours per week, and the accuracy is incredible.",
10
+ testimonialAuthor: " - Sarah Johnson, CEO at TechCorp",
11
+ testimonialAuthorInitials: "SJ",
12
+ },
13
+ {
14
+ testimonialText: "The machine learning capabilities are outstanding. We've seen a 300% increase in productivity since implementing their AI solutions.",
15
+ testimonialAuthor: " - Michael Chen, CTO at InnovateLab",
16
+ testimonialAuthorInitials: "MC",
17
+ },
18
+ {
19
+ testimonialText: "Game-changing technology! The AI insights have helped us make better decisions and scale our business faster than ever before.",
20
+ testimonialAuthor: " - Emily Rodriguez, VP Operations at GrowthCo",
21
+ testimonialAuthorInitials: "ER",
22
+ },
23
+ {
24
+ testimonialText: "The implementation was seamless and the results exceeded our expectations. Our team loves working with the AI-powered tools.",
25
+ testimonialAuthor: " - David Kim, Head of Engineering at StartupXYZ",
26
+ testimonialAuthorInitials: "DK",
27
+ },
28
+ {
29
+ testimonialText: "IntelliOpAI's natural language processing capabilities have revolutionized how we handle customer support. Response times improved by 80%.",
30
+ testimonialAuthor: " - Lisa Wang, Customer Success Director at ServicePro",
31
+ testimonialAuthorInitials: "LW",
32
+ },
33
+ {
34
+ testimonialText: "The predictive analytics features are phenomenal. We can now forecast trends and make data-driven decisions with confidence.",
35
+ testimonialAuthor: " - James Thompson, Data Science Lead at AnalyticsPlus",
36
+ testimonialAuthorInitials: "JT",
37
+ },
38
+ ];
39
+ return (<SharedTestimonials id="testimonials" testimonials={testimonials} testimonialSectionHeader="What Our AI Customers Say" section={{
40
+ className: "py-20 md:py-24 lg:py-28 bg-gray-50 dark:bg-gray-900",
41
+ }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "text-center mb-16" }} heading={{
42
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
43
+ }} grid={{
44
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10",
45
+ }} card={{
46
+ className: "bg-white dark:bg-gray-800 p-8 rounded-xl shadow-lg transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl hover:shadow-purple-500/10 group border border-gray-200 dark:border-gray-700 hover:border-purple-300 dark:hover:border-purple-600",
47
+ }} content={{ className: "flex flex-col space-y-6" }} text={{
48
+ className: "text-gray-700 dark:text-gray-300 text-base md:text-lg leading-relaxed italic font-inter group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
49
+ }} author={{
50
+ className: "text-gray-600 dark:text-gray-400 text-sm md:text-base font-medium font-inter",
51
+ }} avatar={{
52
+ className: "w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-700 text-white rounded-full flex items-center justify-center text-xl font-bold shadow-lg group-hover:scale-110 transition-transform duration-300",
53
+ }} avatarText={{ className: "text-white font-bold" }} ariaLabel="Customer testimonials for IntelliOpAI"/>);
54
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for TrustBadges wired to the upgraded shared TrustBadges component
3
+ */
4
+ export declare function TrustBadges(): import("react").JSX.Element;
5
+ //# sourceMappingURL=TrustBadges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/TrustBadges.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,WAAW,gCAoE1B"}
@@ -0,0 +1,50 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { TrustBadges as SharedTrustBadges } from "@nextworks/blocks-sections";
4
+ /**
5
+ * Product Launch preset for TrustBadges wired to the upgraded shared TrustBadges component
6
+ */
7
+ export function TrustBadges() {
8
+ const badges = [
9
+ {
10
+ badgeText: "50,000+ AI Models",
11
+ badgeDescription: "Powered by",
12
+ badgeIcon: "🤖",
13
+ },
14
+ {
15
+ badgeText: "99.9% Accuracy",
16
+ badgeDescription: "AI Performance",
17
+ badgeIcon: "🎯",
18
+ },
19
+ {
20
+ badgeText: "SOC 2 Type II",
21
+ badgeDescription: "Enterprise Security",
22
+ badgeIcon: "🔒",
23
+ },
24
+ {
25
+ badgeText: "24/7 Support",
26
+ badgeDescription: "Always Available",
27
+ badgeIcon: "⚡",
28
+ },
29
+ {
30
+ badgeText: "Fortune 500",
31
+ badgeDescription: "Trusted by",
32
+ badgeIcon: "🏆",
33
+ },
34
+ ];
35
+ return (_jsx(SharedTrustBadges, { id: "trust-badges", badges: badges, trustBadgesSectionHeader: "Trusted by Industry Leaders", section: {
36
+ className: "py-12 md:py-16 bg-gradient-to-r from-gray-50 to-white dark:from-gray-900 dark:to-gray-800 border-t border-b border-gray-200 dark:border-gray-700",
37
+ }, container: { className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }, header: { className: "text-center mb-12" }, heading: {
38
+ className: "text-xl md:text-2xl lg:text-3xl font-bold text-gray-800 dark:text-white font-outfit",
39
+ }, badgesContainer: {
40
+ className: "flex flex-col sm:flex-row justify-center items-center gap-8 md:gap-12 lg:gap-16 flex-wrap",
41
+ }, badge: {
42
+ className: "flex flex-col items-center text-center min-w-[180px] group",
43
+ }, badgeContent: { className: "flex flex-col items-center space-y-3" }, icon: {
44
+ className: "text-3xl md:text-4xl mb-3 group-hover:scale-105 transition-transform duration-500 ease-out",
45
+ }, description: {
46
+ className: "text-xs md:text-sm font-medium text-gray-600 dark:text-gray-400 group-hover:text-purple-500 dark:group-hover:text-purple-400 transition-colors duration-500 ease-out",
47
+ }, text: {
48
+ className: "text-base md:text-lg font-bold text-gray-900 dark:text-white group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-500 ease-out font-outfit",
49
+ }, layout: "horizontal", ariaLabel: "Trust badges for IntelliOpAI" }));
50
+ }
@@ -0,0 +1,49 @@
1
+ "use client";
2
+ import { TrustBadges as SharedTrustBadges } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset for TrustBadges wired to the upgraded shared TrustBadges component
5
+ */
6
+ export function TrustBadges() {
7
+ const badges = [
8
+ {
9
+ badgeText: "50,000+ AI Models",
10
+ badgeDescription: "Powered by",
11
+ badgeIcon: "🤖",
12
+ },
13
+ {
14
+ badgeText: "99.9% Accuracy",
15
+ badgeDescription: "AI Performance",
16
+ badgeIcon: "🎯",
17
+ },
18
+ {
19
+ badgeText: "SOC 2 Type II",
20
+ badgeDescription: "Enterprise Security",
21
+ badgeIcon: "🔒",
22
+ },
23
+ {
24
+ badgeText: "24/7 Support",
25
+ badgeDescription: "Always Available",
26
+ badgeIcon: "⚡",
27
+ },
28
+ {
29
+ badgeText: "Fortune 500",
30
+ badgeDescription: "Trusted by",
31
+ badgeIcon: "🏆",
32
+ },
33
+ ];
34
+ return (<SharedTrustBadges id="trust-badges" badges={badges} trustBadgesSectionHeader="Trusted by Industry Leaders" section={{
35
+ className: "py-12 md:py-16 bg-gradient-to-r from-gray-50 to-white dark:from-gray-900 dark:to-gray-800 border-t border-b border-gray-200 dark:border-gray-700",
36
+ }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "text-center mb-12" }} heading={{
37
+ className: "text-xl md:text-2xl lg:text-3xl font-bold text-gray-800 dark:text-white font-outfit",
38
+ }} badgesContainer={{
39
+ className: "flex flex-col sm:flex-row justify-center items-center gap-8 md:gap-12 lg:gap-16 flex-wrap",
40
+ }} badge={{
41
+ className: "flex flex-col items-center text-center min-w-[180px] group",
42
+ }} badgeContent={{ className: "flex flex-col items-center space-y-3" }} icon={{
43
+ className: "text-3xl md:text-4xl mb-3 group-hover:scale-105 transition-transform duration-500 ease-out",
44
+ }} description={{
45
+ className: "text-xs md:text-sm font-medium text-gray-600 dark:text-gray-400 group-hover:text-purple-500 dark:group-hover:text-purple-400 transition-colors duration-500 ease-out",
46
+ }} text={{
47
+ className: "text-base md:text-lg font-bold text-gray-900 dark:text-white group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-500 ease-out font-outfit",
48
+ }} layout="horizontal" ariaLabel="Trust badges for IntelliOpAI"/>);
49
+ }
@@ -0,0 +1,2 @@
1
+ export declare function SaaSDashboard(): import("react").JSX.Element;
2
+ //# sourceMappingURL=Page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/Page.tsx"],"names":[],"mappings":"AAaA,wBAAgB,aAAa,gCAyB5B"}