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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,85 +1,84 @@
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 { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
3
5
  const defaultProps = {
4
- brand: "IntelliOpAI",
5
- menuItems: [
6
- { label: "Home", href: "#home" },
7
- { label: "Features", href: "#features" },
8
- { label: "Pricing", href: "#pricing" },
9
- { label: "FAQ", href: "#faq" },
10
- { label: "Contact", href: "#contact" },
11
- ],
12
- ctaButton: null,
13
- showColorModeToggle: true,
14
- navHeight: "h-16",
15
- sticky: true,
16
- ariaLabel: "IntelliOpAI main navigation",
17
- // Top-level className is left empty so page-level overrides can add layout constraints if needed.
18
- className: "",
19
- // Style slots tuned for the purple theme
20
- nav: {
21
- className:
22
- "bg-white dark:bg-gray-900 text-gray-800 dark:text-white border-b border-gray-200 dark:border-gray-800 " +
23
- // Accent variables for this preset (read by toggle, links, mobile links)
24
- "[--navbar-accent:theme(colors.purple.600)] dark:[--navbar-accent:theme(colors.purple.400)] " +
25
- "[--navbar-toggle-bg:theme(colors.white)] dark:[--navbar-toggle-bg:theme(colors.gray.900)] " +
26
- "[--navbar-hover-bg:theme(colors.purple.50)] dark:[--navbar-hover-bg:color-mix(in oklab,oklch(0.17 0.05 324) 20%, transparent)] " +
27
- "[--navbar-ring:theme(colors.purple.500)] dark:[--navbar-ring:theme(colors.purple.400)] " +
28
- "[--navbar-border:theme(colors.gray.200)] dark:[--navbar-border:theme(colors.gray.800)]",
29
- },
30
- brandText: {
31
- className:
32
- "text-xl md:text-2xl font-bold font-outfit text-purple-700 dark:text-purple-500",
33
- },
34
- links: {
35
- className:
36
- "text-sm font-medium font-inter text-gray-800 dark:text-white hover:text-purple-700 dark:hover:text-purple-500 " +
37
- "focus:ring-[var(--navbar-ring)]",
38
- },
39
- // Preset keeps CTA hidden; if you enable it, these defaults give a subtle lift effect
40
- ctaButtonStyle: {
41
- variant: "default",
42
- size: "default",
43
- className:
44
- "shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5",
45
- },
46
- mobileMenu: {
47
- className: "border-t border-gray-200 dark:border-gray-800",
48
- },
49
- container: {
50
- className: "max-w-7xl mx-auto",
51
- },
52
- brandWrapper: {
53
- className: "", // Base layout is provided by SharedNavbar; override here if needed
54
- },
55
- desktopMenu: {
56
- className: "hidden items-center space-x-1 md:flex lg:space-x-6",
57
- },
58
- toggleButton: {
59
- className:
60
- "md:hidden flex items-center justify-center rounded-md p-2 transition-colors " +
61
- "hover:bg-purple-50 dark:hover:bg-purple-900/20 " +
62
- "focus:outline-none focus:ring-2 focus:ring-purple-500 dark:focus:ring-purple-400",
63
- },
64
- colorModeWrapper: {
65
- className: "ml-2",
66
- },
67
- // With variables above, ThemeToggle can rely on them; explicit override optional
68
- // themeToggle: { ... }
69
- ctaButtonWrapper: {
70
- className: "ml-2",
71
- },
72
- mobileMenuInner: {
73
- className: "space-y-2 px-4 pt-2 pb-4",
74
- },
75
- // Mobile links will read --navbar-hover-bg; explicit class optional
76
- mobileLinks: {
77
- className: "hover:bg-[var(--navbar-hover-bg)]",
78
- },
6
+ brand: "IntelliOpAI",
7
+ menuItems: [
8
+ { label: "Home", href: "#home" },
9
+ { label: "Features", href: "#features" },
10
+ { label: "Pricing", href: "#pricing" },
11
+ { label: "FAQ", href: "#faq" },
12
+ { label: "Contact", href: "#contact" },
13
+ ],
14
+ ctaButton: null,
15
+ showColorModeToggle: true,
16
+ navHeight: "h-16",
17
+ sticky: true,
18
+ ariaLabel: "IntelliOpAI main navigation",
19
+ // Top-level className is left empty so page-level overrides can add layout constraints if needed.
20
+ className: "",
21
+ // Style slots tuned for the purple theme
22
+ nav: {
23
+ className: "bg-white dark:bg-gray-900 text-gray-800 dark:text-white border-b border-gray-200 dark:border-gray-800 " +
24
+ // Accent variables for this preset (read by toggle, links, mobile links)
25
+ "[--navbar-accent:theme(colors.purple.600)] dark:[--navbar-accent:theme(colors.purple.400)] " +
26
+ "[--navbar-toggle-bg:theme(colors.white)] dark:[--navbar-toggle-bg:theme(colors.gray.900)] " +
27
+ "[--navbar-hover-bg:theme(colors.purple.50)] dark:[--navbar-hover-bg:color-mix(in oklab,oklch(0.17 0.05 324) 20%, transparent)] " +
28
+ "[--navbar-ring:theme(colors.purple.500)] dark:[--navbar-ring:theme(colors.purple.400)] " +
29
+ "[--navbar-border:theme(colors.gray.200)] dark:[--navbar-border:theme(colors.gray.800)]",
30
+ },
31
+ brandText: {
32
+ className: "text-xl md:text-2xl font-bold font-outfit text-purple-700 dark:text-purple-500",
33
+ },
34
+ links: {
35
+ className: "text-sm font-medium font-inter text-gray-800 dark:text-white hover:text-purple-700 dark:hover:text-purple-500 " +
36
+ "focus:ring-[var(--navbar-ring)]",
37
+ },
38
+ // Preset keeps CTA hidden; if enabled, these defaults give a subtle lift effect
39
+ ctaButtonStyle: {
40
+ variant: "default",
41
+ size: "default",
42
+ className: "shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5",
43
+ },
44
+ mobileMenu: {
45
+ className: "border-t border-gray-200 dark:border-gray-800",
46
+ },
47
+ container: {
48
+ className: "max-w-7xl mx-auto",
49
+ },
50
+ brandWrapper: {
51
+ className: "", // Base layout is provided by SharedNavbar; override here if needed
52
+ },
53
+ desktopMenu: {
54
+ className: "hidden items-center space-x-1 md:flex lg:space-x-6",
55
+ },
56
+ toggleButton: {
57
+ className: "md:hidden flex items-center justify-center rounded-md p-2 transition-colors " +
58
+ "hover:bg-purple-50 dark:hover:bg-purple-900/20 " +
59
+ "focus:outline-none focus:ring-2 focus:ring-purple-500 dark:focus:ring-purple-400",
60
+ },
61
+ colorModeWrapper: {
62
+ className: "ml-2",
63
+ },
64
+ // ThemeToggle reads the CSS vars defined in `nav.className`; override via `themeToggle` if needed.
65
+ // themeToggle: { ... }
66
+ ctaButtonWrapper: {
67
+ className: "ml-2",
68
+ },
69
+ mobileMenuInner: {
70
+ className: "space-y-2 px-4 pt-2 pb-4",
71
+ },
72
+ // Mobile menu links get their hover background from the `--navbar-hover-bg` CSS variable
73
+ // (set on the `nav` slot above). This class simply applies that variable on `:hover`, and can be
74
+ // removed/overridden if a different mobile-link hover treatment is preferable.
75
+ mobileLinks: {
76
+ className: "hover:bg-[var(--navbar-hover-bg)]",
77
+ },
79
78
  };
80
79
  export function Navbar(overrides = {}) {
81
- // Shallow-merge: passing a style-slot object (e.g., links, nav, etc.)
82
- // replaces the default for that slot. This keeps the API simple and predictable.
83
- const props = Object.assign(Object.assign({}, defaultProps), overrides);
84
- return <SharedNavbar {...props} />;
80
+ // Shallow-merge: passing a style-slot object (e.g., links, nav, etc.)
81
+ // replaces the default for that slot.
82
+ const props = Object.assign(Object.assign({}, defaultProps), overrides);
83
+ return <SharedNavbar {...props}/>;
85
84
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Product Launch preset for Pricing wired to the shared Pricing component
2
+ * Product Launch preset for Pricing
3
3
  */
4
4
  export declare function Pricing(): import("react").JSX.Element;
5
5
  //# sourceMappingURL=Pricing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Pricing.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,OAAO,gCAkGtB"}
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Pricing.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,OAAO,gCAkGtB"}
@@ -1,7 +1,9 @@
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 { Pricing as SharedPricing } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for Pricing wired to the shared Pricing component
6
+ * Product Launch preset for Pricing
5
7
  */
6
8
  export function Pricing() {
7
9
  return (<SharedPricing id="pricing" pricingHeadingText="Choose Your AI Plan" pricingPlans={[
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Product Launch preset for ProcessTimeline wired to the shared ProcessTimeline component
2
+ * Product Launch preset for ProcessTimeline
3
3
  */
4
4
  export declare function ProcessTimeline(): import("react").JSX.Element;
5
5
  //# sourceMappingURL=ProcessTimeline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProcessTimeline.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ProcessTimeline.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,eAAe,gCAsG9B"}
1
+ {"version":3,"file":"ProcessTimeline.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ProcessTimeline.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,eAAe,gCAsG9B"}
@@ -1,7 +1,9 @@
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 { ProcessTimeline as SharedProcessTimeline } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for ProcessTimeline wired to the shared ProcessTimeline component
6
+ * Product Launch preset for ProcessTimeline
5
7
  */
6
8
  export function ProcessTimeline() {
7
9
  const steps = [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Product Launch preset for ServicesGrid wired to the shared ServicesGrid component
2
+ * Product Launch preset for ServicesGrid
3
3
  */
4
4
  export declare function ServicesGrid(): import("react").JSX.Element;
5
5
  //# sourceMappingURL=ServicesGrid.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ServicesGrid.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ServicesGrid.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCA4D3B"}
1
+ {"version":3,"file":"ServicesGrid.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/ServicesGrid.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,YAAY,gCA4D3B"}
@@ -1,7 +1,9 @@
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 { ServicesGrid as SharedServicesGrid } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for ServicesGrid wired to the shared ServicesGrid component
6
+ * Product Launch preset for ServicesGrid
5
7
  */
6
8
  export function ServicesGrid() {
7
9
  const servicesData = [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Product Launch preset for Team wired to the shared Team component
2
+ * Product Launch preset for Team
3
3
  */
4
4
  export declare function Team(): import("react").JSX.Element;
5
5
  //# sourceMappingURL=Team.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Team.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,IAAI,gCAgGnB"}
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Team.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,IAAI,gCAgGnB"}
@@ -1,7 +1,9 @@
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 { Team as SharedTeam } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for Team wired to the shared Team component
6
+ * Product Launch preset for Team
5
7
  */
6
8
  export function Team() {
7
9
  const teamMembers = [
@@ -1,5 +1,6 @@
1
1
  /**
2
- * Product Launch preset for Testimonials wired to the shared Testimonials component
2
+ * Product Launch preset for Testimonials
3
+ *
3
4
  */
4
5
  export declare function Testimonials(): import("react").JSX.Element;
5
6
  //# sourceMappingURL=Testimonials.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Testimonials.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,YAAY,gCAiF3B"}
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Testimonials.tsx"],"names":[],"mappings":"AAOA;;;GAGG;AACH,wBAAgB,YAAY,gCAiF3B"}
@@ -1,7 +1,10 @@
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 { Testimonials as SharedTestimonials } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for Testimonials wired to the shared Testimonials component
6
+ * Product Launch preset for Testimonials
7
+ *
5
8
  */
6
9
  export function Testimonials() {
7
10
  const testimonials = [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Product Launch preset for TrustBadges wired to the shared TrustBadges component
2
+ * Product Launch preset for TrustBadges
3
3
  */
4
4
  export declare function TrustBadges(): import("react").JSX.Element;
5
5
  //# sourceMappingURL=TrustBadges.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/TrustBadges.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,WAAW,gCAoE1B"}
1
+ {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/TrustBadges.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,WAAW,gCAoE1B"}
@@ -1,7 +1,9 @@
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 { TrustBadges as SharedTrustBadges } from "@nextworks/blocks-sections";
3
5
  /**
4
- * Product Launch preset for TrustBadges wired to the shared TrustBadges component
6
+ * Product Launch preset for TrustBadges
5
7
  */
6
8
  export function TrustBadges() {
7
9
  const badges = [
@@ -0,0 +1,2 @@
1
+ export declare function SaaSDashboardPage(): import("react").JSX.Element;
2
+ //# sourceMappingURL=Page.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/Page.tsx"],"names":[],"mappings":"AAaA,wBAAgB,aAAa,gCAyB5B"}
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/Page.tsx"],"names":[],"mappings":"AAgBA,wBAAgB,iBAAiB,gCAyBhC"}
@@ -0,0 +1,37 @@
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
+ import { Navbar } from "./components/Navbar";
4
+ import { Hero } from "./components/Hero";
5
+ import { Features } from "./components/Features";
6
+ import { Testimonials } from "./components/Testimonials";
7
+ import { TrustBadges } from "./components/TrustBadges";
8
+ import { Contact } from "./components/Contact";
9
+ import { Pricing } from "./components/Pricing";
10
+ import { FAQ } from "./components/FAQ";
11
+ import { Footer } from "./components/Footer";
12
+ import { SmoothScroll } from "./components/SmoothScroll";
13
+ import { PresetThemeVars } from "./PresetThemeVars";
14
+ export function SaaSDashboardPage() {
15
+ return (<PresetThemeVars>
16
+ <div>
17
+ <SmoothScroll />
18
+ <Navbar />
19
+ <section id="home">
20
+ <Hero />
21
+ </section>
22
+ <Features />
23
+ <Testimonials />
24
+ <TrustBadges />
25
+ <section id="pricing">
26
+ <Pricing />
27
+ </section>
28
+ <section id="contact">
29
+ <Contact />
30
+ </section>
31
+ <section id="faq">
32
+ <FAQ />
33
+ </section>
34
+ <Footer />
35
+ </div>
36
+ </PresetThemeVars>);
37
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/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;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAsE7D"}
1
+ {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/saasdashboard/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;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAsE7D"}
@@ -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
  /**
@@ -23,7 +25,7 @@ export function PresetThemeVars({ className, children }) {
23
25
  // Table (optional)
24
26
  "[--table-fg:inherit]", "[--table-muted-fg:theme(colors.gray.500)] dark:[--table-muted-fg:theme(colors.gray.400)]", "[--table-head-fg:theme(colors.gray.700)] dark:[--table-head-fg:theme(colors.gray.300)]", "[--table-border:theme(colors.gray.200)] dark:[--table-border:theme(colors.gray.800)]", "[--table-row-hover-bg:theme(colors.gray.50)] dark:[--table-row-hover-bg:theme(colors.gray.900)]",
25
27
  // FAQ specific (optional overrides; fall back to --btn-* and --card-*)
26
- "[--faq-btn-bg:var(--btn-bg)] dark:[--faq-btn-bg:var(--btn-bg)]", "[--faq-btn-fg:var(--btn-fg)] dark:[--faq-btn-fg:var(--btn-fg)]", "[--faq-btn-hover-bg:var(--btn-hover-bg)] dark:[--faq-btn-hover-bg:var(--btn-hover-bg)]", "[--faq-btn-hover-fg:var(--btn-hover-fg)] dark:[--faq-btn-hover-fg:var(--btn-hover-fg)]", "[--faq-answer-bg:var(--card-bg)] dark:[--faq-answer-bg:var(--card-bg)]", "[--faq-answer-fg:var(--card-fg)] dark:[--faq-answer-fg:var(--card-fg)]", className)}>
27
- {children}
28
+ "[--faq-btn-bg:var(--btn-bg)] dark:[--faq-btn-bg:var(--btn-bg)]", "[--faq-btn-fg:var(--btn-fg)] dark:[--faq-btn-fg:var(--btn-fg)]", "[--faq-btn-hover-bg:var(--btn-hover-bg)] dark:[--faq-btn-hover-bg:var(--btn-hover-bg)]", "[--faq-btn-hover-fg:var(--btn-hover-fg)] dark:[--faq-btn-hover-fg:var(--btn-hover-fg)]", "[--faq-answer-bg:var(--card-bg)] dark:[--faq-answer-bg:var(--card-bg)]", "[--faq-answer-fg:var(--card-fg)] dark:[--faq-answer-fg:var(--card-fg)]", className)}>
29
+ {children}
28
30
  </div>);
29
31
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Contact.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmD1B,wBAAgB,OAAO,sBA0EtB"}
1
+ {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Contact.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmD1B,wBAAgB,OAAO,sBA2EtB"}
@@ -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
  import { Contact as SharedContact, } from "@nextworks/blocks-sections";
@@ -49,13 +51,14 @@ export function Contact() {
49
51
  const handleFormSubmit = (e) => {
50
52
  e.preventDefault();
51
53
  const data = Object.fromEntries(new FormData(e.currentTarget).entries());
54
+ console.log("Contact form submitted:", data);
52
55
  };
53
- return (<div className="relative">
54
- {/* Gradient mesh overlay */}
55
- <div aria-hidden className="pointer-events-none absolute inset-0 -z-10 [background-image:radial-gradient(60rem_60rem_at_0%_0%,rgba(59,130,246,0.08),transparent_40%),radial-gradient(50rem_50rem_at_100%_100%,rgba(168,85,247,0.06),transparent_40%)] opacity-20"/>
56
- {/* Fine noise/dots texture */}
57
- <div aria-hidden className="pointer-events-none absolute inset-0 -z-10 [background-image:radial-gradient(rgba(255,255,255,0.07)_1px,transparent_1px)] [background-size:14px_14px] opacity-[0.05]"/>
58
-
56
+ return (<div className="relative">
57
+ {/* Gradient mesh overlay */}
58
+ <div aria-hidden className="pointer-events-none absolute inset-0 -z-10 [background-image:radial-gradient(60rem_60rem_at_0%_0%,rgba(59,130,246,0.08),transparent_40%),radial-gradient(50rem_50rem_at_100%_100%,rgba(168,85,247,0.06),transparent_40%)] opacity-20"/>
59
+ {/* Fine noise/dots texture */}
60
+ <div aria-hidden className="pointer-events-none absolute inset-0 -z-10 [background-image:radial-gradient(rgba(255,255,255,0.07)_1px,transparent_1px)] [background-size:14px_14px] opacity-[0.05]"/>
61
+
59
62
  <SharedContact id="contact" ariaLabel="SaaS dashboard contact section" fields={saasContactFormData} contactHeaderText="Ready to See DashFlow in Action?" contactSubHeaderText="Tell us a bit about your team and we'll reach out with a tailored demo."
60
63
  // Root and section
61
64
  className="w-full" section={{
@@ -84,6 +87,6 @@ export function Contact() {
84
87
  variant: "default",
85
88
  size: "lg",
86
89
  className: "w-full bg-blue-600 hover:bg-blue-700 dark:bg-blue-600 dark:hover:bg-blue-400 text-white font-semibold font-inter shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5",
87
- }} submitButtonText="Send Request" onSubmit={handleFormSubmit}/>
90
+ }} submitButtonText="Send Request" onSubmit={handleFormSubmit}/>
88
91
  </div>);
89
92
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Dashboard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,cAAc;IACtB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,QAAQ,EACR,aAAa,EACb,SAAuB,EACvB,QAA4C,GAC7C,EAAE,cAAc,qBA2DhB;AAoLD,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,YAAY,qBAwB3D"}
1
+ {"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../src/templates/saasdashboard/components/Dashboard.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,KAAK,IAAI,GAAG;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,cAAc;IACtB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,QAAQ,EACR,aAAa,EACb,SAAuB,EACvB,QAA4C,GAC7C,EAAE,cAAc,qBA2DhB;AAoLD,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,YAAY,qBAwB3D"}