@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Pricing.tsx"],"names":[],"mappings":"AAOA,wBAAgB,OAAO,gCAiFtB"}
@@ -0,0 +1,63 @@
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 { Pricing as SharedPricing } from "@nextworks/blocks-sections";
5
+ export function Pricing() {
6
+ return (<SharedPricing id="pricing" pricingHeadingText="Pricing for teams automating real operational work" pricingPlans={[
7
+ {
8
+ pricingPlanHeaderText: "Starter",
9
+ pricingPlanPrice: "$49/mo",
10
+ pricingPlanFeatures: [
11
+ "3 active workflows",
12
+ "Slack and email intake",
13
+ "Shared approval inbox",
14
+ "Core analytics",
15
+ ],
16
+ pricingPlanCTALabel: "Start free",
17
+ pricingPlanCTAHref: "#contact",
18
+ },
19
+ {
20
+ pricingPlanHeaderText: "Growth",
21
+ pricingPlanPrice: "$149/mo",
22
+ pricingPlanFeatures: [
23
+ "Unlimited workflows",
24
+ "CRM and project tool sync",
25
+ "Advanced approval routing",
26
+ "Live execution dashboards",
27
+ "Role-based governance",
28
+ ],
29
+ pricingPlanCTALabel: "Book a demo",
30
+ pricingPlanCTAHref: "#contact",
31
+ isPopular: true,
32
+ },
33
+ {
34
+ pricingPlanHeaderText: "Enterprise",
35
+ pricingPlanPrice: "Custom",
36
+ pricingPlanFeatures: [
37
+ "Private deployment options",
38
+ "Custom policy and knowledge connectors",
39
+ "SSO and audit exports",
40
+ "Dedicated onboarding",
41
+ "Priority support",
42
+ ],
43
+ pricingPlanCTALabel: "Talk to sales",
44
+ pricingPlanCTAHref: "#contact",
45
+ },
46
+ ]} section={{ className: "bg-background pt-18 pb-16" }} container={{ className: "max-w-7xl mx-auto px-6" }} heading={{
47
+ className: "mb-4 text-center font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl lg:text-5xl",
48
+ }} grid={{ className: "mt-12 grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3" }} card={{
49
+ className: "relative rounded-2xl border border-[var(--card-border)] bg-[var(--card-bg)] text-[var(--card-fg)] shadow-[var(--card-shadow)] transition-all duration-300 hover:-translate-y-1 hover:shadow-xl",
50
+ }} title={{
51
+ className: "font-inter text-xl font-semibold text-[var(--card-title-fg)]",
52
+ }} price={{
53
+ className: "font-outfit text-3xl font-semibold text-[var(--card-title-fg)]",
54
+ }} featureItem={{
55
+ className: "font-inter text-sm text-[var(--card-muted-fg)] md:text-base",
56
+ }} cta={{
57
+ variant: "default",
58
+ size: "lg",
59
+ className: "w-full font-inter font-semibold [--btn-bg:theme(colors.cyan.500)] [--btn-fg:theme(colors.slate.950)] [--btn-border:transparent] hover:[--btn-hover-bg:theme(colors.cyan.400)] hover:[--btn-hover-fg:theme(colors.slate.950)]",
60
+ }} popularBadge={{
61
+ className: "absolute -top-3 left-1/2 -translate-x-1/2 rounded-full border border-[var(--badge-active-border)] bg-[var(--badge-active-bg)] px-4 py-1 text-xs font-semibold text-[var(--badge-active-fg)]",
62
+ }} ariaLabel="AI workflow pricing"/>);
63
+ }
@@ -0,0 +1,2 @@
1
+ export declare function ProcessTimeline(): import("react").JSX.Element;
2
+ //# sourceMappingURL=ProcessTimeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProcessTimeline.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/ProcessTimeline.tsx"],"names":[],"mappings":"AAOA,wBAAgB,eAAe,gCAkG9B"}
@@ -0,0 +1,58 @@
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 { ProcessTimeline as SharedProcessTimeline } from "@nextworks/blocks-sections";
5
+ export function ProcessTimeline() {
6
+ return (<SharedProcessTimeline steps={[
7
+ {
8
+ stepNumber: 1,
9
+ title: "Capture the request",
10
+ description: "AI turns messages, tickets, and forms into structured workflow inputs with clear intent and metadata.",
11
+ icon: "✉️",
12
+ },
13
+ {
14
+ stepNumber: 2,
15
+ title: "Ground the decision",
16
+ description: "Policies, playbooks, and account context are pulled in before the workflow takes action.",
17
+ icon: "🧠",
18
+ },
19
+ {
20
+ stepNumber: 3,
21
+ title: "Route approvals and actions",
22
+ description: "Human review appears only when thresholds or policy require it, while approved actions continue automatically.",
23
+ icon: "✅",
24
+ },
25
+ {
26
+ stepNumber: 4,
27
+ title: "Sync every tool",
28
+ description: "CRM records, project tasks, team updates, and audit logs stay aligned from one execution graph.",
29
+ icon: "🔄",
30
+ },
31
+ ]} heading="From request to completed workflow in four clear stages" subheading="Keep AI automation visible, governed, and operational across the systems your team already uses." section={{
32
+ className: "bg-[linear-gradient(180deg,rgba(248,250,252,1)_0%,rgba(240,249,255,0.7)_100%)] py-18 md:py-22 dark:bg-[linear-gradient(180deg,rgba(2,6,23,1)_0%,rgba(8,47,73,0.4)_100%)]",
33
+ }} container={{ className: "max-w-6xl mx-auto px-6 md:px-10" }} header={{ className: "mb-16 text-center" }} headingStyle={{
34
+ className: "font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl lg:text-5xl",
35
+ }} subheadingStyle={{
36
+ className: "mx-auto max-w-3xl font-inter text-base leading-7 text-[var(--subheading-fg)] md:text-lg",
37
+ }} timelineContainer={{ className: "mx-auto w-full max-w-5xl" }} desktopTimeline={{
38
+ className: "relative hidden w-full justify-between lg:flex",
39
+ }} connectingLine={{
40
+ className: "absolute left-16 right-16 top-8 h-px bg-gradient-to-r from-cyan-200 via-sky-400 to-violet-400 dark:from-cyan-900 dark:via-cyan-500 dark:to-violet-500",
41
+ }} stepContainer={{
42
+ className: "relative z-10 flex max-w-56 flex-1 flex-col items-center gap-5",
43
+ }} stepCircle={{
44
+ className: "flex h-16 w-16 items-center justify-center rounded-full bg-slate-950 text-white shadow-lg shadow-cyan-500/10 dark:bg-cyan-400 dark:text-slate-950",
45
+ }} stepNumber={{ className: "font-outfit text-2xl font-bold" }} stepIcon={{ className: "text-3xl" }} stepContent={{ className: "space-y-3 text-center" }} stepTitle={{
46
+ className: "font-inter text-lg font-semibold text-[var(--card-title-fg)]",
47
+ }} stepDescription={{
48
+ className: "font-inter text-sm leading-6 text-[var(--card-muted-fg)]",
49
+ }} mobileTimeline={{ className: "flex w-full flex-col gap-8 lg:hidden" }} mobileStep={{ className: "relative flex items-start" }} mobileVerticalLine={{
50
+ className: "absolute bottom-[-2rem] left-8 top-16 w-px bg-cyan-300 dark:bg-cyan-700",
51
+ }} mobileStepCircle={{
52
+ className: "mr-6 flex h-16 w-16 shrink-0 items-center justify-center rounded-full bg-slate-950 text-white shadow-lg dark:bg-cyan-400 dark:text-slate-950",
53
+ }} mobileStepContent={{ className: "flex-1 space-y-3 pt-2" }} mobileStepIcon={{ className: "text-3xl" }} mobileStepTitle={{
54
+ className: "font-inter text-lg font-semibold text-[var(--card-title-fg)]",
55
+ }} mobileStepDescription={{
56
+ className: "font-inter text-sm leading-6 text-[var(--card-muted-fg)]",
57
+ }} ariaLabel="AI workflow process timeline"/>);
58
+ }
@@ -0,0 +1,2 @@
1
+ export declare function Testimonials(): import("react").JSX.Element;
2
+ //# sourceMappingURL=Testimonials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Testimonials.tsx"],"names":[],"mappings":"AAOA,wBAAgB,YAAY,gCAmD3B"}
@@ -0,0 +1,33 @@
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 { Testimonials as SharedTestimonials } from "@nextworks/blocks-sections";
5
+ export function Testimonials() {
6
+ return (<SharedTestimonials testimonialSectionHeader="Operators, RevOps, and IT teams keep the loop closed" testimonials={[
7
+ {
8
+ testimonialText: "We replaced manual intake, Slack follow-up, and CRM updates with one workflow that now runs end-to-end in minutes.",
9
+ testimonialAuthor: "- Maya Chen, RevOps Lead at Northstar",
10
+ testimonialAuthorInitials: "MC",
11
+ },
12
+ {
13
+ testimonialText: "Approvals used to stall launches for hours. Now legal only sees the exceptions and everyone else gets live status automatically.",
14
+ testimonialAuthor: "- Daniel Ruiz, GTM Systems Manager",
15
+ testimonialAuthorInitials: "DR",
16
+ },
17
+ {
18
+ testimonialText: "The audit trail made adoption easy. Teams trust the automations because every action is grounded, visible, and recoverable.",
19
+ testimonialAuthor: "- Priya Patel, Director of Operations",
20
+ testimonialAuthorInitials: "PP",
21
+ },
22
+ ]} section={{ className: "bg-background py-18 px-6 md:py-22" }} container={{ className: "max-w-7xl mx-auto" }} header={{ className: "mb-12 text-center" }} heading={{
23
+ className: "font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl",
24
+ }} grid={{ className: "grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3" }} card={{
25
+ className: "rounded-2xl border border-[var(--card-border)] bg-[var(--card-bg)] p-6 text-[var(--card-fg)] shadow-[var(--card-shadow)] transition-transform duration-200 hover:-translate-y-1",
26
+ }} text={{
27
+ className: "font-inter text-base italic leading-7 text-[var(--card-fg)]",
28
+ }} author={{
29
+ className: "font-inter text-sm font-medium text-[var(--card-muted-fg)]",
30
+ }} avatar={{
31
+ className: "flex h-12 w-12 items-center justify-center rounded-full border border-[var(--badge-border)] bg-[var(--badge-bg)] text-[var(--badge-fg)]",
32
+ }} avatarText={{ className: "font-inter text-sm font-bold" }} ariaLabel="AI workflow customer testimonials"/>);
33
+ }
@@ -0,0 +1,2 @@
1
+ export declare function TrustBadges(): import("react").JSX.Element;
2
+ //# sourceMappingURL=TrustBadges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrustBadges.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/TrustBadges.tsx"],"names":[],"mappings":"AAOA,wBAAgB,WAAW,gCAsD1B"}
@@ -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 { TrustBadges as SharedTrustBadges } from "@nextworks/blocks-sections";
5
+ export function TrustBadges() {
6
+ return (<SharedTrustBadges id="trust-badges" trustBadgesSectionHeader="Teams replacing manual ops with AI workflows" badges={[
7
+ {
8
+ badgeText: "72% faster routing",
9
+ badgeDescription: "Workflow handoffs",
10
+ badgeIcon: "⚡",
11
+ },
12
+ {
13
+ badgeText: "40+ integrations",
14
+ badgeDescription: "Connected systems",
15
+ badgeIcon: "🔌",
16
+ },
17
+ {
18
+ badgeText: "SOC 2 ready",
19
+ badgeDescription: "Security posture",
20
+ badgeIcon: "🔒",
21
+ },
22
+ {
23
+ badgeText: "Full audit trail",
24
+ badgeDescription: "Approvals + logs",
25
+ badgeIcon: "🧾",
26
+ },
27
+ ]} section={{
28
+ className: "border-y border-slate-200/80 bg-white/70 py-10 dark:border-slate-800 dark:bg-slate-950/60",
29
+ }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "mb-10 text-center" }} heading={{
30
+ className: "font-outfit text-2xl font-semibold text-[var(--heading-fg)] md:text-3xl",
31
+ }} badgesContainer={{
32
+ className: "flex flex-wrap items-center justify-center gap-8 md:gap-12",
33
+ }} badge={{ className: "min-w-[170px] text-center" }} badgeContent={{ className: "flex flex-col items-center gap-3" }} icon={{ className: "text-3xl" }} description={{
34
+ className: "text-sm font-inter text-[var(--card-muted-fg)]",
35
+ }} text={{
36
+ className: "font-inter text-base font-semibold text-[var(--card-title-fg)]",
37
+ }} layout="horizontal" ariaLabel="AI workflow trust badges"/>);
38
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function Page(): React.JSX.Element;
3
+ //# sourceMappingURL=Page.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/digitalagency/Page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,wBAAgB,aAAa,sBAmB5B"}
1
+ {"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/digitalagency/Page.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,wBAAgB,IAAI,sBAmBnB"}
@@ -1,3 +1,6 @@
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";
1
4
  import React from "react";
2
5
  import { Navbar } from "./components/Navbar";
3
6
  import { Hero } from "./components/Hero";
@@ -12,21 +15,21 @@ import { CTA } from "./components/CTA";
12
15
  import { Contact } from "./components/Contact";
13
16
  import { Footer } from "./components/Footer";
14
17
  import { PresetThemeVars } from "./PresetThemeVars";
15
- export function DigitalAgency() {
16
- return (<PresetThemeVars>
17
- <main>
18
- <Navbar />
19
- <Hero />
20
- <Services />
21
- <Portfolio />
22
- <Testimonials />
23
- <Process />
24
- <About />
25
- <Team />
26
- <Pricing />
27
- <CTA />
28
- <Contact />
29
- <Footer />
30
- </main>
18
+ export function Page() {
19
+ return (<PresetThemeVars>
20
+ <main>
21
+ <Navbar />
22
+ <Hero />
23
+ <Services />
24
+ <Portfolio />
25
+ <Testimonials />
26
+ <Process />
27
+ <About />
28
+ <Team />
29
+ <Pricing />
30
+ <CTA />
31
+ <Contact />
32
+ <Footer />
33
+ </main>
31
34
  </PresetThemeVars>);
32
35
  }
@@ -1 +1 @@
1
- {"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/digitalagency/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/digitalagency/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
  /**
@@ -25,7 +27,7 @@ export function PresetThemeVars({ className, children }) {
25
27
  // Table (optional)
26
28
  "[--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)]",
27
29
  // About section accent
28
- "[--about-accent:theme(colors.fuchsia.600)] dark:[--about-accent:theme(colors.fuchsia.400)]", className)}>
29
- {children}
30
+ "[--about-accent:theme(colors.fuchsia.600)] dark:[--about-accent:theme(colors.fuchsia.400)]", className)}>
31
+ {children}
30
32
  </div>);
31
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/About.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,KAAK,sBAiEpB"}
1
+ {"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/About.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,KAAK,sBAiEpB"}
@@ -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 { About as SharedAbout } from "@nextworks/blocks-sections";
@@ -1 +1 @@
1
- {"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/CTA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,GAAG,sBAoClB"}
1
+ {"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/CTA.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,GAAG,sBAkClB"}
@@ -1,9 +1,11 @@
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 { CTA as SharedCTA } from "@nextworks/blocks-sections";
4
6
  export function CTA() {
5
7
  return (<SharedCTA
6
- // Background colors moved to the section slot
8
+ // Background colors
7
9
  section={{
8
10
  className: "bg-sky-50 dark:bg-gray-900 text-foreground [--heading-fg:rgb(17,24,39)] dark:[--heading-fg:white] [--subheading-fg:rgba(17,24,39,0.8)] dark:[--subheading-fg:rgba(255,255,255,0.85)] [--description-fg:rgba(17,24,39,0.75)] dark:[--description-fg:rgba(255,255,255,0.75)]",
9
11
  }}
@@ -11,7 +13,7 @@ export function CTA() {
11
13
  container={{
12
14
  className: "mx-auto flex h-[32vh] w-full max-w-6xl flex-col items-center justify-center overflow-hidden px-4 pb-8",
13
15
  }}
14
- // Heading mapped to the new headingText slot
16
+ // Heading text
15
17
  headingText={{
16
18
  text: "Ready To Transform Your Business?",
17
19
  className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins leading-tight",
@@ -19,13 +21,9 @@ export function CTA() {
19
21
  // Use actionsWrapper for spacing instead of margin on the button
20
22
  actionsWrapper={{
21
23
  className: "mt-6 flex flex-col items-center gap-3 sm:flex-row [--btn-ring:rgba(192,38,211,0.35)] dark:[--btn-ring:rgba(192,38,211,0.45)]",
22
- }}
23
- // Primary CTA mapped to ctaButton + ctaButtonStyle
24
- ctaButton={{ label: "Get Your Free Quote", href: "#contact" }} ctaButtonStyle={{
24
+ }} ctaButton={{ label: "Get Your Free Quote", href: "#contact" }} ctaButtonStyle={{
25
25
  variant: "default",
26
26
  size: "lg",
27
27
  className: "font-poppins shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5 [--btn-bg:#c026d3] dark:[--btn-bg:#c026d3] [--btn-hover-bg:#a21caf] dark:[--btn-hover-bg:#a21caf] [--btn-fg:#ffffff] dark:[--btn-fg:#ffffff] hover:[--btn-hover-fg:#ffffff] dark:hover:[--btn-hover-fg:#ffffff] [--btn-border:transparent]",
28
- }}
29
- // Preserve the previous top margin on the heading
30
- spacing={{ topMargin: "mt-[8vh]" }}/>);
28
+ }} spacing={{ topMargin: "mt-[8vh]" }}/>);
31
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Contact.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2D1B,wBAAgB,OAAO,sBA4DtB"}
1
+ {"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Contact.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2D1B,wBAAgB,OAAO,sBA6DtB"}
@@ -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";
@@ -56,11 +58,12 @@ export function Contact() {
56
58
  const handleFormSubmit = (e) => {
57
59
  e.preventDefault();
58
60
  const data = Object.fromEntries(new FormData(e.currentTarget).entries());
61
+ console.log("Contact form submitted:", data);
59
62
  };
60
63
  return (<SharedContact id="contact" fields={agencyContactFormData} contactHeaderText="Let’s Talk Strategy" contactSubHeaderText="We’re here to help you grow — tell us how!"
61
64
  // Root and layout
62
65
  className="w-full" section={{ className: "py-16 px-4 bg-fuchsia-600 dark:bg-fuchsia-600" }} container={{ className: "mx-auto max-w-4xl" }}
63
- // Header slots (new)
66
+ // Header slots
64
67
  headerWrapper={{ className: "mb-8 text-center" }} headerText={{
65
68
  className: "text-4xl md:text-5xl font-bold font-poppins text-white tracking-tight",
66
69
  }} subheaderText={{
@@ -80,7 +83,7 @@ export function Contact() {
80
83
  }} textarea={{
81
84
  className: "w-full p-3 rounded-md resize-vertical min-h-[120px] font-inter border-[var(--input-border)] bg-[var(--input-bg)] text-[var(--input-fg)] placeholder:text-[var(--input-placeholder)] focus-visible:ring-2 focus-visible:ring-[var(--input-focus-ring)] focus-visible:ring-offset-[var(--input-ring-offset)]",
82
85
  }}
83
- // Submit button (split between wrapper/style/text)
86
+ // Submit button
84
87
  submitButtonWrapper={{ className: "pt-2" }} submitButtonStyle={{
85
88
  variant: "default",
86
89
  size: "lg",
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Footer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkC1B;;;;GAIG;AACH,wBAAgB,MAAM,sBA6CrB"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Footer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoC1B;;;;GAIG;AACH,wBAAgB,MAAM,sBA6CrB"}
@@ -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 { Footer as SharedFooter } from "@nextworks/blocks-sections";
5
+ import { Footer as SharedFooter, } from "@nextworks/blocks-sections";
4
6
  const agencyNavLinks = [
5
7
  {
6
8
  heading: "Services",
@@ -1,7 +1,6 @@
1
1
  import React from "react";
2
2
  /**
3
- * Hero preset for the digital agency template,
4
- * wired to the shared HeroSplit with slots + cn API.
3
+ * Hero preset for the digital agency template
5
4
  */
6
5
  export declare function Hero(): React.JSX.Element;
7
6
  //# sourceMappingURL=Hero.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Hero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;GAGG;AACH,wBAAgB,IAAI,sBA+EnB"}
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Hero.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,wBAAgB,IAAI,sBAyEnB"}
@@ -1,13 +1,14 @@
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 { HeroSplit } from "@nextworks/blocks-sections";
4
- import { NetworkPattern } from "../components/NetworkPattern";
6
+ import { NetworkPattern } from "./NetworkPattern";
5
7
  /**
6
- * Hero preset for the digital agency template,
7
- * wired to the shared HeroSplit with slots + cn API.
8
+ * Hero preset for the digital agency template
8
9
  */
9
10
  export function Hero() {
10
- return (<section id="home" className="bg-white dark:bg-black">
11
+ return (<section id="home" className="bg-white dark:bg-black">
11
12
  <HeroSplit section={{
12
13
  className: "relative bg-gradient-to-br from-violet-600 to-fuchsia-600 px-6 pt-8 pb-16 md:pt-12 md:pb-20 text-white hero-pattern",
13
14
  }} heading={{
@@ -35,14 +36,13 @@ export function Hero() {
35
36
  size: "lg",
36
37
  className: [
37
38
  "font-poppins font-semibold px-8 py-3 text-lg shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5",
38
- "border-2", // match previous thickness
39
+ "border-2",
39
40
  // set colors via vars
40
- "[--btn-fg:oklch(0.51_0.18_341)]", // fuchsia-700-ish
41
- "[--btn-border:oklch(0.97_0.01_0)]", // white/90 approx
41
+ "[--btn-fg:oklch(0.51_0.18_341)]",
42
+ "[--btn-border:oklch(0.97_0.01_0)]",
42
43
  "[--btn-bg:oklch(0.97_0.01_0_/0.9)]",
43
- "hover:[--btn-hover-bg:oklch(1_0_0)]", // white
44
+ "hover:[--btn-hover-bg:oklch(1_0_0)]",
44
45
  "hover:[--btn-hover-fg:oklch(0.51_0.18_341)]",
45
- // dark: make it a light outline with white text
46
46
  "dark:[--btn-fg:oklch(1_0_0)]",
47
47
  "dark:[--btn-border:oklch(1_0_0_/0.9)]",
48
48
  "dark:[--btn-bg:transparent]",
@@ -52,20 +52,13 @@ export function Hero() {
52
52
  src: undefined,
53
53
  alt: "Digital innovation network visualization",
54
54
  className: "object-contain",
55
- }} imageLayout="full-bleed" fallback={<NetworkPattern />} imageContainer={{ className: "mt-10 sm:mt-10 md:mt-0 md:mr-0 lg:mr-7" }}
56
- // imageContainer={{
57
- // className:
58
- // "relative w-full min-h-[16rem] h-[20rem] md:h-[28rem] lg:h-[32rem] self-start mt-20 lg:mt-0 mb-10 lg:mb-0",
59
- // }}
60
- textContainer={{
55
+ }} imageLayout="full-bleed" fallback={<NetworkPattern />} imageContainer={{ className: "mt-10 sm:mt-10 md:mt-0 md:mr-0 lg:mr-7" }} textContainer={{
61
56
  className: "flex-1 px-5 lg:px-8 lg:self-start pt-0 md:pt-2 lg:pt-4",
62
57
  }} buttonsContainer={{
63
58
  className: [
64
59
  "gap-4 mt-8 sm:flex-col lg:flex-row",
65
- "[--btn-ring:oklch(1_0_0)]", // white ring to match on purple bg
60
+ "[--btn-ring:oklch(1_0_0)]",
66
61
  ].join(" "),
67
- }}
68
- // buttonsContainer={{ className: "flex gap-4 mt-8" }}
69
- textAlign="center" ariaLabel="Digital innovation that drives growth hero section"/>
62
+ }} textAlign="center" ariaLabel="Digital innovation that drives growth hero section"/>
70
63
  </section>);
71
64
  }
@@ -1,11 +1,13 @@
1
1
  import type { ComponentProps } from "react";
2
2
  import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
3
3
  /**
4
- * Digital Agency preset Navbar (Nexus Digital)
4
+ * Digital Agency preset Navbar
5
5
  *
6
6
  * - No CTA button (ctaButton = null)
7
7
  * - Fuchsia hover/focus accents for links and toggles
8
- * - Exposes the Shared Navbar API via shallow-merge overrides
8
+ * - Exposes the full Shared Navbar API via shallow-merge overrides
9
+ *
10
+ * This preset exposes the Shared Navbar API, allowing full customization of any prop or slot.
9
11
  *
10
12
  * Example overrides:
11
13
  * <Navbar
@@ -1 +1 @@
1
- {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Navbar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGpE;;;;;;;;;;;;GAYG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA2FlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Navbar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAGpE;;;;;;;;;;;;;;GAcG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AA2FlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BAOrD"}
@@ -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 { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
3
5
  import { BrandNodeGradientRing } from "@nextworks/blocks-core";
@@ -65,7 +67,7 @@ const defaultProps = {
65
67
  colorModeWrapper: {
66
68
  className: "ml-2",
67
69
  },
68
- // With variables above, ThemeToggle can rely on them; explicit override optional
70
+ // ThemeToggle reads the CSS vars defined in `nav.className`; override via `themeToggle` if needed.
69
71
  // themeToggle: { ... }
70
72
  ctaButtonWrapper: {
71
73
  className: "ml-2",
@@ -1 +1 @@
1
- {"version":3,"file":"NetworkPattern.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/NetworkPattern.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EA8RlC,CAAC"}
1
+ {"version":3,"file":"NetworkPattern.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/NetworkPattern.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAuRlC,CAAC"}