@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.
- package/README.md +42 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/templates/digitalagency/Page.d.ts +3 -0
- package/dist/templates/digitalagency/Page.d.ts.map +1 -0
- package/dist/templates/digitalagency/Page.js +18 -0
- package/dist/templates/digitalagency/Page.jsx +33 -0
- package/dist/templates/digitalagency/PresetThemeVars.d.ts +11 -0
- package/dist/templates/digitalagency/PresetThemeVars.d.ts.map +1 -0
- package/dist/templates/digitalagency/PresetThemeVars.js +29 -0
- package/dist/templates/digitalagency/PresetThemeVars.jsx +31 -0
- package/dist/templates/digitalagency/components/About.d.ts +3 -0
- package/dist/templates/digitalagency/components/About.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/About.js +45 -0
- package/dist/templates/digitalagency/components/About.jsx +43 -0
- package/dist/templates/digitalagency/components/CTA.d.ts +3 -0
- package/dist/templates/digitalagency/components/CTA.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/CTA.js +33 -0
- package/dist/templates/digitalagency/components/CTA.jsx +31 -0
- package/dist/templates/digitalagency/components/Contact.d.ts +3 -0
- package/dist/templates/digitalagency/components/Contact.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Contact.js +91 -0
- package/dist/templates/digitalagency/components/Contact.jsx +91 -0
- package/dist/templates/digitalagency/components/Footer.d.ts +8 -0
- package/dist/templates/digitalagency/components/Footer.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Footer.js +58 -0
- package/dist/templates/digitalagency/components/Footer.jsx +58 -0
- package/dist/templates/digitalagency/components/Hero.d.ts +7 -0
- package/dist/templates/digitalagency/components/Hero.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Hero.js +69 -0
- package/dist/templates/digitalagency/components/Hero.jsx +71 -0
- package/dist/templates/digitalagency/components/Navbar.d.ts +21 -0
- package/dist/templates/digitalagency/components/Navbar.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Navbar.js +86 -0
- package/dist/templates/digitalagency/components/Navbar.jsx +85 -0
- package/dist/templates/digitalagency/components/NetworkPattern.d.ts +8 -0
- package/dist/templates/digitalagency/components/NetworkPattern.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/NetworkPattern.js +38 -0
- package/dist/templates/digitalagency/components/NetworkPattern.jsx +128 -0
- package/dist/templates/digitalagency/components/Portfolio.d.ts +3 -0
- package/dist/templates/digitalagency/components/Portfolio.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Portfolio.js +108 -0
- package/dist/templates/digitalagency/components/Portfolio.jsx +110 -0
- package/dist/templates/digitalagency/components/Pricing.d.ts +3 -0
- package/dist/templates/digitalagency/components/Pricing.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Pricing.js +82 -0
- package/dist/templates/digitalagency/components/Pricing.jsx +84 -0
- package/dist/templates/digitalagency/components/Process.d.ts +3 -0
- package/dist/templates/digitalagency/components/Process.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Process.js +38 -0
- package/dist/templates/digitalagency/components/Process.jsx +40 -0
- package/dist/templates/digitalagency/components/Services.d.ts +3 -0
- package/dist/templates/digitalagency/components/Services.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Services.js +34 -0
- package/dist/templates/digitalagency/components/Services.jsx +36 -0
- package/dist/templates/digitalagency/components/Team.d.ts +3 -0
- package/dist/templates/digitalagency/components/Team.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Team.js +14 -0
- package/dist/templates/digitalagency/components/Team.jsx +14 -0
- package/dist/templates/digitalagency/components/Testimonials.d.ts +3 -0
- package/dist/templates/digitalagency/components/Testimonials.d.ts.map +1 -0
- package/dist/templates/digitalagency/components/Testimonials.js +38 -0
- package/dist/templates/digitalagency/components/Testimonials.jsx +40 -0
- package/dist/templates/gallery/PresetThemeVars.d.ts +15 -0
- package/dist/templates/gallery/PresetThemeVars.d.ts.map +1 -0
- package/dist/templates/gallery/PresetThemeVars.js +31 -0
- package/dist/templates/gallery/PresetThemeVars.jsx +33 -0
- package/dist/templates/gallery/page.d.ts +2 -0
- package/dist/templates/gallery/page.d.ts.map +1 -0
- package/dist/templates/gallery/page.js +151 -0
- package/dist/templates/gallery/page.jsx +216 -0
- package/dist/templates/productlaunch/Page.d.ts +2 -0
- package/dist/templates/productlaunch/Page.d.ts.map +1 -0
- package/dist/templates/productlaunch/Page.js +20 -0
- package/dist/templates/productlaunch/Page.jsx +42 -0
- package/dist/templates/productlaunch/PresetThemeVars.d.ts +16 -0
- package/dist/templates/productlaunch/PresetThemeVars.d.ts.map +1 -0
- package/dist/templates/productlaunch/PresetThemeVars.js +28 -0
- package/dist/templates/productlaunch/PresetThemeVars.jsx +30 -0
- package/dist/templates/productlaunch/components/About.d.ts +15 -0
- package/dist/templates/productlaunch/components/About.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/About.js +59 -0
- package/dist/templates/productlaunch/components/About.jsx +57 -0
- package/dist/templates/productlaunch/components/CTA.d.ts +3 -0
- package/dist/templates/productlaunch/components/CTA.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/CTA.js +39 -0
- package/dist/templates/productlaunch/components/CTA.jsx +37 -0
- package/dist/templates/productlaunch/components/Contact.d.ts +3 -0
- package/dist/templates/productlaunch/components/Contact.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Contact.js +93 -0
- package/dist/templates/productlaunch/components/Contact.jsx +93 -0
- package/dist/templates/productlaunch/components/FAQ.d.ts +7 -0
- package/dist/templates/productlaunch/components/FAQ.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/FAQ.js +64 -0
- package/dist/templates/productlaunch/components/FAQ.jsx +63 -0
- package/dist/templates/productlaunch/components/Features.d.ts +6 -0
- package/dist/templates/productlaunch/components/Features.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Features.js +52 -0
- package/dist/templates/productlaunch/components/Features.jsx +51 -0
- package/dist/templates/productlaunch/components/Footer.d.ts +5 -0
- package/dist/templates/productlaunch/components/Footer.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Footer.js +103 -0
- package/dist/templates/productlaunch/components/Footer.jsx +102 -0
- package/dist/templates/productlaunch/components/Hero.d.ts +6 -0
- package/dist/templates/productlaunch/components/Hero.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Hero.js +70 -0
- package/dist/templates/productlaunch/components/Hero.jsx +69 -0
- package/dist/templates/productlaunch/components/Navbar.d.ts +25 -0
- package/dist/templates/productlaunch/components/Navbar.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Navbar.js +82 -0
- package/dist/templates/productlaunch/components/Navbar.jsx +81 -0
- package/dist/templates/productlaunch/components/Pricing.d.ts +5 -0
- package/dist/templates/productlaunch/components/Pricing.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Pricing.js +77 -0
- package/dist/templates/productlaunch/components/Pricing.jsx +76 -0
- package/dist/templates/productlaunch/components/ProcessTimeline.d.ts +5 -0
- package/dist/templates/productlaunch/components/ProcessTimeline.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/ProcessTimeline.js +63 -0
- package/dist/templates/productlaunch/components/ProcessTimeline.jsx +62 -0
- package/dist/templates/productlaunch/components/ServicesGrid.d.ts +5 -0
- package/dist/templates/productlaunch/components/ServicesGrid.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/ServicesGrid.js +41 -0
- package/dist/templates/productlaunch/components/ServicesGrid.jsx +40 -0
- package/dist/templates/productlaunch/components/Team.d.ts +5 -0
- package/dist/templates/productlaunch/components/Team.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Team.js +72 -0
- package/dist/templates/productlaunch/components/Team.jsx +71 -0
- package/dist/templates/productlaunch/components/Testimonials.d.ts +5 -0
- package/dist/templates/productlaunch/components/Testimonials.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/Testimonials.js +55 -0
- package/dist/templates/productlaunch/components/Testimonials.jsx +54 -0
- package/dist/templates/productlaunch/components/TrustBadges.d.ts +5 -0
- package/dist/templates/productlaunch/components/TrustBadges.d.ts.map +1 -0
- package/dist/templates/productlaunch/components/TrustBadges.js +50 -0
- package/dist/templates/productlaunch/components/TrustBadges.jsx +49 -0
- package/dist/templates/saasdashboard/Page.d.ts +2 -0
- package/dist/templates/saasdashboard/Page.d.ts.map +1 -0
- package/dist/templates/saasdashboard/Page.js +15 -0
- package/dist/templates/saasdashboard/Page.jsx +35 -0
- package/dist/templates/saasdashboard/PresetThemeVars.d.ts +11 -0
- package/dist/templates/saasdashboard/PresetThemeVars.d.ts.map +1 -0
- package/dist/templates/saasdashboard/PresetThemeVars.js +27 -0
- package/dist/templates/saasdashboard/PresetThemeVars.jsx +29 -0
- package/dist/templates/saasdashboard/components/Contact.d.ts +3 -0
- package/dist/templates/saasdashboard/components/Contact.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Contact.js +83 -0
- package/dist/templates/saasdashboard/components/Contact.jsx +90 -0
- package/dist/templates/saasdashboard/components/Dashboard.d.ts +21 -0
- package/dist/templates/saasdashboard/components/Dashboard.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Dashboard.js +120 -0
- package/dist/templates/saasdashboard/components/Dashboard.jsx +168 -0
- package/dist/templates/saasdashboard/components/FAQ.d.ts +2 -0
- package/dist/templates/saasdashboard/components/FAQ.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/FAQ.js +35 -0
- package/dist/templates/saasdashboard/components/FAQ.jsx +34 -0
- package/dist/templates/saasdashboard/components/Features.d.ts +2 -0
- package/dist/templates/saasdashboard/components/Features.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Features.js +55 -0
- package/dist/templates/saasdashboard/components/Features.jsx +54 -0
- package/dist/templates/saasdashboard/components/Footer.d.ts +2 -0
- package/dist/templates/saasdashboard/components/Footer.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Footer.js +52 -0
- package/dist/templates/saasdashboard/components/Footer.jsx +51 -0
- package/dist/templates/saasdashboard/components/Hero.d.ts +2 -0
- package/dist/templates/saasdashboard/components/Hero.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Hero.js +65 -0
- package/dist/templates/saasdashboard/components/Hero.jsx +70 -0
- package/dist/templates/saasdashboard/components/Hero_mask.d.ts +3 -0
- package/dist/templates/saasdashboard/components/Hero_mask.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Hero_mask.js +73 -0
- package/dist/templates/saasdashboard/components/Hero_mask.jsx +85 -0
- package/dist/templates/saasdashboard/components/Navbar.d.ts +25 -0
- package/dist/templates/saasdashboard/components/Navbar.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Navbar.js +83 -0
- package/dist/templates/saasdashboard/components/Navbar.jsx +84 -0
- package/dist/templates/saasdashboard/components/Pricing.d.ts +2 -0
- package/dist/templates/saasdashboard/components/Pricing.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Pricing.js +65 -0
- package/dist/templates/saasdashboard/components/Pricing.jsx +64 -0
- package/dist/templates/saasdashboard/components/SmoothScroll.d.ts +2 -0
- package/dist/templates/saasdashboard/components/SmoothScroll.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/SmoothScroll.js +87 -0
- package/dist/templates/saasdashboard/components/SmoothScroll.jsx +87 -0
- package/dist/templates/saasdashboard/components/Testimonials.d.ts +2 -0
- package/dist/templates/saasdashboard/components/Testimonials.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/Testimonials.js +35 -0
- package/dist/templates/saasdashboard/components/Testimonials.jsx +39 -0
- package/dist/templates/saasdashboard/components/TrustBadges.d.ts +2 -0
- package/dist/templates/saasdashboard/components/TrustBadges.d.ts.map +1 -0
- package/dist/templates/saasdashboard/components/TrustBadges.js +37 -0
- package/dist/templates/saasdashboard/components/TrustBadges.jsx +36 -0
- package/package.json +27 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
// app/templates/productlaunch/componnets/Contact.tsx
|
|
2
|
+
"use client";
|
|
3
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
|
+
import { Contact as SharedContact, } from "@nextworks/blocks-sections";
|
|
5
|
+
/**
|
|
6
|
+
* A preset Contact component customized for the product launch page,
|
|
7
|
+
* using the shared Contact.tsx with predefined styles and content.
|
|
8
|
+
*
|
|
9
|
+
* Features:
|
|
10
|
+
* - "Get Started with IntelliOpAI" heading with custom typography
|
|
11
|
+
* - Purple-themed styling matching the brand
|
|
12
|
+
* - Custom form fields optimized for product launch
|
|
13
|
+
* - Responsive design with proper spacing
|
|
14
|
+
* - Dark mode support with consistent theming
|
|
15
|
+
* - Clean, modern design with hover effects
|
|
16
|
+
*/
|
|
17
|
+
const productLaunchContactFormData = [
|
|
18
|
+
{
|
|
19
|
+
id: "name",
|
|
20
|
+
label: "Your Full Name",
|
|
21
|
+
placeholder: "John Doe",
|
|
22
|
+
required: true,
|
|
23
|
+
type: "text",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: "email",
|
|
27
|
+
label: "Email Address",
|
|
28
|
+
placeholder: "you@example.com",
|
|
29
|
+
required: true,
|
|
30
|
+
type: "email",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: "company",
|
|
34
|
+
label: "Company Name",
|
|
35
|
+
placeholder: "Your Company",
|
|
36
|
+
required: false,
|
|
37
|
+
type: "text",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
id: "phone",
|
|
41
|
+
label: "Phone Number",
|
|
42
|
+
placeholder: "+1 (555) 123-4567",
|
|
43
|
+
required: false,
|
|
44
|
+
type: "tel",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: "message",
|
|
48
|
+
label: "Tell us about your project",
|
|
49
|
+
placeholder: "Describe your business needs and how we can help...",
|
|
50
|
+
required: true,
|
|
51
|
+
type: "textarea",
|
|
52
|
+
},
|
|
53
|
+
];
|
|
54
|
+
export function Contact() {
|
|
55
|
+
const handleFormSubmit = (e) => {
|
|
56
|
+
e.preventDefault();
|
|
57
|
+
const data = Object.fromEntries(new FormData(e.currentTarget).entries());
|
|
58
|
+
console.log("Contact form submitted:", data);
|
|
59
|
+
};
|
|
60
|
+
return (_jsx(SharedContact, { id: "contact", fields: productLaunchContactFormData, contactHeaderText: "Get Started with IntelliOpAI", contactSubHeaderText: "Ready to revolutionize your workflow? Get in touch with our team to learn how our AI solutions can transform your business operations and drive growth.",
|
|
61
|
+
// Root and layout
|
|
62
|
+
className: "w-full", section: {
|
|
63
|
+
className: "py-16 px-4 bg-gradient-to-br from-purple-600 via-purple-700 to-purple-800 dark:from-purple-500 dark:via-purple-600 dark:to-purple-700",
|
|
64
|
+
}, container: {
|
|
65
|
+
className: "mx-auto max-w-4xl",
|
|
66
|
+
},
|
|
67
|
+
// Header slots
|
|
68
|
+
headerWrapper: { className: "mb-4 text-center" }, headerText: {
|
|
69
|
+
className: "text-2xl md:text-3xl lg:text-4xl font-bold font-outfit text-white dark:text-white",
|
|
70
|
+
}, subheaderText: {
|
|
71
|
+
className: "text-base md:text-lg text-white dark:text-gray-200 text-center mb-8 px-4 md:px-14 font-inter leading-relaxed",
|
|
72
|
+
},
|
|
73
|
+
// Form container
|
|
74
|
+
form: {
|
|
75
|
+
className: "bg-white dark:bg-gray-800 p-6 md:p-8 rounded-lg shadow-lg border border-purple-200 dark:border-purple-300",
|
|
76
|
+
},
|
|
77
|
+
// Fields wrapper and field item
|
|
78
|
+
fieldsWrapper: { className: "space-y-6" }, field: { className: "space-y-2" },
|
|
79
|
+
// Label + inputs
|
|
80
|
+
label: {
|
|
81
|
+
className: "text-gray-700 dark:text-white text-sm font-semibold block font-inter",
|
|
82
|
+
}, input: {
|
|
83
|
+
className: "w-full p-3 border border-gray-200 dark:border-gray-600 rounded-md bg-gray-50 dark:bg-gray-700 text-black dark:text-white placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus-visible:ring-2 focus-visible:ring-purple-500 focus-visible:ring-offset-0 focus:border-transparent transition-all duration-200",
|
|
84
|
+
}, textarea: {
|
|
85
|
+
className: "w-full p-3 border border-gray-200 dark:border-gray-600 rounded-md bg-gray-50 dark:bg-gray-700 text-black dark:text-white placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus-visible:ring-2 focus-visible:ring-purple-500 focus-visible:ring-offset-0 focus:border-transparent resize-vertical min-h-[120px] transition-all duration-200",
|
|
86
|
+
},
|
|
87
|
+
// Submit button (split: wrapper/style/text)
|
|
88
|
+
submitButtonWrapper: { className: "pt-2" }, submitButtonStyle: {
|
|
89
|
+
variant: "default",
|
|
90
|
+
size: "lg",
|
|
91
|
+
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]",
|
|
92
|
+
}, submitButtonText: "Start Your AI Journey", onSubmit: handleFormSubmit, ariaLabel: "Get started with IntelliOpAI contact form" }));
|
|
93
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
// app/templates/productlaunch/componnets/Contact.tsx
|
|
2
|
+
"use client";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { Contact as SharedContact, } from "@nextworks/blocks-sections";
|
|
5
|
+
/**
|
|
6
|
+
* A preset Contact component customized for the product launch page,
|
|
7
|
+
* using the shared Contact.tsx with predefined styles and content.
|
|
8
|
+
*
|
|
9
|
+
* Features:
|
|
10
|
+
* - "Get Started with IntelliOpAI" heading with custom typography
|
|
11
|
+
* - Purple-themed styling matching the brand
|
|
12
|
+
* - Custom form fields optimized for product launch
|
|
13
|
+
* - Responsive design with proper spacing
|
|
14
|
+
* - Dark mode support with consistent theming
|
|
15
|
+
* - Clean, modern design with hover effects
|
|
16
|
+
*/
|
|
17
|
+
const productLaunchContactFormData = [
|
|
18
|
+
{
|
|
19
|
+
id: "name",
|
|
20
|
+
label: "Your Full Name",
|
|
21
|
+
placeholder: "John Doe",
|
|
22
|
+
required: true,
|
|
23
|
+
type: "text",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: "email",
|
|
27
|
+
label: "Email Address",
|
|
28
|
+
placeholder: "you@example.com",
|
|
29
|
+
required: true,
|
|
30
|
+
type: "email",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
id: "company",
|
|
34
|
+
label: "Company Name",
|
|
35
|
+
placeholder: "Your Company",
|
|
36
|
+
required: false,
|
|
37
|
+
type: "text",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
id: "phone",
|
|
41
|
+
label: "Phone Number",
|
|
42
|
+
placeholder: "+1 (555) 123-4567",
|
|
43
|
+
required: false,
|
|
44
|
+
type: "tel",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: "message",
|
|
48
|
+
label: "Tell us about your project",
|
|
49
|
+
placeholder: "Describe your business needs and how we can help...",
|
|
50
|
+
required: true,
|
|
51
|
+
type: "textarea",
|
|
52
|
+
},
|
|
53
|
+
];
|
|
54
|
+
export function Contact() {
|
|
55
|
+
const handleFormSubmit = (e) => {
|
|
56
|
+
e.preventDefault();
|
|
57
|
+
const data = Object.fromEntries(new FormData(e.currentTarget).entries());
|
|
58
|
+
console.log("Contact form submitted:", data);
|
|
59
|
+
};
|
|
60
|
+
return (<SharedContact id="contact" fields={productLaunchContactFormData} contactHeaderText="Get Started with IntelliOpAI" contactSubHeaderText="Ready to revolutionize your workflow? Get in touch with our team to learn how our AI solutions can transform your business operations and drive growth."
|
|
61
|
+
// Root and layout
|
|
62
|
+
className="w-full" section={{
|
|
63
|
+
className: "py-16 px-4 bg-gradient-to-br from-purple-600 via-purple-700 to-purple-800 dark:from-purple-500 dark:via-purple-600 dark:to-purple-700",
|
|
64
|
+
}} container={{
|
|
65
|
+
className: "mx-auto max-w-4xl",
|
|
66
|
+
}}
|
|
67
|
+
// Header slots
|
|
68
|
+
headerWrapper={{ className: "mb-4 text-center" }} headerText={{
|
|
69
|
+
className: "text-2xl md:text-3xl lg:text-4xl font-bold font-outfit text-white dark:text-white",
|
|
70
|
+
}} subheaderText={{
|
|
71
|
+
className: "text-base md:text-lg text-white dark:text-gray-200 text-center mb-8 px-4 md:px-14 font-inter leading-relaxed",
|
|
72
|
+
}}
|
|
73
|
+
// Form container
|
|
74
|
+
form={{
|
|
75
|
+
className: "bg-white dark:bg-gray-800 p-6 md:p-8 rounded-lg shadow-lg border border-purple-200 dark:border-purple-300",
|
|
76
|
+
}}
|
|
77
|
+
// Fields wrapper and field item
|
|
78
|
+
fieldsWrapper={{ className: "space-y-6" }} field={{ className: "space-y-2" }}
|
|
79
|
+
// Label + inputs
|
|
80
|
+
label={{
|
|
81
|
+
className: "text-gray-700 dark:text-white text-sm font-semibold block font-inter",
|
|
82
|
+
}} input={{
|
|
83
|
+
className: "w-full p-3 border border-gray-200 dark:border-gray-600 rounded-md bg-gray-50 dark:bg-gray-700 text-black dark:text-white placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus-visible:ring-2 focus-visible:ring-purple-500 focus-visible:ring-offset-0 focus:border-transparent transition-all duration-200",
|
|
84
|
+
}} textarea={{
|
|
85
|
+
className: "w-full p-3 border border-gray-200 dark:border-gray-600 rounded-md bg-gray-50 dark:bg-gray-700 text-black dark:text-white placeholder-gray-500 dark:placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-purple-500 focus-visible:ring-2 focus-visible:ring-purple-500 focus-visible:ring-offset-0 focus:border-transparent resize-vertical min-h-[120px] transition-all duration-200",
|
|
86
|
+
}}
|
|
87
|
+
// Submit button (split: wrapper/style/text)
|
|
88
|
+
submitButtonWrapper={{ className: "pt-2" }} submitButtonStyle={{
|
|
89
|
+
variant: "default",
|
|
90
|
+
size: "lg",
|
|
91
|
+
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]",
|
|
92
|
+
}} submitButtonText="Start Your AI Journey" onSubmit={handleFormSubmit} ariaLabel="Get started with IntelliOpAI contact form"/>);
|
|
93
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Upgraded preset FAQ component for the product launch page.
|
|
3
|
+
* Now uses the new shared FAQ_new.tsx API while preserving
|
|
4
|
+
* the original styling, content, and accessibility semantics.
|
|
5
|
+
*/
|
|
6
|
+
export declare function FAQ(): import("react").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=FAQ.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/FAQ.tsx"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,wBAAgB,GAAG,gCAgFlB"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { FAQ as SharedFAQ } from "@nextworks/blocks-sections";
|
|
4
|
+
import { ChevronDown, ChevronUp } from "lucide-react";
|
|
5
|
+
// - org. jsdoc in the bck folder
|
|
6
|
+
/**
|
|
7
|
+
* Upgraded preset FAQ component for the product launch page.
|
|
8
|
+
* Now uses the new shared FAQ_new.tsx API while preserving
|
|
9
|
+
* the original styling, content, and accessibility semantics.
|
|
10
|
+
*/
|
|
11
|
+
export function FAQ() {
|
|
12
|
+
return (_jsx(SharedFAQ, { faqSectionHeaderText: "Frequently Asked Questions", faqData: [
|
|
13
|
+
{
|
|
14
|
+
question: "What is IntelliOpAI and how does it work?",
|
|
15
|
+
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.",
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: "Do I need technical expertise to use IntelliOpAI?",
|
|
19
|
+
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.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: "How does IntelliOpAI integrate with my existing systems?",
|
|
23
|
+
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.",
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
question: "What kind of support do you provide?",
|
|
27
|
+
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.",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
question: "Is my data secure with IntelliOpAI?",
|
|
31
|
+
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.",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
question: "Can IntelliOpAI scale with my business growth?",
|
|
35
|
+
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.",
|
|
36
|
+
},
|
|
37
|
+
], section: {
|
|
38
|
+
className: "py-16 px-5 bg-white dark:bg-black text-gray-800 dark:text-white",
|
|
39
|
+
}, container: {
|
|
40
|
+
className: "max-w-6xl mx-auto",
|
|
41
|
+
}, heading: {
|
|
42
|
+
className: "text-2xl md:text-3xl lg:text-4xl font-bold text-center mb-8 text-gray-800 dark:text-white font-outfit",
|
|
43
|
+
}, grid: {
|
|
44
|
+
className: "grid grid-cols-1 lg:grid-cols-2 gap-6 px-5 py-8",
|
|
45
|
+
}, item: {
|
|
46
|
+
className: "mb-6 w-full",
|
|
47
|
+
}, questionButton: {
|
|
48
|
+
className:
|
|
49
|
+
// "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 ",
|
|
50
|
+
// your existing classes...
|
|
51
|
+
"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 " +
|
|
52
|
+
// define the ring and border CSS vars you want
|
|
53
|
+
"[--btn-ring:theme(colors.purple.500)] dark:[--btn-ring:theme(colors.purple.400)] " +
|
|
54
|
+
"[--btn-border:theme(colors.purple.500)] dark:[--btn-border:theme(colors.purple.400)] " +
|
|
55
|
+
// ensure mouse focus uses your ring color too
|
|
56
|
+
"focus:ring-[var(--btn-ring)]",
|
|
57
|
+
},
|
|
58
|
+
// No extra styles for the question text; inherits from button
|
|
59
|
+
questionText: { className: "" }, chevronIcon: {
|
|
60
|
+
className: "h-6 w-6 transition-transform duration-200 flex-shrink-0",
|
|
61
|
+
}, openIcon: _jsx(ChevronUp, { className: "h-6 w-6" }), closedIcon: _jsx(ChevronDown, { className: "h-6 w-6" }), answer: {
|
|
62
|
+
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",
|
|
63
|
+
}, answerText: { className: "p-5" }, ariaLabel: "IntelliOpAI frequently asked questions" }));
|
|
64
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { FAQ as SharedFAQ } from "@nextworks/blocks-sections";
|
|
3
|
+
import { ChevronDown, ChevronUp } from "lucide-react";
|
|
4
|
+
// - org. jsdoc in the bck folder
|
|
5
|
+
/**
|
|
6
|
+
* Upgraded preset FAQ component for the product launch page.
|
|
7
|
+
* Now uses the new shared FAQ_new.tsx API while preserving
|
|
8
|
+
* the original styling, content, and accessibility semantics.
|
|
9
|
+
*/
|
|
10
|
+
export function FAQ() {
|
|
11
|
+
return (<SharedFAQ faqSectionHeaderText="Frequently Asked Questions" faqData={[
|
|
12
|
+
{
|
|
13
|
+
question: "What is IntelliOpAI and how does it work?",
|
|
14
|
+
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.",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: "Do I need technical expertise to use IntelliOpAI?",
|
|
18
|
+
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.",
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
question: "How does IntelliOpAI integrate with my existing systems?",
|
|
22
|
+
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.",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: "What kind of support do you provide?",
|
|
26
|
+
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.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
question: "Is my data secure with IntelliOpAI?",
|
|
30
|
+
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.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "Can IntelliOpAI scale with my business growth?",
|
|
34
|
+
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.",
|
|
35
|
+
},
|
|
36
|
+
]} section={{
|
|
37
|
+
className: "py-16 px-5 bg-white dark:bg-black text-gray-800 dark:text-white",
|
|
38
|
+
}} container={{
|
|
39
|
+
className: "max-w-6xl mx-auto",
|
|
40
|
+
}} heading={{
|
|
41
|
+
className: "text-2xl md:text-3xl lg:text-4xl font-bold text-center mb-8 text-gray-800 dark:text-white font-outfit",
|
|
42
|
+
}} grid={{
|
|
43
|
+
className: "grid grid-cols-1 lg:grid-cols-2 gap-6 px-5 py-8",
|
|
44
|
+
}} item={{
|
|
45
|
+
className: "mb-6 w-full",
|
|
46
|
+
}} questionButton={{
|
|
47
|
+
className:
|
|
48
|
+
// "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 ",
|
|
49
|
+
// your existing classes...
|
|
50
|
+
"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 " +
|
|
51
|
+
// define the ring and border CSS vars you want
|
|
52
|
+
"[--btn-ring:theme(colors.purple.500)] dark:[--btn-ring:theme(colors.purple.400)] " +
|
|
53
|
+
"[--btn-border:theme(colors.purple.500)] dark:[--btn-border:theme(colors.purple.400)] " +
|
|
54
|
+
// ensure mouse focus uses your ring color too
|
|
55
|
+
"focus:ring-[var(--btn-ring)]",
|
|
56
|
+
}}
|
|
57
|
+
// No extra styles for the question text; inherits from button
|
|
58
|
+
questionText={{ className: "" }} chevronIcon={{
|
|
59
|
+
className: "h-6 w-6 transition-transform duration-200 flex-shrink-0",
|
|
60
|
+
}} openIcon={<ChevronUp className="h-6 w-6"/>} closedIcon={<ChevronDown className="h-6 w-6"/>} answer={{
|
|
61
|
+
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",
|
|
62
|
+
}} answerText={{ className: "p-5" }} ariaLabel="IntelliOpAI frequently asked questions"/>);
|
|
63
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Product Launch preset for Features, wired to the upgraded shared Features component
|
|
3
|
+
* using the slots + cn API. Keeps content and styles consistent with the template.
|
|
4
|
+
*/
|
|
5
|
+
export declare function Features(): import("react").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=Features.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,QAAQ,gCA2EvB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { Features as SharedFeatures } from "@nextworks/blocks-sections";
|
|
4
|
+
/**
|
|
5
|
+
* Product Launch preset for Features, wired to the upgraded shared Features component
|
|
6
|
+
* using the slots + cn API. Keeps content and styles consistent with the template.
|
|
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 (_jsx(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,51 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Features as SharedFeatures } from "@nextworks/blocks-sections";
|
|
3
|
+
/**
|
|
4
|
+
* Product Launch preset for Features, wired to the upgraded shared Features component
|
|
5
|
+
* using the slots + cn API. Keeps content and styles consistent with the template.
|
|
6
|
+
*/
|
|
7
|
+
export function Features() {
|
|
8
|
+
const featuresData = [
|
|
9
|
+
{
|
|
10
|
+
imageSrc: "/placeholders/product_launch/feature_1.png",
|
|
11
|
+
imageAlt: "AI-Powered Analytics Dashboard",
|
|
12
|
+
headingText: "Intelligent Analytics",
|
|
13
|
+
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.",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
imageSrc: "/placeholders/product_launch/feature_2.png",
|
|
17
|
+
imageAlt: "Real-time AI Collaboration Platform",
|
|
18
|
+
headingText: "AI-Powered Collaboration",
|
|
19
|
+
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.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
imageSrc: "/placeholders/product_launch/feature_3.png",
|
|
23
|
+
imageAlt: "Advanced AI Security System",
|
|
24
|
+
headingText: "AI-Enhanced Security",
|
|
25
|
+
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.",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
imageSrc: "/placeholders/product_launch/feature_4.png",
|
|
29
|
+
imageAlt: "Mobile AI Interface",
|
|
30
|
+
headingText: "Smart Mobile Experience",
|
|
31
|
+
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.",
|
|
32
|
+
},
|
|
33
|
+
];
|
|
34
|
+
return (<SharedFeatures id="features" sectionHeading="AI-Powered Features" sectionSubheading="Experience the future of intelligent automation with our cutting-edge AI technology" featuresData={featuresData} section={{
|
|
35
|
+
className: "py-20 md:py-24 lg:py-28 bg-white dark:bg-gray-900",
|
|
36
|
+
}} container={{ className: "max-w-7xl mx-auto px-6 md:px-8 lg:px-12" }} header={{ className: "text-center mb-16" }} heading={{
|
|
37
|
+
className: "text-3xl md:text-4xl lg:text-5xl font-bold text-gray-800 dark:text-white text-center font-outfit",
|
|
38
|
+
}} subheading={{
|
|
39
|
+
className: "text-lg md:text-xl text-gray-600 dark:text-gray-300 max-w-4xl mx-auto leading-relaxed font-inter",
|
|
40
|
+
}} grid={{
|
|
41
|
+
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 xl:grid-cols-4 gap-8 md:gap-10",
|
|
42
|
+
}} card={{
|
|
43
|
+
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",
|
|
44
|
+
}} image={{
|
|
45
|
+
className: "object-cover transition-transform duration-300 group-hover:scale-102",
|
|
46
|
+
}} cardHeading={{
|
|
47
|
+
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",
|
|
48
|
+
}} cardSubheading={{
|
|
49
|
+
className: "text-sm md:text-base text-gray-600 dark:text-gray-300 leading-relaxed font-inter",
|
|
50
|
+
}} ariaLabel="AI-powered features for IntelliOpAI" enableMotion={true}/>);
|
|
51
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,wBAAgB,MAAM,gCA2HrB"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
|
+
import { Footer as SharedFooter } from "@nextworks/blocks-sections";
|
|
4
|
+
import { Twitter, Linkedin, Github, Youtube, Mail } from "lucide-react";
|
|
5
|
+
/**
|
|
6
|
+
* Upgraded preset Footer for the Product Launch template wired to the upgraded shared Footer
|
|
7
|
+
*/
|
|
8
|
+
export function Footer() {
|
|
9
|
+
return (_jsx(SharedFooter, { id: "footer", footerBrandName: "IntelliOpAI", footerNavLinks: [
|
|
10
|
+
{
|
|
11
|
+
heading: "Product",
|
|
12
|
+
links: [
|
|
13
|
+
{ name: "Features", href: "#features" },
|
|
14
|
+
{ name: "Pricing", href: "#pricing" },
|
|
15
|
+
{ name: "API Documentation", href: "#api-docs" },
|
|
16
|
+
{ name: "FAQ", href: "#faq" },
|
|
17
|
+
],
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
heading: "Company",
|
|
21
|
+
links: [
|
|
22
|
+
{ name: "About", href: "#about" },
|
|
23
|
+
{ name: "Careers", href: "#careers" },
|
|
24
|
+
{ name: "Blog", href: "#blog" },
|
|
25
|
+
{ name: "Contact", href: "#contact" },
|
|
26
|
+
],
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
heading: "Resources",
|
|
30
|
+
links: [
|
|
31
|
+
{ name: "Help Center", href: "#help" },
|
|
32
|
+
{ name: "Terms of Service", href: "#terms" },
|
|
33
|
+
{ name: "Privacy Policy", href: "#privacy" },
|
|
34
|
+
{ name: "System Status", href: "#status" },
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
heading: "Developers",
|
|
39
|
+
links: [
|
|
40
|
+
{ name: "API Reference", href: "#api" },
|
|
41
|
+
{ name: "SDKs", href: "#sdk" },
|
|
42
|
+
{ name: "GitHub", href: "https://github.com", external: true },
|
|
43
|
+
{ name: "Community", href: "#community" },
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
], footerSocialLinks: [
|
|
47
|
+
{
|
|
48
|
+
name: "Twitter",
|
|
49
|
+
icon: Twitter,
|
|
50
|
+
url: "https://twitter.com/intelliopai",
|
|
51
|
+
external: true,
|
|
52
|
+
label: "Follow IntelliOpAI on Twitter",
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: "LinkedIn",
|
|
56
|
+
icon: Linkedin,
|
|
57
|
+
url: "https://linkedin.com/company/intelliopai",
|
|
58
|
+
external: true,
|
|
59
|
+
label: "Connect with IntelliOpAI on LinkedIn",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: "GitHub",
|
|
63
|
+
icon: Github,
|
|
64
|
+
url: "https://github.com/intelliopai",
|
|
65
|
+
external: true,
|
|
66
|
+
label: "View IntelliOpAI on GitHub",
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: "YouTube",
|
|
70
|
+
icon: Youtube,
|
|
71
|
+
url: "https://youtube.com/@intelliopai",
|
|
72
|
+
external: true,
|
|
73
|
+
label: "Watch IntelliOpAI on YouTube",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: "Email",
|
|
77
|
+
icon: Mail,
|
|
78
|
+
url: "mailto:hello@intelliopai.com",
|
|
79
|
+
external: true,
|
|
80
|
+
label: "Contact IntelliOpAI via email",
|
|
81
|
+
},
|
|
82
|
+
], section: {
|
|
83
|
+
className: "w-full bg-white dark:bg-black text-gray-800 dark:text-white border-t border-gray-200 dark:border-gray-800",
|
|
84
|
+
}, container: { className: "max-w-7xl mx-auto px-6" }, brand: {
|
|
85
|
+
className: "text-xl md:text-2xl font-bold text-purple-600 dark:text-purple-400 font-outfit",
|
|
86
|
+
}, brandWrapper: {
|
|
87
|
+
className: "flex flex-col items-start text-left lg:pr-8",
|
|
88
|
+
}, navSection: {
|
|
89
|
+
className: "flex flex-col lg:flex-row items-start justify-between gap-8 lg:gap-12 pt-10.5 pb-12",
|
|
90
|
+
}, navGroup: {
|
|
91
|
+
className: "flex flex-col items-start text-left min-w-[150px] pt-1.5",
|
|
92
|
+
}, navHeading: {
|
|
93
|
+
className: "font-semibold text-gray-800 dark:text-white mb-4 text-sm uppercase tracking-wider font-inter",
|
|
94
|
+
}, navLink: {
|
|
95
|
+
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",
|
|
96
|
+
}, socialSection: {
|
|
97
|
+
className: "flex items-center justify-center gap-6 py-8 border-t border-gray-200 dark:border-gray-800",
|
|
98
|
+
}, socialLink: {
|
|
99
|
+
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",
|
|
100
|
+
}, socialIcon: { className: "h-6 w-6" }, copyright: {
|
|
101
|
+
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",
|
|
102
|
+
}, ariaLabel: "IntelliOpAI footer" }));
|
|
103
|
+
}
|