@nextworks/blocks-templates 0.2.0-alpha.2 → 0.2.0-alpha.21

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 (120) hide show
  1. package/README.md +5 -3
  2. package/dist/index.d.ts +5 -0
  3. package/dist/index.d.ts.map +1 -1
  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 -1
  7. package/dist/templates/digitalagency/Page.jsx +35 -0
  8. package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -1
  9. package/dist/templates/digitalagency/PresetThemeVars.jsx +33 -0
  10. package/dist/templates/digitalagency/components/About.d.ts.map +1 -1
  11. package/dist/templates/digitalagency/components/About.jsx +45 -0
  12. package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -1
  13. package/dist/templates/digitalagency/components/CTA.jsx +29 -0
  14. package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -1
  15. package/dist/templates/digitalagency/components/Contact.jsx +92 -0
  16. package/dist/templates/digitalagency/components/Footer.d.ts +8 -0
  17. package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -1
  18. package/dist/templates/digitalagency/components/Footer.jsx +60 -0
  19. package/dist/templates/digitalagency/components/Hero.d.ts +6 -0
  20. package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -1
  21. package/dist/templates/digitalagency/components/Hero.jsx +64 -0
  22. package/dist/templates/digitalagency/components/Navbar.d.ts +22 -0
  23. package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -1
  24. package/dist/templates/digitalagency/components/Navbar.jsx +87 -0
  25. package/dist/templates/digitalagency/components/NetworkPattern.d.ts +7 -0
  26. package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -0
  27. package/dist/templates/digitalagency/components/NetworkPattern.jsx +120 -0
  28. package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -1
  29. package/dist/templates/digitalagency/components/Portfolio.jsx +112 -0
  30. package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -1
  31. package/dist/templates/digitalagency/components/Pricing.jsx +86 -0
  32. package/dist/templates/digitalagency/components/Process.d.ts.map +1 -1
  33. package/dist/templates/digitalagency/components/Process.jsx +42 -0
  34. package/dist/templates/digitalagency/components/Services.d.ts.map +1 -1
  35. package/dist/templates/digitalagency/components/Services.jsx +38 -0
  36. package/dist/templates/digitalagency/components/Team.d.ts.map +1 -1
  37. package/dist/templates/digitalagency/components/Team.jsx +16 -0
  38. package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -1
  39. package/dist/templates/digitalagency/components/Testimonials.jsx +42 -0
  40. package/dist/templates/gallery/Page.d.ts +2 -0
  41. package/dist/templates/gallery/PresetThemeVars.d.ts +14 -0
  42. package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -1
  43. package/dist/templates/gallery/PresetThemeVars.jsx +36 -0
  44. package/dist/templates/gallery/page.d.ts.map +1 -1
  45. package/dist/templates/gallery/page.jsx +281 -0
  46. package/dist/templates/productlaunch/Page.d.ts.map +1 -1
  47. package/dist/templates/productlaunch/Page.jsx +44 -0
  48. package/dist/templates/productlaunch/PresetThemeVars.d.ts +17 -0
  49. package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -1
  50. package/dist/templates/productlaunch/PresetThemeVars.jsx +33 -0
  51. package/dist/templates/productlaunch/components/About.d.ts.map +1 -1
  52. package/dist/templates/productlaunch/components/About.jsx +57 -0
  53. package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -1
  54. package/dist/templates/productlaunch/components/CTA.jsx +37 -0
  55. package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -1
  56. package/dist/templates/productlaunch/components/Contact.jsx +95 -0
  57. package/dist/templates/productlaunch/components/FAQ.d.ts +5 -0
  58. package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -1
  59. package/dist/templates/productlaunch/components/FAQ.jsx +59 -0
  60. package/dist/templates/productlaunch/components/Features.d.ts +5 -0
  61. package/dist/templates/productlaunch/components/Features.d.ts.map +1 -1
  62. package/dist/templates/productlaunch/components/Features.jsx +52 -0
  63. package/dist/templates/productlaunch/components/Footer.d.ts +5 -0
  64. package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -1
  65. package/dist/templates/productlaunch/components/Footer.jsx +104 -0
  66. package/dist/templates/productlaunch/components/Hero.d.ts +5 -0
  67. package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -1
  68. package/dist/templates/productlaunch/components/Hero.jsx +70 -0
  69. package/dist/templates/productlaunch/components/Navbar.d.ts +25 -0
  70. package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -1
  71. package/dist/templates/productlaunch/components/Navbar.jsx +84 -0
  72. package/dist/templates/productlaunch/components/Pricing.d.ts +5 -0
  73. package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -1
  74. package/dist/templates/productlaunch/components/Pricing.jsx +78 -0
  75. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +5 -0
  76. package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -1
  77. package/dist/templates/productlaunch/components/ProcessTimeline.jsx +64 -0
  78. package/dist/templates/productlaunch/components/ServicesGrid.d.ts +5 -0
  79. package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -1
  80. package/dist/templates/productlaunch/components/ServicesGrid.jsx +42 -0
  81. package/dist/templates/productlaunch/components/Team.d.ts +5 -0
  82. package/dist/templates/productlaunch/components/Team.d.ts.map +1 -1
  83. package/dist/templates/productlaunch/components/Team.jsx +73 -0
  84. package/dist/templates/productlaunch/components/Testimonials.d.ts +6 -0
  85. package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -1
  86. package/dist/templates/productlaunch/components/Testimonials.jsx +57 -0
  87. package/dist/templates/productlaunch/components/TrustBadges.d.ts +5 -0
  88. package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -1
  89. package/dist/templates/productlaunch/components/TrustBadges.jsx +51 -0
  90. package/dist/templates/saasdashboard/Page.d.ts +2 -0
  91. package/dist/templates/saasdashboard/Page.d.ts.map +1 -1
  92. package/dist/templates/saasdashboard/Page.jsx +37 -0
  93. package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -1
  94. package/dist/templates/saasdashboard/PresetThemeVars.jsx +31 -0
  95. package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -1
  96. package/dist/templates/saasdashboard/components/Contact.jsx +92 -0
  97. package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -0
  98. package/dist/templates/saasdashboard/components/Dashboard.jsx +170 -0
  99. package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -1
  100. package/dist/templates/saasdashboard/components/FAQ.jsx +36 -0
  101. package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -1
  102. package/dist/templates/saasdashboard/components/Features.jsx +54 -0
  103. package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -1
  104. package/dist/templates/saasdashboard/components/Footer.jsx +53 -0
  105. package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -1
  106. package/dist/templates/saasdashboard/components/Hero.jsx +71 -0
  107. package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -1
  108. package/dist/templates/saasdashboard/components/Hero_mask.jsx +86 -0
  109. package/dist/templates/saasdashboard/components/Navbar.d.ts +25 -0
  110. package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -1
  111. package/dist/templates/saasdashboard/components/Navbar.jsx +85 -0
  112. package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -1
  113. package/dist/templates/saasdashboard/components/Pricing.jsx +66 -0
  114. package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -0
  115. package/dist/templates/saasdashboard/components/SmoothScroll.jsx +87 -0
  116. package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -1
  117. package/dist/templates/saasdashboard/components/Testimonials.jsx +41 -0
  118. package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -1
  119. package/dist/templates/saasdashboard/components/TrustBadges.jsx +38 -0
  120. package/package.json +34 -34
@@ -0,0 +1,59 @@
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 { FAQ as SharedFAQ } from "@nextworks/blocks-sections";
5
+ import { ChevronDown, ChevronUp } from "lucide-react";
6
+ /**
7
+ * Preset FAQ component for the product launch page.
8
+ */
9
+ export function FAQ() {
10
+ return (<SharedFAQ faqSectionHeaderText="Frequently Asked Questions" faqData={[
11
+ {
12
+ question: "What is IntelliOpAI and how does it work?",
13
+ answer: "IntelliOpAI is an advanced AI-powered platform that automates business operations and provides real-time insights. Our system uses machine learning algorithms to analyze your data, streamline workflows, and help you make smarter decisions faster.",
14
+ },
15
+ {
16
+ question: "Do I need technical expertise to use IntelliOpAI?",
17
+ answer: "Not at all! IntelliOpAI is designed with a user-friendly interface that requires no coding knowledge. Our intuitive dashboard and guided setup process make it easy for anyone to get started, regardless of their technical background.",
18
+ },
19
+ {
20
+ question: "How does IntelliOpAI integrate with my existing systems?",
21
+ answer: "IntelliOpAI offers seamless integration with popular business tools and platforms through our robust API and pre-built connectors. We support integration with CRM systems, databases, cloud services, and more to ensure a smooth transition.",
22
+ },
23
+ {
24
+ question: "What kind of support do you provide?",
25
+ answer: "We offer comprehensive 24/7 support including live chat, email support, and dedicated account managers for enterprise clients. Our team of AI experts is always ready to help you maximize the value of your IntelliOpAI implementation.",
26
+ },
27
+ {
28
+ question: "Is my data secure with IntelliOpAI?",
29
+ answer: "Absolutely. We implement enterprise-grade security measures including end-to-end encryption, SOC 2 compliance, and regular security audits. Your data is protected with the highest industry standards and we never share your information with third parties.",
30
+ },
31
+ {
32
+ question: "Can IntelliOpAI scale with my business growth?",
33
+ answer: "Yes! IntelliOpAI is built to scale with your business. Our flexible architecture can handle everything from small startups to large enterprises, automatically adjusting resources and capabilities as your needs evolve.",
34
+ },
35
+ ]} section={{
36
+ className: "py-16 px-5 bg-white dark:bg-black text-gray-800 dark:text-white",
37
+ }} container={{
38
+ className: "max-w-6xl mx-auto",
39
+ }} heading={{
40
+ className: "text-2xl md:text-3xl lg:text-4xl font-bold text-center mb-8 text-gray-800 dark:text-white font-outfit",
41
+ }} grid={{
42
+ className: "grid grid-cols-1 lg:grid-cols-2 gap-6 px-5 py-8",
43
+ }} item={{
44
+ className: "mb-6 w-full",
45
+ }} questionButton={{
46
+ className: "bg-gradient-to-r from-purple-600 to-purple-700 hover:from-purple-700 hover:to-purple-800 text-white p-5 cursor-pointer rounded-lg transition-all duration-200 flex items-center justify-between shadow-lg hover:shadow-xl hover:shadow-purple-500/30 hover:-translate-y-0.5 font-inter " +
47
+ // Define the ring and border CSS vars
48
+ "[--btn-ring:theme(colors.purple.500)] dark:[--btn-ring:theme(colors.purple.400)] " +
49
+ "[--btn-border:theme(colors.purple.500)] dark:[--btn-border:theme(colors.purple.400)] " +
50
+ // Ensure mouse focus uses ring color too
51
+ "focus:ring-[var(--btn-ring)]",
52
+ }}
53
+ // Question text styles inherits from button
54
+ questionText={{ className: "" }} chevronIcon={{
55
+ className: "h-6 w-6 transition-transform duration-200 flex-shrink-0",
56
+ }} openIcon={<ChevronUp className="h-6 w-6"/>} closedIcon={<ChevronDown className="h-6 w-6"/>} answer={{
57
+ className: "bg-gray-50 dark:bg-gray-800 text-gray-800 dark:text-white rounded-lg overflow-hidden border border-purple-200 dark:border-purple-800 shadow-md",
58
+ }} answerText={{ className: "p-5" }} ariaLabel="IntelliOpAI frequently asked questions"/>);
59
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for Features
3
+ */
4
+ export declare function Features(): import("react").JSX.Element;
5
+ //# sourceMappingURL=Features.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,QAAQ,gCA2EvB"}
1
+ {"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,QAAQ,gCA2EvB"}
@@ -0,0 +1,52 @@
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 { Features as SharedFeatures } from "@nextworks/blocks-sections";
5
+ /**
6
+ * Product Launch preset for Features
7
+ */
8
+ export function Features() {
9
+ const featuresData = [
10
+ {
11
+ imageSrc: "/placeholders/product_launch/feature_1.png",
12
+ imageAlt: "AI-Powered Analytics Dashboard",
13
+ headingText: "Intelligent Analytics",
14
+ subheadingText: "Harness the power of AI to gain deep insights into your business performance. Our machine learning algorithms analyze patterns and provide actionable recommendations to drive growth.",
15
+ },
16
+ {
17
+ imageSrc: "/placeholders/product_launch/feature_2.png",
18
+ imageAlt: "Real-time AI Collaboration Platform",
19
+ headingText: "AI-Powered Collaboration",
20
+ subheadingText: "Work seamlessly with AI assistants that understand context and help your team stay productive. Our intelligent collaboration tools adapt to your workflow and boost efficiency.",
21
+ },
22
+ {
23
+ imageSrc: "/placeholders/product_launch/feature_3.png",
24
+ imageAlt: "Advanced AI Security System",
25
+ headingText: "AI-Enhanced Security",
26
+ subheadingText: "Protect your data with next-generation AI security that learns and adapts to threats in real-time. Enterprise-grade protection with intelligent threat detection and prevention.",
27
+ },
28
+ {
29
+ imageSrc: "/placeholders/product_launch/feature_4.png",
30
+ imageAlt: "Mobile AI Interface",
31
+ headingText: "Smart Mobile Experience",
32
+ subheadingText: "Access your AI-powered workspace from anywhere with our intelligent mobile interface. Responsive design that adapts to your device and provides contextual assistance on the go.",
33
+ },
34
+ ];
35
+ return (<SharedFeatures id="features" sectionHeading="AI-Powered Features" sectionSubheading="Experience the future of intelligent automation with our cutting-edge AI technology" featuresData={featuresData} section={{
36
+ className: "py-20 md:py-24 lg:py-28 bg-white dark:bg-gray-900",
37
+ }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "text-center mb-16" }} heading={{
38
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
39
+ }} subheading={{
40
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-4xl mx-auto leading-relaxed font-inter",
41
+ }} grid={{
42
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 xl:grid-cols-4 gap-8 md:gap-10",
43
+ }} card={{
44
+ className: "h-full transition-all duration-500 hover:-translate-y-4 hover:shadow-2xl hover:shadow-purple-500/20 group border border-gray-100 dark:border-gray-800 rounded-xl overflow-hidden",
45
+ }} image={{
46
+ className: "object-cover transition-transform duration-300 group-hover:scale-102",
47
+ }} cardHeading={{
48
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white mb-4 leading-tight font-inter group-hover:text-purple-600 dark:group-hover:text-purple-400 transition-colors duration-300",
49
+ }} cardSubheading={{
50
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
51
+ }} ariaLabel="AI-powered features for IntelliOpAI" enableMotion={true}/>);
52
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Preset Footer for the Product Launch template
3
+ */
4
+ export declare function Footer(): import("react").JSX.Element;
5
+ //# sourceMappingURL=Footer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,wBAAgB,MAAM,gCA2HrB"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"AAQA;;GAEG;AACH,wBAAgB,MAAM,gCA2HrB"}
@@ -0,0 +1,104 @@
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 { Footer as SharedFooter } from "@nextworks/blocks-sections";
5
+ import { Twitter, Linkedin, Github, Youtube, Mail } from "lucide-react";
6
+ /**
7
+ * Preset Footer for the Product Launch template
8
+ */
9
+ export function Footer() {
10
+ return (<SharedFooter id="footer" footerBrandName="IntelliOpAI" footerNavLinks={[
11
+ {
12
+ heading: "Product",
13
+ links: [
14
+ { name: "Features", href: "#features" },
15
+ { name: "Pricing", href: "#pricing" },
16
+ { name: "API Documentation", href: "#api-docs" },
17
+ { name: "FAQ", href: "#faq" },
18
+ ],
19
+ },
20
+ {
21
+ heading: "Company",
22
+ links: [
23
+ { name: "About", href: "#about" },
24
+ { name: "Careers", href: "#careers" },
25
+ { name: "Blog", href: "#blog" },
26
+ { name: "Contact", href: "#contact" },
27
+ ],
28
+ },
29
+ {
30
+ heading: "Resources",
31
+ links: [
32
+ { name: "Help Center", href: "#help" },
33
+ { name: "Terms of Service", href: "#terms" },
34
+ { name: "Privacy Policy", href: "#privacy" },
35
+ { name: "System Status", href: "#status" },
36
+ ],
37
+ },
38
+ {
39
+ heading: "Developers",
40
+ links: [
41
+ { name: "API Reference", href: "#api" },
42
+ { name: "SDKs", href: "#sdk" },
43
+ { name: "GitHub", href: "https://github.com", external: true },
44
+ { name: "Community", href: "#community" },
45
+ ],
46
+ },
47
+ ]} footerSocialLinks={[
48
+ {
49
+ name: "Twitter",
50
+ icon: Twitter,
51
+ url: "https://twitter.com/intelliopai",
52
+ external: true,
53
+ label: "Follow IntelliOpAI on Twitter",
54
+ },
55
+ {
56
+ name: "LinkedIn",
57
+ icon: Linkedin,
58
+ url: "https://linkedin.com/company/intelliopai",
59
+ external: true,
60
+ label: "Connect with IntelliOpAI on LinkedIn",
61
+ },
62
+ {
63
+ name: "GitHub",
64
+ icon: Github,
65
+ url: "https://github.com/intelliopai",
66
+ external: true,
67
+ label: "View IntelliOpAI on GitHub",
68
+ },
69
+ {
70
+ name: "YouTube",
71
+ icon: Youtube,
72
+ url: "https://youtube.com/@intelliopai",
73
+ external: true,
74
+ label: "Watch IntelliOpAI on YouTube",
75
+ },
76
+ {
77
+ name: "Email",
78
+ icon: Mail,
79
+ url: "mailto:hello@intelliopai.com",
80
+ external: true,
81
+ label: "Contact IntelliOpAI via email",
82
+ },
83
+ ]} section={{
84
+ className: "w-full bg-white dark:bg-black text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-800",
85
+ }} container={{ className: "max-w-7xl mx-auto px-6" }} brand={{
86
+ className: "text-xl md:text-2xl font-bold text-purple-600 dark:text-purple-400 font-outfit",
87
+ }} brandWrapper={{
88
+ className: "flex flex-col items-start text-left lg:pr-8",
89
+ }} navSection={{
90
+ className: "flex flex-col lg:flex-row items-start justify-between gap-8 lg:gap-12 pt-10.5 pb-12",
91
+ }} navGroup={{
92
+ className: "flex flex-col items-start text-left min-w-[150px] pt-1.5",
93
+ }} navHeading={{
94
+ className: "font-semibold text-gray-800 dark:text-white mb-4 text-sm uppercase tracking-wider font-inter",
95
+ }} navLink={{
96
+ className: "text-gray-600 dark:text-gray-300 hover:text-purple-600 dark:hover:text-purple-400 transition-colors duration-200 text-sm mb-3 font-inter block",
97
+ }} socialSection={{
98
+ className: "flex items-center justify-center gap-6 py-8 border-t border-gray-200 dark:border-gray-800",
99
+ }} socialLink={{
100
+ className: "text-gray-600 dark:text-gray-300 hover:text-purple-600 dark:hover:text-purple-400 transition-all duration-200 p-3 rounded-lg hover:bg-purple-50 dark:hover:bg-purple-900/20 hover:scale-110",
101
+ }} socialIcon={{ className: "h-6 w-6" }} copyright={{
102
+ className: "text-center text-sm text-gray-500 dark:text-gray-400 py-6 border-t border-gray-200 dark:border-gray-800 font-inter",
103
+ }} ariaLabel="IntelliOpAI footer"/>);
104
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for Hero
3
+ */
4
+ export declare function Hero(): import("react").JSX.Element;
5
+ //# sourceMappingURL=Hero.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Hero.tsx"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,IAAI,gCAgFnB"}
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Hero.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,IAAI,gCAgFnB"}
@@ -0,0 +1,70 @@
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 { HeroSplit as SharedHeroSplit } from "@nextworks/blocks-sections";
5
+ /**
6
+ * Product Launch preset for Hero
7
+ */
8
+ export function Hero() {
9
+ return (<SharedHeroSplit heading={{
10
+ text: "Goodie Revolutionize Your Workflow with AI",
11
+ className: "text-3xl md:text-4xl lg:text-5xl xl:text-6xl font-bold leading-tight text-black dark:text-white font-outfit mx-auto",
12
+ }} subheading={{
13
+ text: "Transform your business operations with our cutting-edge AI solutions. Streamline processes, boost productivity, and unlock new possibilities for growth.",
14
+ className: "text-base md:text-lg lg:text-xl text-gray-700 dark:text-gray-100 mt-6 mb-8 max-w-2xl font-inter leading-relaxed mx-auto",
15
+ }} section={{
16
+ className: "bg-gradient-to-br from-white via-purple-50 to-white dark:from-gray-900 dark:via-purple-950/20 dark:to-gray-900 pt-16 px-8 pb-8",
17
+ }} cta1={{
18
+ label: "Get Started",
19
+ href: "#contact",
20
+ variant: "default",
21
+ size: "lg",
22
+ className: [
23
+ "text-base font-semibold shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-200 px-8 py-3",
24
+ "[--btn-bg:theme(colors.purple.600)]",
25
+ "hover:[--btn-hover-bg:theme(colors.purple.700)]",
26
+ "[--btn-fg:theme(colors.white)]",
27
+ "hover:[--btn-hover-fg:theme(colors.white)]",
28
+ ].join(" "),
29
+ }} cta2={{
30
+ label: "Learn More",
31
+ href: "#features",
32
+ variant: "outline",
33
+ size: "lg",
34
+ className: [
35
+ // Layout/typography/shadow/transitions
36
+ "text-base font-semibold shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-200 px-8 py-3",
37
+ // Base colors (ensuring outline has transparent bg instead of token background)
38
+ "[--btn-bg:transparent]",
39
+ // CSS variable overrides to control colors while keeping the outline variant structure
40
+ "[--btn-fg:theme(colors.purple.600)]",
41
+ "[--btn-border:theme(colors.purple.600)]",
42
+ "hover:[--btn-hover-bg:theme(colors.purple.50)]",
43
+ "hover:[--btn-hover-fg:theme(colors.purple.600)]",
44
+ // Dark mode
45
+ "dark:[--btn-bg:transparent]",
46
+ "dark:[--btn-fg:theme(colors.purple.500)]",
47
+ "dark:[--btn-border:theme(colors.purple.500)]",
48
+ "dark:hover:[--btn-hover-bg:theme(colors.purple.950)]",
49
+ "dark:hover:[--btn-hover-fg:theme(colors.purple.500)]",
50
+ // Ensure hover text stays the intended color in light mode
51
+ "hover:[--btn-hover-fg:theme(colors.purple.600)]",
52
+ // Ensure a border width is present for the outline variant override cases
53
+ "border",
54
+ ].join(" "),
55
+ }} image={{
56
+ src: "/placeholders/product_launch/hero.png",
57
+ alt: "AI-powered workflow illustration",
58
+ className: "object-contain",
59
+ }} imageLayout="padded" imageContainer={{
60
+ className: "md:h-80 lg:h-96 md:w-1/2",
61
+ }} textContainer={{
62
+ className: " flex-1 p-5 lg:p-8 text-center lg:text-left",
63
+ }} buttonsContainer={{
64
+ className: [
65
+ "flex flex-col sm:flex-row gap-4 mt-8 justify-center lg:justify-start",
66
+ "[--btn-ring:theme(colors.purple.500)]",
67
+ "dark:[--btn-ring:theme(colors.purple.400)]",
68
+ ].join(" "),
69
+ }} textAlign="center" ariaLabel="Revolutionize your workflow with AI hero section"/>);
70
+ }
@@ -0,0 +1,25 @@
1
+ import type { ComponentProps } from "react";
2
+ import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
3
+ /**
4
+ * Product Launch preset Navbar
5
+ *
6
+ * - IntelliOpAI branding with purple color scheme
7
+ * - Custom font families (Outfit for brand, Inter for links)
8
+ * - No CTA button (ctaButton = null)
9
+ * - Purple hover states for links and theme toggle
10
+ * - Clean white background with dark mode support
11
+ *
12
+ * This preset exposes the Shared Navbar API, allowing full customization of any prop or slot.
13
+ *
14
+ * Example:
15
+ * <Navbar
16
+ * brand="My Brand"
17
+ * links={{ className: "hover:text-emerald-600" }}
18
+ * container={{ className: "max-w-6xl mx-auto" }}
19
+ * />
20
+ */
21
+ type SharedNavbarProps = ComponentProps<typeof SharedNavbar>;
22
+ type PresetOverrides = Partial<SharedNavbarProps>;
23
+ export declare function Navbar(overrides?: PresetOverrides): import("react").JSX.Element;
24
+ export {};
25
+ //# sourceMappingURL=Navbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Navbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAgFlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BASrD"}
1
+ {"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Navbar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE;;;;;;;;;;;;;;;;;GAiBG;AACH,KAAK,iBAAiB,GAAG,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC;AAC7D,KAAK,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAkFlD,wBAAgB,MAAM,CAAC,SAAS,GAAE,eAAoB,+BASrD"}
@@ -0,0 +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.
3
+ "use client";
4
+ import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
5
+ const defaultProps = {
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
+ },
78
+ };
79
+ export function Navbar(overrides = {}) {
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}/>;
84
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for Pricing
3
+ */
4
+ export declare function Pricing(): import("react").JSX.Element;
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"}
@@ -0,0 +1,78 @@
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
+ /**
6
+ * Product Launch preset for Pricing
7
+ */
8
+ export function Pricing() {
9
+ return (<SharedPricing id="pricing" pricingHeadingText="Choose Your AI Plan" pricingPlans={[
10
+ {
11
+ pricingPlanHeaderText: "Starter",
12
+ pricingPlanPrice: "$29",
13
+ pricingPlanFeatures: [
14
+ "Up to 1,000 AI requests/month",
15
+ "Basic AI models access",
16
+ "Email support",
17
+ "Standard analytics",
18
+ "API access",
19
+ ],
20
+ pricingPlanCTALabel: "Get Started",
21
+ pricingPlanCTAHref: "#contact",
22
+ },
23
+ {
24
+ pricingPlanHeaderText: "Professional",
25
+ pricingPlanPrice: "$99",
26
+ pricingPlanFeatures: [
27
+ "Up to 10,000 AI requests/month",
28
+ "Advanced AI models access",
29
+ "Priority support",
30
+ "Advanced analytics & insights",
31
+ "Full API access",
32
+ "Custom integrations",
33
+ "Team collaboration tools",
34
+ ],
35
+ pricingPlanCTALabel: "Start Free Trial",
36
+ pricingPlanCTAHref: "#contact",
37
+ isPopular: true,
38
+ },
39
+ {
40
+ pricingPlanHeaderText: "Enterprise",
41
+ pricingPlanPrice: "Custom",
42
+ pricingPlanFeatures: [
43
+ "Unlimited AI requests",
44
+ "Premium AI models access",
45
+ "24/7 dedicated support",
46
+ "Custom analytics dashboard",
47
+ "White-label solutions",
48
+ "Custom model training",
49
+ "SLA guarantee",
50
+ "On-premise deployment",
51
+ ],
52
+ pricingPlanCTALabel: "Contact Sales",
53
+ pricingPlanCTAHref: "#contact",
54
+ },
55
+ ]} section={{
56
+ className: "pt-20 pb-16 bg-gray-50 dark:bg-gray-900 text-gray-800 dark:text-white",
57
+ }} container={{ className: "max-w-7xl mx-auto px-6" }} heading={{
58
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-center text-gray-800 dark:text-white mb-4 font-outfit",
59
+ }} grid={{
60
+ className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mt-12",
61
+ }} card={{
62
+ className: "relative bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-2xl shadow-lg hover:shadow-2xl hover:shadow-purple-500/20 transition-all duration-300 hover:-translate-y-2 hover:border-purple-300 dark:hover:border-purple-600",
63
+ }} header={{
64
+ className: "p-8 text-center border-b border-gray-200 dark:border-gray-700",
65
+ }} title={{
66
+ className: "text-xl md:text-2xl font-bold text-gray-800 dark:text-white mb-3 font-outfit",
67
+ }} price={{
68
+ className: "text-3xl md:text-4xl font-bold text-purple-600 dark:text-purple-400 mb-6 font-outfit",
69
+ }} features={{ className: "p-8 space-y-4" }} featureItem={{
70
+ className: "flex items-center text-gray-600 dark:text-gray-300 text-sm md:text-base font-inter",
71
+ }} cta={{
72
+ variant: "default",
73
+ size: "lg",
74
+ className: "w-full font-semibold text-base shadow-lg hover:shadow-xl transition-all duration-200 hover:-translate-y-0.5 border-0 [--btn-bg:theme(colors.purple.600)] hover:[--btn-hover-bg:theme(colors.purple.700)] [--btn-fg:white] hover:[--btn-hover-fg:white] [--btn-border:transparent]",
75
+ }} popularBadge={{
76
+ className: "absolute -top-4 left-1/2 transform -translate-x-1/2 bg-purple-600 text-white px-6 py-2 rounded-full text-sm font-medium font-inter shadow-lg",
77
+ }} ariaLabel="IntelliOpAI pricing plans"/>);
78
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for ProcessTimeline
3
+ */
4
+ export declare function ProcessTimeline(): import("react").JSX.Element;
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"}
@@ -0,0 +1,64 @@
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
+ /**
6
+ * Product Launch preset for ProcessTimeline
7
+ */
8
+ export function ProcessTimeline() {
9
+ const steps = [
10
+ {
11
+ stepNumber: 1,
12
+ title: "Instant AI Assessment",
13
+ description: "Get your personalized AI readiness report in minutes. Our intelligent system analyzes your data and identifies breakthrough opportunities.",
14
+ icon: "🧠",
15
+ },
16
+ {
17
+ stepNumber: 2,
18
+ title: "Smart AI Configuration",
19
+ description: "Our AI configures itself for your business. No coding required - just tell us your goals and watch the magic happen.",
20
+ icon: "⚙️",
21
+ },
22
+ {
23
+ stepNumber: 3,
24
+ title: "Real-time AI Training",
25
+ description: "Watch your AI learn and improve in real-time. Our breakthrough algorithms adapt to your data patterns instantly.",
26
+ icon: "🎯",
27
+ },
28
+ {
29
+ stepNumber: 4,
30
+ title: "Launch & Scale",
31
+ description: "Deploy your AI in minutes, not months. Continuous learning ensures your AI gets smarter every day.",
32
+ icon: "🚀",
33
+ },
34
+ ];
35
+ return (<SharedProcessTimeline steps={steps} heading="How AI Gets Done in Minutes" subheading="Experience the future of AI deployment with our revolutionary 4-step process that transforms your business in real-time." section={{ className: "py-20 md:py-24 bg-white dark:bg-black" }} container={{ className: "max-w-6xl mx-auto px-6 md:px-12" }} header={{ className: "space-y-6 mb-16 md:mb-20 text-center" }} headingStyle={{
36
+ className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white leading-tight font-outfit",
37
+ }} subheadingStyle={{
38
+ className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto leading-relaxed font-inter",
39
+ }} timelineContainer={{ className: "w-full max-w-5xl mx-auto" }} desktopTimeline={{
40
+ className: "hidden lg:flex justify-between items-start relative w-full",
41
+ }} connectingLine={{
42
+ className: "absolute top-8 left-15 right-15 h-1 bg-purple-300 dark:bg-purple-600 z-10",
43
+ }} stepContainer={{
44
+ className: "flex flex-col items-center space-y-6 flex-1 max-w-56 relative z-20",
45
+ }} stepCircle={{
46
+ className: "w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-700 dark:from-purple-500 dark:to-purple-600 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl hover:shadow-purple-500/50 transition-all duration-300 hover:-translate-y-1 hover:scale-110 relative z-30",
47
+ }} stepNumber={{ className: "text-white font-bold text-2xl font-outfit" }} stepIcon={{ className: "text-3xl md:text-4xl mb-3" }} stepContent={{ className: "space-y-3 text-center" }} stepTitle={{
48
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
49
+ }} stepDescription={{
50
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
51
+ }} mobileTimeline={{
52
+ className: "flex lg:hidden flex-col space-y-10 w-full",
53
+ }} mobileStep={{ className: "flex items-start relative" }} mobileVerticalLine={{
54
+ className: "absolute left-8 top-16 bottom-[-2.5rem] w-1 bg-purple-300 dark:bg-purple-600 z-10",
55
+ }} mobileStepCircle={{
56
+ className: "w-16 h-16 bg-purple-600 dark:bg-purple-500 text-white font-bold text-2xl rounded-full flex items-center justify-center shadow-xl hover:shadow-2xl transition-all duration-300 hover:-translate-y-1 flex-shrink-0 mr-8 z-20",
57
+ }} mobileStepContent={{
58
+ className: "flex flex-col items-start space-y-4 flex-1 pt-2",
59
+ }} mobileStepIcon={{ className: "text-3xl md:text-4xl" }} mobileStepTitle={{
60
+ className: "text-lg md:text-xl font-semibold text-gray-800 dark:text-white leading-tight font-outfit",
61
+ }} mobileStepDescription={{
62
+ className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
63
+ }} ariaLabel="IntelliOpAI process timeline"/>);
64
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Product Launch preset for ServicesGrid
3
+ */
4
+ export declare function ServicesGrid(): import("react").JSX.Element;
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"}