@nextworks/blocks-templates 0.2.0-alpha.11 → 0.2.0-alpha.12
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.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -0
- package/dist/templates/aiworkflow/Page.d.ts +2 -0
- package/dist/templates/aiworkflow/Page.d.ts.map +1 -0
- package/dist/templates/aiworkflow/Page.jsx +41 -0
- package/dist/templates/aiworkflow/PresetThemeVars.d.ts +7 -0
- package/dist/templates/aiworkflow/PresetThemeVars.d.ts.map +1 -0
- package/dist/templates/aiworkflow/PresetThemeVars.jsx +9 -0
- package/dist/templates/aiworkflow/components/CTA.d.ts +2 -0
- package/dist/templates/aiworkflow/components/CTA.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/CTA.jsx +25 -0
- package/dist/templates/aiworkflow/components/Contact.d.ts +3 -0
- package/dist/templates/aiworkflow/components/Contact.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Contact.jsx +67 -0
- package/dist/templates/aiworkflow/components/FAQ.d.ts +2 -0
- package/dist/templates/aiworkflow/components/FAQ.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/FAQ.jsx +40 -0
- package/dist/templates/aiworkflow/components/Features.d.ts +2 -0
- package/dist/templates/aiworkflow/components/Features.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Features.jsx +39 -0
- package/dist/templates/aiworkflow/components/Footer.d.ts +2 -0
- package/dist/templates/aiworkflow/components/Footer.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Footer.jsx +81 -0
- package/dist/templates/aiworkflow/components/Hero.d.ts +2 -0
- package/dist/templates/aiworkflow/components/Hero.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Hero.jsx +594 -0
- package/dist/templates/aiworkflow/components/Navbar.d.ts +7 -0
- package/dist/templates/aiworkflow/components/Navbar.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Navbar.jsx +74 -0
- package/dist/templates/aiworkflow/components/Pricing.d.ts +2 -0
- package/dist/templates/aiworkflow/components/Pricing.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Pricing.jsx +63 -0
- package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts +2 -0
- package/dist/templates/aiworkflow/components/ProcessTimeline.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/ProcessTimeline.jsx +58 -0
- package/dist/templates/aiworkflow/components/Testimonials.d.ts +2 -0
- package/dist/templates/aiworkflow/components/Testimonials.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/Testimonials.jsx +33 -0
- package/dist/templates/aiworkflow/components/TrustBadges.d.ts +2 -0
- package/dist/templates/aiworkflow/components/TrustBadges.d.ts.map +1 -0
- package/dist/templates/aiworkflow/components/TrustBadges.jsx +38 -0
- package/dist/templates/digitalagency/Page.d.ts +3 -0
- package/dist/templates/digitalagency/Page.d.ts.map +1 -1
- package/dist/templates/digitalagency/Page.jsx +19 -16
- package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -1
- package/dist/templates/digitalagency/PresetThemeVars.jsx +4 -2
- package/dist/templates/digitalagency/components/About.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/About.jsx +2 -0
- package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/CTA.jsx +6 -8
- package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Contact.jsx +5 -2
- package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Footer.jsx +3 -1
- package/dist/templates/digitalagency/components/Hero.d.ts +1 -2
- package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Hero.jsx +12 -19
- package/dist/templates/digitalagency/components/Navbar.d.ts +4 -2
- package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Navbar.jsx +3 -1
- package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/NetworkPattern.jsx +111 -116
- package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Portfolio.jsx +11 -3
- package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Pricing.jsx +86 -0
- package/dist/templates/digitalagency/components/Process.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Process.jsx +42 -0
- package/dist/templates/digitalagency/components/Services.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Services.jsx +38 -0
- package/dist/templates/digitalagency/components/Team.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Team.jsx +16 -0
- package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -1
- package/dist/templates/digitalagency/components/Testimonials.jsx +42 -0
- package/dist/templates/gallery/Page.d.ts +2 -0
- package/dist/templates/gallery/PresetThemeVars.d.ts +1 -2
- package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -1
- package/dist/templates/gallery/PresetThemeVars.jsx +5 -4
- package/dist/templates/gallery/page.d.ts.map +1 -1
- package/dist/templates/gallery/page.jsx +88 -70
- package/dist/templates/productlaunch/Page.d.ts.map +1 -1
- package/dist/templates/productlaunch/Page.jsx +44 -0
- package/dist/templates/productlaunch/PresetThemeVars.d.ts +17 -0
- package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -1
- package/dist/templates/productlaunch/PresetThemeVars.jsx +5 -2
- package/dist/templates/productlaunch/components/About.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/About.jsx +2 -0
- package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/CTA.jsx +5 -5
- package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Contact.jsx +4 -0
- package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/FAQ.jsx +5 -1
- package/dist/templates/productlaunch/components/Features.d.ts +1 -1
- package/dist/templates/productlaunch/components/Features.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Features.jsx +3 -1
- package/dist/templates/productlaunch/components/Footer.d.ts +1 -1
- package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Footer.jsx +3 -1
- package/dist/templates/productlaunch/components/Hero.d.ts +1 -1
- package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Hero.jsx +6 -4
- package/dist/templates/productlaunch/components/Navbar.d.ts +1 -1
- package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Navbar.jsx +78 -79
- package/dist/templates/productlaunch/components/Pricing.d.ts +1 -1
- package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Pricing.jsx +3 -1
- package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +1 -1
- package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/ProcessTimeline.jsx +3 -1
- package/dist/templates/productlaunch/components/ServicesGrid.d.ts +1 -1
- package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/ServicesGrid.jsx +3 -1
- package/dist/templates/productlaunch/components/Team.d.ts +1 -1
- package/dist/templates/productlaunch/components/Team.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Team.jsx +3 -1
- package/dist/templates/productlaunch/components/Testimonials.d.ts +2 -1
- package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/Testimonials.jsx +4 -1
- package/dist/templates/productlaunch/components/TrustBadges.d.ts +1 -1
- package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -1
- package/dist/templates/productlaunch/components/TrustBadges.jsx +3 -1
- package/dist/templates/saasdashboard/Page.d.ts +2 -0
- package/dist/templates/saasdashboard/Page.d.ts.map +1 -1
- package/dist/templates/saasdashboard/Page.jsx +37 -0
- package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -1
- package/dist/templates/saasdashboard/PresetThemeVars.jsx +4 -2
- package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Contact.jsx +10 -7
- package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Dashboard.jsx +88 -86
- package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/FAQ.jsx +36 -0
- package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Features.jsx +3 -3
- package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Footer.jsx +2 -0
- package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Hero.jsx +8 -6
- package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Hero_mask.jsx +15 -13
- package/dist/templates/saasdashboard/components/Navbar.d.ts +1 -1
- package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Navbar.jsx +6 -4
- package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Pricing.jsx +2 -0
- package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/SmoothScroll.jsx +3 -2
- package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/Testimonials.jsx +7 -5
- package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -1
- package/dist/templates/saasdashboard/components/TrustBadges.jsx +2 -0
- package/package.json +3 -3
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * as AIWorkflow from "./templates/aiworkflow/Page";
|
|
2
|
+
export * as DigitalAgency from "./templates/digitalagency/Page";
|
|
3
|
+
export * as Gallery from "./templates/gallery/Page";
|
|
4
|
+
export * as ProductLaunch from "./templates/productlaunch/Page";
|
|
5
|
+
export * as SaaSDashboard from "./templates/saasdashboard/Page";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AIWorkflow from "./templates/aiworkflow/Page";
|
|
2
|
+
export * as DigitalAgency from "./templates/digitalagency/Page";
|
|
3
|
+
export * as Gallery from "./templates/gallery/Page";
|
|
4
|
+
export * as ProductLaunch from "./templates/productlaunch/Page";
|
|
5
|
+
export * as SaaSDashboard from "./templates/saasdashboard/Page";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/aiworkflow/Page.tsx"],"names":[],"mappings":"AAiBA,wBAAgB,sBAAsB,gCA4BrC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
3
|
+
import { Navbar } from "./components/Navbar";
|
|
4
|
+
import { Hero } from "./components/Hero";
|
|
5
|
+
import { TrustBadges } from "./components/TrustBadges";
|
|
6
|
+
import { Features } from "./components/Features";
|
|
7
|
+
import { ProcessTimeline } from "./components/ProcessTimeline";
|
|
8
|
+
import { Testimonials } from "./components/Testimonials";
|
|
9
|
+
import { Pricing } from "./components/Pricing";
|
|
10
|
+
import { FAQ } from "./components/FAQ";
|
|
11
|
+
import { CTA } from "./components/CTA";
|
|
12
|
+
import { Contact } from "./components/Contact";
|
|
13
|
+
import { Footer } from "./components/Footer";
|
|
14
|
+
import { PresetThemeVars } from "./PresetThemeVars";
|
|
15
|
+
export function AIWorkflowTemplatePage() {
|
|
16
|
+
return (<PresetThemeVars>
|
|
17
|
+
<div>
|
|
18
|
+
<Navbar />
|
|
19
|
+
<section id="home">
|
|
20
|
+
<Hero />
|
|
21
|
+
</section>
|
|
22
|
+
<TrustBadges />
|
|
23
|
+
<section id="features">
|
|
24
|
+
<Features />
|
|
25
|
+
<ProcessTimeline />
|
|
26
|
+
</section>
|
|
27
|
+
<Testimonials />
|
|
28
|
+
<section id="pricing">
|
|
29
|
+
<Pricing />
|
|
30
|
+
</section>
|
|
31
|
+
<section id="faq">
|
|
32
|
+
<FAQ />
|
|
33
|
+
</section>
|
|
34
|
+
<CTA />
|
|
35
|
+
<section id="contact">
|
|
36
|
+
<Contact />
|
|
37
|
+
</section>
|
|
38
|
+
<Footer />
|
|
39
|
+
</div>
|
|
40
|
+
</PresetThemeVars>);
|
|
41
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/aiworkflow/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,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBAoD7D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { cn } from "@nextworks/blocks-core";
|
|
5
|
+
export function PresetThemeVars({ className, children }) {
|
|
6
|
+
return (<div className={cn("[--btn-ring:theme(colors.cyan.500)] dark:[--btn-ring:theme(colors.cyan.400)]", "[--input-bg:theme(colors.white)] dark:[--input-bg:theme(colors.slate.950)]", "[--input-fg:theme(colors.slate.900)] dark:[--input-fg:theme(colors.slate.100)]", "[--input-placeholder:theme(colors.slate.400)] dark:[--input-placeholder:theme(colors.slate.500)]", "[--input-border:theme(colors.cyan.200)] dark:[--input-border:theme(colors.cyan.900)]", "[--input-focus-ring:theme(colors.cyan.500)] dark:[--input-focus-ring:theme(colors.cyan.400)]", "[--input-ring-offset:theme(colors.white)] dark:[--input-ring-offset:theme(colors.slate.950)]", "[--card-bg:theme(colors.white)] dark:[--card-bg:theme(colors.slate.900)]", "[--card-fg:theme(colors.slate.900)] dark:[--card-fg:theme(colors.slate.100)]", "[--card-title-fg:theme(colors.slate.950)] dark:[--card-title-fg:theme(colors.white)]", "[--card-muted-fg:theme(colors.slate.600)] dark:[--card-muted-fg:theme(colors.slate.300)]", "[--card-border:theme(colors.slate.200)] dark:[--card-border:theme(colors.slate.800)]", "[--card-shadow:0_10px_30px_rgba(8,15,30,0.08)]", "[--badge-bg:theme(colors.cyan.50)] dark:[--badge-bg:theme(colors.cyan.950)]", "[--badge-fg:theme(colors.cyan.700)] dark:[--badge-fg:theme(colors.cyan.200)]", "[--badge-border:theme(colors.cyan.200)] dark:[--badge-border:theme(colors.cyan.800)]", "[--badge-active-bg:theme(colors.cyan.500)] dark:[--badge-active-bg:theme(colors.cyan.500)]", "[--badge-active-fg:theme(colors.slate.950)] dark:[--badge-active-fg:theme(colors.slate.950)]", "[--badge-active-border:theme(colors.cyan.600)] dark:[--badge-active-border:theme(colors.cyan.400)]", "[--heading-fg:theme(colors.slate.950)] dark:[--heading-fg:theme(colors.white)]", "[--subheading-fg:theme(colors.slate.600)] dark:[--subheading-fg:theme(colors.slate.300)]", "[--description-fg:theme(colors.slate.700)] dark:[--description-fg:theme(colors.slate.200)]", "[--footer-bg:transparent] dark:[--footer-bg:transparent]", "[--footer-fg:theme(colors.slate.800)] dark:[--footer-fg:theme(colors.slate.100)]", "[--footer-heading-fg:theme(colors.slate.950)] dark:[--footer-heading-fg:theme(colors.white)]", "[--footer-link-fg:theme(colors.slate.700)] dark:[--footer-link-fg:theme(colors.slate.300)]", "[--footer-link-hover-fg:theme(colors.cyan.700)] dark:[--footer-link-hover-fg:theme(colors.cyan.300)]", "[--footer-link-hover-bg:theme(colors.cyan.50)] dark:[--footer-link-hover-bg:color-mix(in_oklab,oklch(0.25_0.06_230)_24%,transparent)]", "[--footer-muted-fg:theme(colors.slate.500)] dark:[--footer-muted-fg:theme(colors.slate.400)]", "[--footer-border:theme(colors.slate.200)] dark:[--footer-border:theme(colors.slate.800)]", "[--table-fg:inherit]", "[--table-muted-fg:theme(colors.slate.500)] dark:[--table-muted-fg:theme(colors.slate.400)]", "[--table-head-fg:theme(colors.slate.700)] dark:[--table-head-fg:theme(colors.slate.300)]", "[--table-border:theme(colors.slate.200)] dark:[--table-border:theme(colors.slate.800)]", "[--table-row-hover-bg:theme(colors.slate.50)] dark:[--table-row-hover-bg:theme(colors.slate.900)]", className)}>
|
|
7
|
+
{children}
|
|
8
|
+
</div>);
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/CTA.tsx"],"names":[],"mappings":"AAOA,wBAAgB,GAAG,gCAuClB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { CTA as SharedCTA } from "@nextworks/blocks-sections";
|
|
5
|
+
export function CTA() {
|
|
6
|
+
return (<SharedCTA section={{
|
|
7
|
+
className: "bg-[linear-gradient(135deg,theme(colors.slate.950)_0%,theme(colors.cyan.950)_55%,theme(colors.violet.950)_100%)] [--heading-fg:white] [--subheading-fg:rgba(255,255,255,0.82)] [--description-fg:rgba(255,255,255,0.78)]",
|
|
8
|
+
}} container={{
|
|
9
|
+
className: "flex min-h-[22rem] w-full flex-col items-center justify-center px-6 py-16 text-center",
|
|
10
|
+
}} headingText={{
|
|
11
|
+
text: "Automate the work between your tools, teams, and approvals.",
|
|
12
|
+
className: "font-outfit text-3xl font-semibold leading-tight text-white md:text-4xl lg:text-5xl",
|
|
13
|
+
}} subheadingText={{
|
|
14
|
+
text: "See how an AI workflow automation layer can turn requests into governed execution without losing visibility.",
|
|
15
|
+
className: "mx-auto mt-4 max-w-2xl font-inter text-base leading-7 text-white/80 md:text-lg",
|
|
16
|
+
}} actionsWrapper={{ className: "mt-8 flex flex-col gap-3 sm:flex-row" }} ctaButton={{ label: "Book a workflow demo", href: "#contact" }} ctaButtonStyle={{
|
|
17
|
+
variant: "default",
|
|
18
|
+
size: "lg",
|
|
19
|
+
className: "font-inter font-semibold [--btn-bg:theme(colors.cyan.400)] [--btn-fg:theme(colors.slate.950)] [--btn-border:transparent] hover:[--btn-hover-bg:theme(colors.cyan.300)] hover:[--btn-hover-fg:theme(colors.slate.950)]",
|
|
20
|
+
}} secondaryButton={{ label: "Review pricing", href: "#pricing" }} secondaryButtonStyle={{
|
|
21
|
+
variant: "outline",
|
|
22
|
+
size: "lg",
|
|
23
|
+
className: "border [--btn-bg:transparent] [--btn-fg:white] [--btn-border:rgba(255,255,255,0.55)] hover:[--btn-hover-bg:rgba(255,255,255,0.08)] hover:[--btn-hover-fg:white]",
|
|
24
|
+
}} ariaLabel="AI workflow call to action"/>);
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Contact.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6C1B,wBAAgB,OAAO,sBAyDtB"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 React from "react";
|
|
5
|
+
import { Contact as SharedContact, } from "@nextworks/blocks-sections";
|
|
6
|
+
const contactFields = [
|
|
7
|
+
{
|
|
8
|
+
id: "name",
|
|
9
|
+
label: "Full name",
|
|
10
|
+
placeholder: "Jordan Lee",
|
|
11
|
+
required: true,
|
|
12
|
+
type: "text",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
id: "email",
|
|
16
|
+
label: "Work email",
|
|
17
|
+
placeholder: "jordan@company.com",
|
|
18
|
+
required: true,
|
|
19
|
+
type: "email",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
id: "company",
|
|
23
|
+
label: "Company",
|
|
24
|
+
placeholder: "Acme Inc.",
|
|
25
|
+
required: true,
|
|
26
|
+
type: "text",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
id: "workflow",
|
|
30
|
+
label: "Workflow to automate",
|
|
31
|
+
placeholder: "Approvals, onboarding, launches, support escalations…",
|
|
32
|
+
required: true,
|
|
33
|
+
type: "text",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
id: "message",
|
|
37
|
+
label: "What should the workflow coordinate?",
|
|
38
|
+
placeholder: "Tell us which systems, approvals, or handoffs are slowing the team down.",
|
|
39
|
+
required: true,
|
|
40
|
+
type: "textarea",
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
export function Contact() {
|
|
44
|
+
const handleFormSubmit = (e) => {
|
|
45
|
+
e.preventDefault();
|
|
46
|
+
const data = Object.fromEntries(new FormData(e.currentTarget).entries());
|
|
47
|
+
};
|
|
48
|
+
return (<SharedContact id="contact" ariaLabel="AI workflow contact section" fields={contactFields} contactHeaderText="Bring your messiest workflow." contactSubHeaderText="We’ll map the approvals, systems, and execution steps that AI can automate first." className="w-full" section={{
|
|
49
|
+
className: "bg-[linear-gradient(180deg,rgba(241,245,249,1)_0%,rgba(224,242,254,0.55)_100%)] px-6 py-16 dark:bg-[linear-gradient(180deg,rgba(2,6,23,1)_0%,rgba(8,47,73,0.45)_100%)]",
|
|
50
|
+
}} container={{ className: "mx-auto max-w-4xl" }} headerWrapper={{ className: "mb-8 text-center" }} headerText={{
|
|
51
|
+
className: "font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl",
|
|
52
|
+
}} subheaderText={{
|
|
53
|
+
className: "mx-auto mt-3 max-w-2xl font-inter text-base leading-7 text-[var(--subheading-fg)]",
|
|
54
|
+
}} form={{
|
|
55
|
+
className: "rounded-2xl border border-[var(--card-border)] bg-[var(--card-bg)] p-6 shadow-[var(--card-shadow)] md:p-8",
|
|
56
|
+
}} fieldsWrapper={{ className: "space-y-5" }} field={{ className: "space-y-2" }} label={{
|
|
57
|
+
className: "block font-inter text-sm font-medium text-[var(--card-title-fg)]",
|
|
58
|
+
}} input={{
|
|
59
|
+
className: "w-full rounded-md border-[var(--input-border)] bg-[var(--input-bg)] p-3 font-inter 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)]",
|
|
60
|
+
}} textarea={{
|
|
61
|
+
className: "min-h-[130px] w-full resize-vertical rounded-md border-[var(--input-border)] bg-[var(--input-bg)] p-3 font-inter 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)]",
|
|
62
|
+
}} submitButtonWrapper={{ className: "pt-2" }} submitButtonStyle={{
|
|
63
|
+
variant: "default",
|
|
64
|
+
size: "lg",
|
|
65
|
+
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)]",
|
|
66
|
+
}} submitButtonText="Request a demo" onSubmit={handleFormSubmit}/>);
|
|
67
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/FAQ.tsx"],"names":[],"mappings":"AAOA,wBAAgB,GAAG,gCA0DlB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
export function FAQ() {
|
|
6
|
+
return (<SharedFAQ faqSectionHeaderText="Frequently asked questions" faqData={[
|
|
7
|
+
{
|
|
8
|
+
question: "What kinds of workflows can I automate?",
|
|
9
|
+
answer: "Teams use FlowPilot AI for intake routing, approvals, CRM and ticket updates, launch coordination, support escalations, and other repeatable cross-tool processes.",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: "How do approvals work?",
|
|
13
|
+
answer: "You define thresholds and policy rules once. The workflow requests human approval only when conditions match, while lower-risk steps continue automatically.",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: "Can AI use our internal documentation and policies?",
|
|
17
|
+
answer: "Yes. The knowledge layer can reference playbooks, policies, runbooks, and other connected sources so actions stay grounded in current context.",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: "Will we be able to audit every action?",
|
|
21
|
+
answer: "Yes. Each workflow run records decisions, approvals, tool updates, and execution logs so teams can trace what happened and why.",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: "Do we need engineering support to start?",
|
|
25
|
+
answer: "Most teams start with business-owned workflows using existing integrations and preset patterns. Engineering can extend the system later when needed.",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: "Which tools can it connect to?",
|
|
29
|
+
answer: "The template story assumes common systems such as Slack, CRM platforms, ticketing tools, docs, and project trackers, with more connectors added as needed.",
|
|
30
|
+
},
|
|
31
|
+
]} section={{ className: "bg-background px-5 py-16" }} container={{ className: "max-w-6xl mx-auto" }} heading={{
|
|
32
|
+
className: "mb-8 text-center font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl",
|
|
33
|
+
}} grid={{ className: "grid grid-cols-1 gap-5 lg:grid-cols-2" }} item={{ className: "mb-0 w-full" }} questionButton={{
|
|
34
|
+
className: "flex cursor-pointer items-center justify-between rounded-xl border border-slate-200 bg-white p-5 font-inter font-semibold text-slate-900 shadow-sm transition-all duration-200 hover:-translate-y-0.5 hover:border-cyan-300 hover:bg-cyan-50 dark:border-slate-800 dark:bg-slate-900 dark:text-white dark:hover:border-cyan-700 dark:hover:bg-cyan-950/40",
|
|
35
|
+
}} answer={{
|
|
36
|
+
className: "overflow-hidden rounded-xl border border-[var(--card-border)] bg-[var(--card-bg)] text-[var(--card-fg)] shadow-sm",
|
|
37
|
+
}} answerText={{
|
|
38
|
+
className: "font-inter text-sm leading-7 text-[var(--card-fg)]",
|
|
39
|
+
}} ariaLabel="AI workflow frequently asked questions"/>);
|
|
40
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Features.tsx"],"names":[],"mappings":"AA+BA,wBAAgB,QAAQ,gCAoCvB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
const featuresData = [
|
|
6
|
+
{
|
|
7
|
+
imageSrc: "/placeholders/saas_dashboard/projectBoard.png",
|
|
8
|
+
imageAlt: "Workflow builder and orchestration canvas",
|
|
9
|
+
headingText: "Design workflows from plain-language requests",
|
|
10
|
+
subheadingText: "AI turns a request into a structured workflow with triggers, conditions, tool actions, and approval checkpoints.",
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
imageSrc: "/placeholders/saas_dashboard/analytics.png",
|
|
14
|
+
imageAlt: "Live execution feed and analytics dashboard",
|
|
15
|
+
headingText: "See every step as it runs",
|
|
16
|
+
subheadingText: "Track execution state, latency, retries, and downstream updates in a live run feed your team can actually follow.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
imageSrc: "/placeholders/saas_dashboard/chat.png",
|
|
20
|
+
imageAlt: "Approval inbox and team collaboration interface",
|
|
21
|
+
headingText: "Route approvals only where they matter",
|
|
22
|
+
subheadingText: "Let policy decide when humans need to review while routine decisions stay automated and fully auditable.",
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
export function Features() {
|
|
26
|
+
return (<SharedFeatures sectionHeading="One system for requests, approvals, execution, and visibility" sectionSubheading="Compose AI-assisted workflows that pull in context, coordinate teams, and keep every system in sync." featuresData={featuresData} section={{ className: "bg-background py-18 md:py-22 lg:py-24" }} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-10" }} header={{ className: "mb-12 text-center md:mb-14" }} heading={{
|
|
27
|
+
className: "font-outfit text-3xl font-semibold text-[var(--heading-fg)] md:text-4xl lg:text-5xl",
|
|
28
|
+
}} subheading={{
|
|
29
|
+
className: "mx-auto max-w-3xl font-inter text-base leading-7 text-[var(--subheading-fg)] md:text-lg",
|
|
30
|
+
}} grid={{
|
|
31
|
+
className: "grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3",
|
|
32
|
+
}} card={{
|
|
33
|
+
className: "h-full 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",
|
|
34
|
+
}} image={{ className: "h-52 w-full object-cover" }} cardHeading={{
|
|
35
|
+
className: "font-inter text-xl font-semibold leading-tight text-[var(--card-title-fg)]",
|
|
36
|
+
}} cardSubheading={{
|
|
37
|
+
className: "font-inter text-sm leading-6 text-[var(--card-muted-fg)] md:text-base",
|
|
38
|
+
}} ariaLabel="AI workflow features"/>);
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Footer.tsx"],"names":[],"mappings":"AAQA,wBAAgB,MAAM,gCAuGrB"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { Github, Linkedin, Mail, Twitter } from "lucide-react";
|
|
6
|
+
export function Footer() {
|
|
7
|
+
return (<SharedFooter id="footer" footerBrandName="FlowPilot AI" footerNavLinks={[
|
|
8
|
+
{
|
|
9
|
+
heading: "Platform",
|
|
10
|
+
links: [
|
|
11
|
+
{ name: "Features", href: "#features" },
|
|
12
|
+
{ name: "Pricing", href: "#pricing" },
|
|
13
|
+
{ name: "FAQ", href: "#faq" },
|
|
14
|
+
{ name: "Contact", href: "#contact" },
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
heading: "Use cases",
|
|
19
|
+
links: [
|
|
20
|
+
{ name: "Revenue operations", href: "#features" },
|
|
21
|
+
{ name: "Launch workflows", href: "#features" },
|
|
22
|
+
{ name: "Approvals", href: "#faq" },
|
|
23
|
+
{ name: "Integrations", href: "#features" },
|
|
24
|
+
],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
heading: "Company",
|
|
28
|
+
links: [
|
|
29
|
+
{ name: "About", href: "#home" },
|
|
30
|
+
{ name: "Security", href: "#faq" },
|
|
31
|
+
{ name: "Status", href: "#contact" },
|
|
32
|
+
{ name: "Privacy", href: "#contact" },
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
]} footerSocialLinks={[
|
|
36
|
+
{
|
|
37
|
+
name: "Twitter",
|
|
38
|
+
icon: Twitter,
|
|
39
|
+
url: "https://twitter.com/flowpilotai",
|
|
40
|
+
external: true,
|
|
41
|
+
label: "Follow FlowPilot AI on Twitter",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: "LinkedIn",
|
|
45
|
+
icon: Linkedin,
|
|
46
|
+
url: "https://linkedin.com/company/flowpilotai",
|
|
47
|
+
external: true,
|
|
48
|
+
label: "Connect with FlowPilot AI on LinkedIn",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "GitHub",
|
|
52
|
+
icon: Github,
|
|
53
|
+
url: "https://github.com/flowpilotai",
|
|
54
|
+
external: true,
|
|
55
|
+
label: "View FlowPilot AI on GitHub",
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: "Email",
|
|
59
|
+
icon: Mail,
|
|
60
|
+
url: "mailto:hello@flowpilot.ai",
|
|
61
|
+
external: true,
|
|
62
|
+
label: "Email FlowPilot AI",
|
|
63
|
+
},
|
|
64
|
+
]} section={{
|
|
65
|
+
className: "w-full border-t border-[var(--footer-border)] bg-[var(--footer-bg)] text-[var(--footer-fg)]",
|
|
66
|
+
}} container={{ className: "max-w-7xl mx-auto px-6" }} brand={{
|
|
67
|
+
className: "font-outfit text-xl font-semibold text-[var(--footer-heading-fg)] md:text-2xl",
|
|
68
|
+
}} brandWrapper={{ className: "flex flex-col items-start text-left lg:pr-8" }} navSection={{
|
|
69
|
+
className: "flex flex-col items-start justify-between gap-8 pt-10 pb-12 lg:flex-row",
|
|
70
|
+
}} navGroup={{ className: "flex min-w-[150px] flex-col items-start text-left" }} navHeading={{
|
|
71
|
+
className: "mb-4 font-inter text-sm font-semibold uppercase tracking-wider text-[var(--footer-heading-fg)]",
|
|
72
|
+
}} navLink={{
|
|
73
|
+
className: "mb-3 block font-inter text-sm text-[var(--footer-link-fg)] transition-colors duration-200 hover:text-[var(--footer-link-hover-fg)]",
|
|
74
|
+
}} socialSection={{
|
|
75
|
+
className: "flex items-center justify-center gap-5 border-t border-[var(--footer-border)] py-8",
|
|
76
|
+
}} socialLink={{
|
|
77
|
+
className: "rounded-lg p-3 text-[var(--footer-link-fg)] transition-all duration-200 hover:bg-[var(--footer-link-hover-bg)] hover:text-[var(--footer-link-hover-fg)]",
|
|
78
|
+
}} socialIcon={{ className: "h-5 w-5" }} copyright={{
|
|
79
|
+
className: "border-t border-[var(--footer-border)] py-6 text-center font-inter text-sm text-[var(--footer-muted-fg)]",
|
|
80
|
+
}} ariaLabel="AI workflow footer"/>);
|
|
81
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/aiworkflow/components/Hero.tsx"],"names":[],"mappings":"AAijBA,wBAAgB,IAAI,gCA4EnB"}
|