@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,128 @@
1
+ "use client";
2
+ import React from "react";
3
+ /**
4
+ * NetworkPattern
5
+ * Tailwind-based animated network background for hero fallbacks.
6
+ * Lightweight and dependency-free (no Chakra).
7
+ */
8
+ export const NetworkPattern = () => {
9
+ return (
10
+ // <div className="relative h-full w-full">
11
+ <div className="relative h-full w-full overflow-hidden">
12
+ {/* Ambient gradient blobs behind the network */}
13
+ <div className="pointer-events-none absolute inset-0 -z-10 overflow-hidden">
14
+ <div className="absolute -top-16 -left-16 h-72 w-72 rounded-full bg-blue-500/25 blur-3xl"/>
15
+ <div className="absolute right-0 bottom-0 h-80 w-80 rounded-full bg-cyan-400/25 blur-3xl"/>
16
+ <div className="absolute top-14 right-1/3 h-56 w-56 rounded-full bg-indigo-500/15 blur-3xl"/>
17
+ <div className="absolute -bottom-10 left-1/4 h-64 w-64 rounded-full bg-sky-500/10 blur-3xl"/>
18
+ </div>
19
+
20
+ {/* Main SVG network pattern */}
21
+ <svg width="100%" height="100%" viewBox="0 0 900 520" className="absolute top-0 left-0 [transform:scale(1.12)]">
22
+ <defs>
23
+ <linearGradient id="nodeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
24
+ <stop offset="0%" stopColor="#3B82F6" stopOpacity={1}/>
25
+ <stop offset="100%" stopColor="#2563EB" stopOpacity={1}/>
26
+ </linearGradient>
27
+
28
+ <linearGradient id="lineGradient" x1="0%" y1="0%" x2="100%" y2="0%">
29
+ <stop offset="0%" stopColor="#60A5FA" stopOpacity={0.28}/>
30
+ <stop offset="50%" stopColor="#3B82F6" stopOpacity={0.6}/>
31
+ <stop offset="100%" stopColor="#60A5FA" stopOpacity={0.28}/>
32
+ </linearGradient>
33
+ </defs>
34
+
35
+ {/* Subtle grid for depth */}
36
+ <g className="opacity-30">
37
+ {Array.from({ length: 18 }).map((_, i) => (<line key={`v-${i}`} x1={i * 50} y1={0} x2={i * 50} y2={520} stroke="#e5e7eb" strokeWidth="0.5"/>))}
38
+ {Array.from({ length: 12 }).map((_, i) => (<line key={`h-${i}`} x1={0} y1={i * 45} x2={900} y2={i * 45} stroke="#e5e7eb" strokeWidth="0.5"/>))}
39
+ </g>
40
+
41
+ {/* Connection Lines */}
42
+ <g>
43
+ <line x1="120" y1="80" x2="320" y2="180" stroke="url(#lineGradient)" strokeWidth="2"/>
44
+ <line x1="320" y1="180" x2="600" y2="140" stroke="url(#lineGradient)" strokeWidth="2"/>
45
+ <line x1="600" y1="140" x2="720" y2="340" stroke="url(#lineGradient)" strokeWidth="2"/>
46
+ <line x1="320" y1="180" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
47
+ <line x1="120" y1="80" x2="220" y2="320" stroke="url(#lineGradient)" strokeWidth="2"/>
48
+ <line x1="220" y1="320" x2="420" y2="420" stroke="url(#lineGradient)" strokeWidth="2"/>
49
+
50
+ <line x1="60" y1="260" x2="120" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
51
+ <line x1="420" y1="420" x2="580" y2="470" stroke="url(#lineGradient)" strokeWidth="1.5"/>
52
+ <line x1="600" y1="140" x2="780" y2="80" stroke="url(#lineGradient)" strokeWidth="1.5"/>
53
+ <line x1="320" y1="180" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
54
+ <line x1="220" y1="320" x2="540" y2="260" stroke="url(#lineGradient)" strokeWidth="1.5"/>
55
+ </g>
56
+
57
+ {/* Network Nodes */}
58
+ <g>
59
+ <circle cx="320" cy="180" r="12" fill="url(#nodeGradient)" className="pulse-node">
60
+ <animate attributeName="r" values="12;15;12" dur="3s" repeatCount="indefinite"/>
61
+ </circle>
62
+ <circle cx="600" cy="140" r="10" fill="url(#nodeGradient)" className="pulse-node">
63
+ <animate attributeName="r" values="10;13;10" dur="3.5s" repeatCount="indefinite"/>
64
+ </circle>
65
+
66
+ <circle cx="120" cy="80" r="8" fill="#3B82F6" className="pulse-node">
67
+ <animate attributeName="r" values="8;11;8" dur="4s" begin="1s" repeatCount="indefinite"/>
68
+ </circle>
69
+ <circle cx="420" cy="420" r="8" fill="#3B82F6" className="pulse-node">
70
+ <animate attributeName="r" values="8;11;8" dur="4.5s" begin="2.5s" repeatCount="indefinite"/>
71
+ </circle>
72
+ <circle cx="720" cy="340" r="8" fill="#3B82F6" className="pulse-node">
73
+ <animate attributeName="r" values="8;11;8" dur="3.8s" begin="1.8s" repeatCount="indefinite"/>
74
+ </circle>
75
+ <circle cx="220" cy="320" r="8" fill="#3B82F6" className="pulse-node">
76
+ <animate attributeName="r" values="8;11;8" dur="4.2s" begin="0.5s" repeatCount="indefinite"/>
77
+ </circle>
78
+
79
+ <circle cx="60" cy="260" r="5" fill="#60A5FA" className="pulse-node">
80
+ <animate attributeName="r" values="5;7;5" dur="5s" begin="3s" repeatCount="indefinite"/>
81
+ </circle>
82
+ <circle cx="580" cy="470" r="5" fill="#60A5FA" className="pulse-node">
83
+ <animate attributeName="r" values="5;7;5" dur="5.5s" begin="4s" repeatCount="indefinite"/>
84
+ </circle>
85
+ <circle cx="780" cy="80" r="5" fill="#60A5FA" className="pulse-node">
86
+ <animate attributeName="r" values="5;7;5" dur="4.8s" begin="2s" repeatCount="indefinite"/>
87
+ </circle>
88
+
89
+ {/* Extra tiny detail nodes */}
90
+ <circle cx="200" cy="100" r="3" fill="#93C5FD"/>
91
+ <circle cx="380" cy="200" r="3" fill="#93C5FD"/>
92
+ <circle cx="150" cy="320" r="3" fill="#93C5FD"/>
93
+ <circle cx="500" cy="260" r="3" fill="#93C5FD"/>
94
+ <circle cx="660" cy="220" r="3" fill="#93C5FD"/>
95
+ <circle cx="740" cy="420" r="3" fill="#93C5FD"/>
96
+ </g>
97
+ </svg>
98
+
99
+ {/* Component-scoped CSS for subtle effects */}
100
+ <style>{`
101
+ .pulse-node {
102
+ filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.3));
103
+ }
104
+
105
+ @keyframes slow-pan {
106
+ 0% {
107
+ transform: scale(1.08) translateY(0px);
108
+ }
109
+ 50% {
110
+ transform: scale(1.1) translateY(-6px);
111
+ }
112
+ 100% {
113
+ transform: scale(1.08) translateY(0px);
114
+ }
115
+ }
116
+
117
+ svg {
118
+ animation: slow-pan 18s ease-in-out infinite;
119
+ }
120
+
121
+ @media (max-width: 768px) {
122
+ svg {
123
+ transform: scale(1.15);
124
+ }
125
+ }
126
+ `}</style>
127
+ </div>);
128
+ };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function Portfolio(): React.JSX.Element;
3
+ //# sourceMappingURL=Portfolio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portfolio.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Portfolio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyF1B,wBAAgB,SAAS,sBA8DxB"}
@@ -0,0 +1,108 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { PortfolioSimple } from "@nextworks/blocks-sections";
4
+ // Default portfolio data without images - Digital Marketing Agency focused
5
+ const defaultProjects = [
6
+ {
7
+ id: 1,
8
+ title: "TechStartup Growth Campaign",
9
+ category: "Digital Marketing",
10
+ industry: "Technology",
11
+ result: "+300% Leads",
12
+ description: "Comprehensive digital marketing campaign that increased qualified leads by 300% through targeted SEO, social media marketing, and conversion optimization strategies.",
13
+ tags: ["SEO", "Social Media", "PPC", "Analytics"],
14
+ color: "blue",
15
+ url: "#",
16
+ },
17
+ {
18
+ id: 2,
19
+ title: "E-Commerce Brand Launch",
20
+ category: "Brand Marketing",
21
+ industry: "Retail",
22
+ result: "+250% Revenue",
23
+ description: "Complete brand launch and digital marketing strategy for a new e-commerce platform, resulting in 250% revenue growth within the first 6 months.",
24
+ tags: ["Brand Strategy", "Content Marketing", "Influencer", "Email"],
25
+ color: "green",
26
+ url: "#",
27
+ },
28
+ {
29
+ id: 3,
30
+ title: "Healthcare Practice Expansion",
31
+ category: "Local Marketing",
32
+ industry: "Healthcare",
33
+ result: "+180% Patients",
34
+ description: "Local SEO and digital marketing campaign that helped a healthcare practice expand to three new locations and increase patient acquisition by 180%.",
35
+ tags: ["Local SEO", "Google Ads", "Reputation", "Content"],
36
+ color: "purple",
37
+ url: "#",
38
+ },
39
+ {
40
+ id: 4,
41
+ title: "SaaS Product Launch",
42
+ category: "B2B Marketing",
43
+ industry: "Software",
44
+ result: "+400% Signups",
45
+ description: "Strategic B2B marketing campaign for a SaaS product launch, achieving 400% increase in trial signups through targeted content marketing and account-based marketing.",
46
+ tags: ["B2B Strategy", "Content", "LinkedIn Ads", "Webinars"],
47
+ color: "indigo",
48
+ url: "#",
49
+ },
50
+ {
51
+ id: 5,
52
+ title: "Restaurant Chain Rebrand",
53
+ category: "Brand Marketing",
54
+ industry: "Food & Beverage",
55
+ result: "+220% Foot Traffic",
56
+ description: "Complete rebrand and digital marketing transformation for a restaurant chain, resulting in 220% increase in foot traffic and 150% growth in online orders.",
57
+ tags: ["Rebranding", "Social Media", "Local SEO", "Delivery"],
58
+ color: "red",
59
+ url: "#",
60
+ },
61
+ {
62
+ id: 6,
63
+ title: "Fitness App User Acquisition",
64
+ category: "Mobile Marketing",
65
+ industry: "Health & Fitness",
66
+ result: "+500% Downloads",
67
+ description: "Mobile-first marketing campaign that achieved 500% increase in app downloads through app store optimization, influencer partnerships, and targeted social media advertising.",
68
+ tags: ["ASO", "Influencer", "Social Ads", "Retention"],
69
+ color: "yellow",
70
+ url: "#",
71
+ },
72
+ ];
73
+ const defaultFilters = [
74
+ "All Projects",
75
+ "Digital Marketing",
76
+ "Brand Marketing",
77
+ "B2B Marketing",
78
+ "Local Marketing",
79
+ "Mobile Marketing",
80
+ ];
81
+ // Upgraded Portfolio Preset Component
82
+ export function Portfolio() {
83
+ return (_jsx("section", { id: "portfolio", children: _jsx(PortfolioSimple, { enableMotion: true, projects: defaultProjects, filters: defaultFilters, sectionTitle: "Our Portfolio", sectionSubtitle: "Discover our successful projects that have transformed businesses across various industries with innovative digital solutions.", ctaTitle: "Ready to Start Your Project?", ctaDescription: "Let's work together to create something amazing that drives real results for your business.", section: {
84
+ className: "py-16 md:py-24 bg-background",
85
+ }, title: {
86
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-[var(--heading-fg)]",
87
+ }, subtitle: {
88
+ className: "text-xl md:text-2xl font-inter text-[var(--subheading-fg)] max-w-2xl mx-auto leading-relaxed",
89
+ }, ctaTitleStyle: {
90
+ className: "text-2xl md:text-3xl font-bold text-[var(--heading-fg)]",
91
+ }, ctaDescriptionStyle: {
92
+ className: "text-lg md:text-xl text-[var(--subheading-fg)] max-w-md mx-auto",
93
+ }, tagStyle: {
94
+ className: "px-2 py-1 text-xs rounded-full border-[var(--badge-border)] text-[var(--badge-fg)] bg-[var(--badge-bg)]",
95
+ }, ctaSection: {
96
+ className: "space-y-6 text-center mt-16 pt-12 border-t border-[var(--footer-border)]",
97
+ }, cta1Label: "Start Your Project", cta1Href: "#contact", cta2Label: "View All Projects", cta2Href: "#portfolio", cta1Button: {
98
+ className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 [--btn-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.700)] [--btn-fg:theme(colors.white)] hover:[--btn-hover-fg:theme(colors.white)]",
99
+ }, cta2Button: {
100
+ className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 border-2 [--btn-bg:transparent] [--btn-fg:theme(colors.fuchsia.700)] [--btn-border:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-fg:theme(colors.white)] dark:[--btn-fg:theme(colors.fuchsia.400)] dark:[--btn-border:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-bg:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-fg:theme(colors.white)]",
101
+ }, onProjectClick: (project) => {
102
+ console.log("Project clicked:", project);
103
+ }, onPrimaryCtaClick: () => {
104
+ console.log("CTA 1 clicked:");
105
+ }, onSecondaryCtaClick: () => {
106
+ console.log("CTA 2 clicked:");
107
+ }, ariaLabel: "Portfolio showcase section" }) }));
108
+ }
@@ -0,0 +1,110 @@
1
+ "use client";
2
+ import React from "react";
3
+ import { PortfolioSimple } from "@nextworks/blocks-sections";
4
+ // Default portfolio data without images - Digital Marketing Agency focused
5
+ const defaultProjects = [
6
+ {
7
+ id: 1,
8
+ title: "TechStartup Growth Campaign",
9
+ category: "Digital Marketing",
10
+ industry: "Technology",
11
+ result: "+300% Leads",
12
+ description: "Comprehensive digital marketing campaign that increased qualified leads by 300% through targeted SEO, social media marketing, and conversion optimization strategies.",
13
+ tags: ["SEO", "Social Media", "PPC", "Analytics"],
14
+ color: "blue",
15
+ url: "#",
16
+ },
17
+ {
18
+ id: 2,
19
+ title: "E-Commerce Brand Launch",
20
+ category: "Brand Marketing",
21
+ industry: "Retail",
22
+ result: "+250% Revenue",
23
+ description: "Complete brand launch and digital marketing strategy for a new e-commerce platform, resulting in 250% revenue growth within the first 6 months.",
24
+ tags: ["Brand Strategy", "Content Marketing", "Influencer", "Email"],
25
+ color: "green",
26
+ url: "#",
27
+ },
28
+ {
29
+ id: 3,
30
+ title: "Healthcare Practice Expansion",
31
+ category: "Local Marketing",
32
+ industry: "Healthcare",
33
+ result: "+180% Patients",
34
+ description: "Local SEO and digital marketing campaign that helped a healthcare practice expand to three new locations and increase patient acquisition by 180%.",
35
+ tags: ["Local SEO", "Google Ads", "Reputation", "Content"],
36
+ color: "purple",
37
+ url: "#",
38
+ },
39
+ {
40
+ id: 4,
41
+ title: "SaaS Product Launch",
42
+ category: "B2B Marketing",
43
+ industry: "Software",
44
+ result: "+400% Signups",
45
+ description: "Strategic B2B marketing campaign for a SaaS product launch, achieving 400% increase in trial signups through targeted content marketing and account-based marketing.",
46
+ tags: ["B2B Strategy", "Content", "LinkedIn Ads", "Webinars"],
47
+ color: "indigo",
48
+ url: "#",
49
+ },
50
+ {
51
+ id: 5,
52
+ title: "Restaurant Chain Rebrand",
53
+ category: "Brand Marketing",
54
+ industry: "Food & Beverage",
55
+ result: "+220% Foot Traffic",
56
+ description: "Complete rebrand and digital marketing transformation for a restaurant chain, resulting in 220% increase in foot traffic and 150% growth in online orders.",
57
+ tags: ["Rebranding", "Social Media", "Local SEO", "Delivery"],
58
+ color: "red",
59
+ url: "#",
60
+ },
61
+ {
62
+ id: 6,
63
+ title: "Fitness App User Acquisition",
64
+ category: "Mobile Marketing",
65
+ industry: "Health & Fitness",
66
+ result: "+500% Downloads",
67
+ description: "Mobile-first marketing campaign that achieved 500% increase in app downloads through app store optimization, influencer partnerships, and targeted social media advertising.",
68
+ tags: ["ASO", "Influencer", "Social Ads", "Retention"],
69
+ color: "yellow",
70
+ url: "#",
71
+ },
72
+ ];
73
+ const defaultFilters = [
74
+ "All Projects",
75
+ "Digital Marketing",
76
+ "Brand Marketing",
77
+ "B2B Marketing",
78
+ "Local Marketing",
79
+ "Mobile Marketing",
80
+ ];
81
+ // Upgraded Portfolio Preset Component
82
+ export function Portfolio() {
83
+ return (<section id="portfolio">
84
+ <PortfolioSimple enableMotion={true} projects={defaultProjects} filters={defaultFilters} sectionTitle="Our Portfolio" sectionSubtitle="Discover our successful projects that have transformed businesses across various industries with innovative digital solutions." ctaTitle="Ready to Start Your Project?" ctaDescription="Let's work together to create something amazing that drives real results for your business." section={{
85
+ className: "py-16 md:py-24 bg-background",
86
+ }} title={{
87
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-[var(--heading-fg)]",
88
+ }} subtitle={{
89
+ className: "text-xl md:text-2xl font-inter text-[var(--subheading-fg)] max-w-2xl mx-auto leading-relaxed",
90
+ }} ctaTitleStyle={{
91
+ className: "text-2xl md:text-3xl font-bold text-[var(--heading-fg)]",
92
+ }} ctaDescriptionStyle={{
93
+ className: "text-lg md:text-xl text-[var(--subheading-fg)] max-w-md mx-auto",
94
+ }} tagStyle={{
95
+ className: "px-2 py-1 text-xs rounded-full border-[var(--badge-border)] text-[var(--badge-fg)] bg-[var(--badge-bg)]",
96
+ }} ctaSection={{
97
+ className: "space-y-6 text-center mt-16 pt-12 border-t border-[var(--footer-border)]",
98
+ }} cta1Label="Start Your Project" cta1Href="#contact" cta2Label="View All Projects" cta2Href="#portfolio" cta1Button={{
99
+ className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 [--btn-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.700)] [--btn-fg:theme(colors.white)] hover:[--btn-hover-fg:theme(colors.white)]",
100
+ }} cta2Button={{
101
+ className: "h-10 px-6 flex items-center justify-center font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5 border-2 [--btn-bg:transparent] [--btn-fg:theme(colors.fuchsia.700)] [--btn-border:theme(colors.fuchsia.600)] hover:[--btn-hover-bg:theme(colors.fuchsia.600)] hover:[--btn-hover-fg:theme(colors.white)] dark:[--btn-fg:theme(colors.fuchsia.400)] dark:[--btn-border:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-bg:theme(colors.fuchsia.500)] dark:hover:[--btn-hover-fg:theme(colors.white)]",
102
+ }} onProjectClick={(project) => {
103
+ console.log("Project clicked:", project);
104
+ }} onPrimaryCtaClick={() => {
105
+ console.log("CTA 1 clicked:");
106
+ }} onSecondaryCtaClick={() => {
107
+ console.log("CTA 2 clicked:");
108
+ }} ariaLabel="Portfolio showcase section"/>
109
+ </section>);
110
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function Pricing(): React.JSX.Element;
3
+ //# sourceMappingURL=Pricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Pricing.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsD1B,wBAAgB,OAAO,sBAyDtB"}
@@ -0,0 +1,82 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { Pricing as SharedPricing } from "@nextworks/blocks-sections";
4
+ const AgencyPricingData = [
5
+ {
6
+ pricingPlanHeaderText: "Starter",
7
+ pricingPlanPrice: "$2,999",
8
+ pricingPlanFeatures: [
9
+ "5-page custom website",
10
+ "Mobile-responsive design",
11
+ "Basic SEO optimization",
12
+ "Contact form integration",
13
+ "2 rounds of revisions",
14
+ "1 month post-launch support",
15
+ ],
16
+ pricingPlanCTALabel: "Get Started",
17
+ pricingPlanCTAHref: "#contact",
18
+ },
19
+ {
20
+ pricingPlanHeaderText: "Professional",
21
+ pricingPlanPrice: "$5,999",
22
+ pricingPlanFeatures: [
23
+ "10-page custom website",
24
+ "Advanced responsive design",
25
+ "Comprehensive SEO setup",
26
+ "CMS integration",
27
+ "Analytics & tracking setup",
28
+ "Social media integration",
29
+ "3 rounds of revisions",
30
+ "3 months ongoing support",
31
+ ],
32
+ pricingPlanCTALabel: "Most Popular",
33
+ pricingPlanCTAHref: "#contact",
34
+ isPopular: true,
35
+ },
36
+ {
37
+ pricingPlanHeaderText: "Enterprise",
38
+ pricingPlanPrice: "Custom Quote",
39
+ pricingPlanFeatures: [
40
+ "Unlimited pages",
41
+ "Custom functionality",
42
+ "E-commerce integration",
43
+ "Advanced SEO strategy",
44
+ "Performance optimization",
45
+ "Third-party integrations",
46
+ "Priority support",
47
+ "Dedicated project manager",
48
+ "6 months ongoing support",
49
+ ],
50
+ pricingPlanCTALabel: "Contact Sales",
51
+ pricingPlanCTAHref: "#contact",
52
+ },
53
+ ];
54
+ export function Pricing() {
55
+ return (_jsx("section", { id: "pricing", children: _jsx(SharedPricing, { pricingPlans: AgencyPricingData, pricingHeadingText: "Choose Your Plan", section: {
56
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-800",
57
+ }, container: {
58
+ className: "max-w-7xl mx-auto px-6",
59
+ }, heading: {
60
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-center text-gray-800 dark:text-white mb-8",
61
+ }, grid: {
62
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-8",
63
+ }, card: {
64
+ className: "relative bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-200",
65
+ }, header: {
66
+ className: "p-6 text-center border-b border-gray-200 dark:border-gray-700",
67
+ }, title: {
68
+ className: "text-xl font-bold font-poppins text-gray-800 dark:text-white mb-2",
69
+ }, price: {
70
+ className: "text-3xl font-bold font-poppins text-fuchsia-600 dark:text-fuchsia-400 mb-4",
71
+ }, features: {
72
+ className: "p-6 space-y-3 font-inter",
73
+ }, featureItem: {
74
+ className: "flex items-center text-gray-600 dark:text-gray-300 text-sm",
75
+ }, cta: {
76
+ variant: "default",
77
+ size: "lg",
78
+ className: "w-full bg-fuchsia-600 hover:bg-fuchsia-700 dark:bg-fuchsia-600 dark:hover:bg-fuchsia-700 text-white hover:text-white font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5",
79
+ }, popularBadge: {
80
+ className: "absolute -top-3 left-1/2 transform -translate-x-1/2 bg-fuchsia-600 text-white px-4 py-1 rounded-full text-sm font-medium",
81
+ }, ariaLabel: "Pricing section" }) }));
82
+ }
@@ -0,0 +1,84 @@
1
+ "use client";
2
+ import React from "react";
3
+ import { Pricing as SharedPricing } from "@nextworks/blocks-sections";
4
+ const AgencyPricingData = [
5
+ {
6
+ pricingPlanHeaderText: "Starter",
7
+ pricingPlanPrice: "$2,999",
8
+ pricingPlanFeatures: [
9
+ "5-page custom website",
10
+ "Mobile-responsive design",
11
+ "Basic SEO optimization",
12
+ "Contact form integration",
13
+ "2 rounds of revisions",
14
+ "1 month post-launch support",
15
+ ],
16
+ pricingPlanCTALabel: "Get Started",
17
+ pricingPlanCTAHref: "#contact",
18
+ },
19
+ {
20
+ pricingPlanHeaderText: "Professional",
21
+ pricingPlanPrice: "$5,999",
22
+ pricingPlanFeatures: [
23
+ "10-page custom website",
24
+ "Advanced responsive design",
25
+ "Comprehensive SEO setup",
26
+ "CMS integration",
27
+ "Analytics & tracking setup",
28
+ "Social media integration",
29
+ "3 rounds of revisions",
30
+ "3 months ongoing support",
31
+ ],
32
+ pricingPlanCTALabel: "Most Popular",
33
+ pricingPlanCTAHref: "#contact",
34
+ isPopular: true,
35
+ },
36
+ {
37
+ pricingPlanHeaderText: "Enterprise",
38
+ pricingPlanPrice: "Custom Quote",
39
+ pricingPlanFeatures: [
40
+ "Unlimited pages",
41
+ "Custom functionality",
42
+ "E-commerce integration",
43
+ "Advanced SEO strategy",
44
+ "Performance optimization",
45
+ "Third-party integrations",
46
+ "Priority support",
47
+ "Dedicated project manager",
48
+ "6 months ongoing support",
49
+ ],
50
+ pricingPlanCTALabel: "Contact Sales",
51
+ pricingPlanCTAHref: "#contact",
52
+ },
53
+ ];
54
+ export function Pricing() {
55
+ return (<section id="pricing">
56
+ <SharedPricing pricingPlans={AgencyPricingData} pricingHeadingText="Choose Your Plan" section={{
57
+ className: "py-16 md:py-20 lg:py-24 bg-fuchsia-50 dark:bg-gray-800",
58
+ }} container={{
59
+ className: "max-w-7xl mx-auto px-6",
60
+ }} heading={{
61
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-center text-gray-800 dark:text-white mb-8",
62
+ }} grid={{
63
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-8",
64
+ }} card={{
65
+ className: "relative bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-200",
66
+ }} header={{
67
+ className: "p-6 text-center border-b border-gray-200 dark:border-gray-700",
68
+ }} title={{
69
+ className: "text-xl font-bold font-poppins text-gray-800 dark:text-white mb-2",
70
+ }} price={{
71
+ className: "text-3xl font-bold font-poppins text-fuchsia-600 dark:text-fuchsia-400 mb-4",
72
+ }} features={{
73
+ className: "p-6 space-y-3 font-inter",
74
+ }} featureItem={{
75
+ className: "flex items-center text-gray-600 dark:text-gray-300 text-sm",
76
+ }} cta={{
77
+ variant: "default",
78
+ size: "lg",
79
+ className: "w-full bg-fuchsia-600 hover:bg-fuchsia-700 dark:bg-fuchsia-600 dark:hover:bg-fuchsia-700 text-white hover:text-white font-medium shadow-md hover:shadow-lg transition-all duration-200 hover:-translate-y-0.5",
80
+ }} popularBadge={{
81
+ className: "absolute -top-3 left-1/2 transform -translate-x-1/2 bg-fuchsia-600 text-white px-4 py-1 rounded-full text-sm font-medium",
82
+ }} ariaLabel="Pricing section"/>
83
+ </section>);
84
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function Process(): React.JSX.Element;
3
+ //# sourceMappingURL=Process.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Process.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Process.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,wBAAgB,OAAO,sBA0BtB"}
@@ -0,0 +1,38 @@
1
+ "use client";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { ProcessTimeline } from "@nextworks/blocks-sections";
4
+ const agencySteps = [
5
+ {
6
+ stepNumber: 1,
7
+ title: "Discovery Call",
8
+ description: "Understanding your goals and requirements",
9
+ icon: "🔍",
10
+ },
11
+ {
12
+ stepNumber: 2,
13
+ title: "Strategy & Design",
14
+ description: "Custom mockups and project roadmap",
15
+ icon: "🎨",
16
+ },
17
+ {
18
+ stepNumber: 3,
19
+ title: "Development",
20
+ description: "Building your site with regular updates",
21
+ icon: "⚡",
22
+ },
23
+ {
24
+ stepNumber: 4,
25
+ title: "Launch & Support",
26
+ description: "Going live with ongoing maintenance",
27
+ icon: "🚀",
28
+ },
29
+ ];
30
+ export function Process() {
31
+ return (_jsx("section", { id: "process", children: _jsx(ProcessTimeline, { steps: agencySteps, heading: "How We Work", subheading: "Our proven 4-step process ensures your project delivers real results, on time and within budget.", section: {
32
+ className: "py-16 md:py-20 bg-fuchsia-50 dark:bg-gray-900 [--process-step-bg:theme(colors.fuchsia.600)] [--process-step-fg:theme(colors.white)] [--process-connector:theme(colors.gray.300)] dark:[--process-connector:theme(colors.gray.600)]",
33
+ }, container: { className: "max-w-6xl mx-auto px-6" }, headingStyle: {
34
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-gray-800 dark:text-white leading-tight",
35
+ }, subheadingStyle: {
36
+ className: "text-xl md:text-2xl font-inter text-gray-600 dark:text-gray-300 max-w-2xl mx-auto leading-relaxed",
37
+ }, connectingLine: undefined, stepCircle: undefined, ariaLabel: "Process timeline section" }) }));
38
+ }
@@ -0,0 +1,40 @@
1
+ "use client";
2
+ import React from "react";
3
+ import { ProcessTimeline } from "@nextworks/blocks-sections";
4
+ const agencySteps = [
5
+ {
6
+ stepNumber: 1,
7
+ title: "Discovery Call",
8
+ description: "Understanding your goals and requirements",
9
+ icon: "🔍",
10
+ },
11
+ {
12
+ stepNumber: 2,
13
+ title: "Strategy & Design",
14
+ description: "Custom mockups and project roadmap",
15
+ icon: "🎨",
16
+ },
17
+ {
18
+ stepNumber: 3,
19
+ title: "Development",
20
+ description: "Building your site with regular updates",
21
+ icon: "⚡",
22
+ },
23
+ {
24
+ stepNumber: 4,
25
+ title: "Launch & Support",
26
+ description: "Going live with ongoing maintenance",
27
+ icon: "🚀",
28
+ },
29
+ ];
30
+ export function Process() {
31
+ return (<section id="process">
32
+ <ProcessTimeline steps={agencySteps} heading="How We Work" subheading="Our proven 4-step process ensures your project delivers real results, on time and within budget." section={{
33
+ className: "py-16 md:py-20 bg-fuchsia-50 dark:bg-gray-900 [--process-step-bg:theme(colors.fuchsia.600)] [--process-step-fg:theme(colors.white)] [--process-connector:theme(colors.gray.300)] dark:[--process-connector:theme(colors.gray.600)]",
34
+ }} container={{ className: "max-w-6xl mx-auto px-6" }} headingStyle={{
35
+ className: "text-4xl md:text-5xl lg:text-6xl font-bold font-poppins text-gray-800 dark:text-white leading-tight",
36
+ }} subheadingStyle={{
37
+ className: "text-xl md:text-2xl font-inter text-gray-600 dark:text-gray-300 max-w-2xl mx-auto leading-relaxed",
38
+ }} connectingLine={undefined} stepCircle={undefined} ariaLabel="Process timeline section"/>
39
+ </section>);
40
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function Services(): React.JSX.Element;
3
+ //# sourceMappingURL=Services.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/templates/digitalagency/components/Services.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4B1B,wBAAgB,QAAQ,sBAwBvB"}