@nextworks/blocks-templates 0.2.0-alpha.11 → 0.2.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -1,8 +1,27 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
"use client";
|
|
2
|
-
import { About
|
|
4
|
+
import { About } from "@nextworks/blocks-sections";
|
|
5
|
+
import { Contact } from "@nextworks/blocks-sections";
|
|
6
|
+
import { CTA } from "@nextworks/blocks-sections";
|
|
7
|
+
import { FAQ } from "@nextworks/blocks-sections";
|
|
8
|
+
import { Features } from "@nextworks/blocks-sections";
|
|
9
|
+
import { Footer } from "@nextworks/blocks-sections";
|
|
10
|
+
import { HeroMotion } from "@nextworks/blocks-sections";
|
|
11
|
+
import { HeroOverlay } from "@nextworks/blocks-sections";
|
|
12
|
+
import { HeroSplit } from "@nextworks/blocks-sections";
|
|
13
|
+
import { Navbar } from "@nextworks/blocks-sections";
|
|
14
|
+
import { Newsletter } from "@nextworks/blocks-sections";
|
|
15
|
+
import { PortfolioSimple } from "@nextworks/blocks-sections";
|
|
16
|
+
import { Pricing } from "@nextworks/blocks-sections";
|
|
17
|
+
import { ProcessTimeline } from "@nextworks/blocks-sections";
|
|
18
|
+
import { ServicesGrid } from "@nextworks/blocks-sections";
|
|
19
|
+
import { Team } from "@nextworks/blocks-sections";
|
|
20
|
+
import { Testimonials } from "@nextworks/blocks-sections";
|
|
3
21
|
import { ThemeSelector } from "@nextworks/blocks-core";
|
|
22
|
+
import { TrustBadges } from "@nextworks/blocks-sections";
|
|
4
23
|
import { PresetThemeVars } from "./PresetThemeVars";
|
|
5
|
-
export
|
|
24
|
+
export function Gallery() {
|
|
6
25
|
const defaultFeaturesData = [
|
|
7
26
|
{
|
|
8
27
|
imageSrc: "/placeholders/gallery/pexels-googledeepmind-25626431.jpg",
|
|
@@ -29,17 +48,17 @@ export default function Gallery() {
|
|
|
29
48
|
subheadingText: "Access your data and manage your workflow from anywhere with our responsive, mobile-optimized interface that works perfectly on all devices.",
|
|
30
49
|
},
|
|
31
50
|
];
|
|
32
|
-
const BrandNode = (<>
|
|
33
|
-
<ThemeSelector ariaLabel="Demo: Color theme" label="" className="mr-2"/>
|
|
34
|
-
|
|
35
|
-
{/* <ThemeSelector /> */}
|
|
36
|
-
<div className="flex h-7 w-7 items-center justify-center rounded-md bg-gradient-to-br from-zinc-900 via-zinc-700 to-zinc-500 text-xs font-bold text-white shadow-sm dark:from-zinc-100 dark:via-zinc-300 dark:to-zinc-500 dark:text-zinc-900">
|
|
37
|
-
NW
|
|
38
|
-
</div>
|
|
51
|
+
const BrandNode = (<>
|
|
52
|
+
<ThemeSelector ariaLabel="Demo: Color theme" label="" className="mr-2"/>
|
|
53
|
+
|
|
54
|
+
{/* <ThemeSelector /> */}
|
|
55
|
+
<div className="flex h-7 w-7 items-center justify-center rounded-md bg-gradient-to-br from-zinc-900 via-zinc-700 to-zinc-500 text-xs font-bold text-white shadow-sm dark:from-zinc-100 dark:via-zinc-300 dark:to-zinc-500 dark:text-zinc-900">
|
|
56
|
+
NW
|
|
57
|
+
</div>
|
|
39
58
|
</>);
|
|
40
|
-
return (<PresetThemeVars>
|
|
41
|
-
<div className="component-gallery">
|
|
42
|
-
{/* Navigation */}
|
|
59
|
+
return (<PresetThemeVars>
|
|
60
|
+
<div className="component-gallery">
|
|
61
|
+
{/* Navigation */}
|
|
43
62
|
<Navbar container={{ className: "max-w-7xl mx-auto" }} mobileMenu={{
|
|
44
63
|
className: "border-t border-border md:block lg:hidden",
|
|
45
64
|
}} desktopMenu={{
|
|
@@ -57,9 +76,9 @@ export default function Gallery() {
|
|
|
57
76
|
{ label: "Contact", href: "#contact" },
|
|
58
77
|
]} links={{
|
|
59
78
|
className: "text-base font-normal text-foreground hover:text-gray-500 dark:hover:text-gray-400 transition-colors",
|
|
60
|
-
}} ctaButton={null}/>
|
|
61
|
-
{/* Hero Sections */}
|
|
62
|
-
<div id="hero-sections">
|
|
79
|
+
}} ctaButton={null}/>
|
|
80
|
+
{/* Hero Sections */}
|
|
81
|
+
<div id="hero-sections">
|
|
63
82
|
<HeroMotion actions={{
|
|
64
83
|
className: "mt-8 flex items-center justify-center gap-3 [--btn-ring:var(--ring)]",
|
|
65
84
|
}} primaryButtonStyle={{
|
|
@@ -78,7 +97,7 @@ export default function Gallery() {
|
|
|
78
97
|
"hover:[--btn-hover-bg:color-mix(in_oklab,var(--primary)_15%,transparent)] " +
|
|
79
98
|
"dark:hover:[--btn-hover-bg:color-mix(in_oklab,var(--primary)_18%,transparent)] " +
|
|
80
99
|
"hover:[--btn-hover-fg:var(--primary)] dark:hover:[--btn-hover-fg:var(--primary)]",
|
|
81
|
-
}} primaryCta={{ label: "Get Started", href: "#hero-sections" }} secondaryCta={{ label: "See Demo", href: "#hero-sections" }}/>
|
|
100
|
+
}} primaryCta={{ label: "Get Started", href: "#hero-sections" }} secondaryCta={{ label: "See Demo", href: "#hero-sections" }}/>
|
|
82
101
|
<HeroOverlay heading="Forecast The Next Move" subheading="Predict demand, personalize journeys, and scale impact with AI-guided insights your team can use today." cta1={{
|
|
83
102
|
label: "Try It Free",
|
|
84
103
|
href: "#hero-sections",
|
|
@@ -88,7 +107,6 @@ export default function Gallery() {
|
|
|
88
107
|
}} cta2={{
|
|
89
108
|
label: "See Demo",
|
|
90
109
|
href: "#hero-sections",
|
|
91
|
-
// Outline CTA should be transparent bg, primary fg/border, with subtle hover bg
|
|
92
110
|
className: "border [&:where(button)]:border " +
|
|
93
111
|
"[--btn-bg:transparent] dark:[--btn-bg:transparent] " +
|
|
94
112
|
"[--btn-fg:var(--primary)] dark:[--btn-fg:var(--primary)] " +
|
|
@@ -102,7 +120,7 @@ export default function Gallery() {
|
|
|
102
120
|
className: "flex flex-col sm:flex-row gap-4 mt-6 justify-center items-center [--btn-ring:var(--ring)]",
|
|
103
121
|
}} image={{
|
|
104
122
|
src: "/placeholders/gallery/hero-pexels-broken-9945014.avif",
|
|
105
|
-
}}/>
|
|
123
|
+
}}/>
|
|
106
124
|
<HeroSplit heading="Confident Decisions, On Demand" subheading="Reliable data when you need it." cta1={{
|
|
107
125
|
label: "Start Free Trial",
|
|
108
126
|
href: "#hero-sections",
|
|
@@ -123,38 +141,38 @@ export default function Gallery() {
|
|
|
123
141
|
className: "flex flex-col md:flex-row gap-4 mt-6 [--btn-ring:var(--ring)]",
|
|
124
142
|
}} image={{
|
|
125
143
|
src: "/placeholders/gallery/hero-pexels-broken-9945014.avif",
|
|
126
|
-
}} imageLayout="full-bleed"/>
|
|
127
|
-
{/* */}
|
|
128
|
-
</div>
|
|
129
|
-
{/* Trust & Social Proof */}
|
|
130
|
-
<div id="trust" className="scroll-mt-16">
|
|
131
|
-
<TrustBadges />
|
|
132
|
-
</div>
|
|
133
|
-
{/* Features & Services */}
|
|
134
|
-
<div id="features" className="scroll-mt-16">
|
|
135
|
-
<Features featuresData={defaultFeaturesData}></Features>
|
|
136
|
-
<ServicesGrid />
|
|
137
|
-
</div>
|
|
138
|
-
{/* About & Process */}
|
|
139
|
-
<div id="about-process" className="scroll-mt-16">
|
|
140
|
-
<About animateStats={false}/>
|
|
141
|
-
<ProcessTimeline />
|
|
142
|
-
</div>
|
|
143
|
-
{/* Portfolio & Team */}
|
|
144
|
-
<div id="portfolio-team" className="scroll-mt-16">
|
|
145
|
-
<PortfolioSimple />
|
|
146
|
-
<Team />
|
|
147
|
-
</div>
|
|
148
|
-
{/* Testimonials */}
|
|
149
|
-
<div id="testimonials" className="scroll-mt-16">
|
|
150
|
-
<Testimonials />
|
|
151
|
-
</div>
|
|
152
|
-
{/* Pricing */}
|
|
153
|
-
<div id="pricing" className="scroll-mt-16">
|
|
154
|
-
<Pricing />
|
|
155
|
-
</div>
|
|
156
|
-
{/* FAQ */}
|
|
157
|
-
<div id="faq" className="scroll-mt-16">
|
|
144
|
+
}} imageLayout="full-bleed"/>
|
|
145
|
+
{/* */}
|
|
146
|
+
</div>
|
|
147
|
+
{/* Trust & Social Proof */}
|
|
148
|
+
<div id="trust" className="scroll-mt-16">
|
|
149
|
+
<TrustBadges />
|
|
150
|
+
</div>
|
|
151
|
+
{/* Features & Services */}
|
|
152
|
+
<div id="features" className="scroll-mt-16">
|
|
153
|
+
<Features featuresData={defaultFeaturesData}></Features>
|
|
154
|
+
<ServicesGrid />
|
|
155
|
+
</div>
|
|
156
|
+
{/* About & Process */}
|
|
157
|
+
<div id="about-process" className="scroll-mt-16">
|
|
158
|
+
<About animateStats={false}/>
|
|
159
|
+
<ProcessTimeline />
|
|
160
|
+
</div>
|
|
161
|
+
{/* Portfolio & Team */}
|
|
162
|
+
<div id="portfolio-team" className="scroll-mt-16">
|
|
163
|
+
<PortfolioSimple />
|
|
164
|
+
<Team />
|
|
165
|
+
</div>
|
|
166
|
+
{/* Testimonials */}
|
|
167
|
+
<div id="testimonials" className="scroll-mt-16">
|
|
168
|
+
<Testimonials />
|
|
169
|
+
</div>
|
|
170
|
+
{/* Pricing */}
|
|
171
|
+
<div id="pricing" className="scroll-mt-16">
|
|
172
|
+
<Pricing />
|
|
173
|
+
</div>
|
|
174
|
+
{/* FAQ */}
|
|
175
|
+
<div id="faq" className="scroll-mt-16">
|
|
158
176
|
<FAQ questionButton={{
|
|
159
177
|
className:
|
|
160
178
|
// Distinct, theme-driven gradient tile + brand ring/border
|
|
@@ -165,15 +183,15 @@ export default function Gallery() {
|
|
|
165
183
|
"text-[var(--primary-foreground)] p-5 cursor-pointer rounded-lg " +
|
|
166
184
|
"transition-all duration-200 flex items-center justify-between " +
|
|
167
185
|
"shadow-lg hover:shadow-xl hover:-translate-y-0.5 " +
|
|
168
|
-
//
|
|
186
|
+
// define ring/border vars and ensure a visible border if tokens apply
|
|
169
187
|
"[--btn-ring:var(--ring)] [--btn-border:var(--primary)] border [&:where(button)]:border",
|
|
170
188
|
}} answer={{
|
|
171
189
|
className: "bg-gradient-to-r " +
|
|
172
190
|
"from-[var(--secondary)] to-[color-mix(in_oklab,var(--secondary)_90%,white)] ",
|
|
173
|
-
}}/>
|
|
174
|
-
</div>
|
|
175
|
-
{/* Call to Action */}
|
|
176
|
-
<div id="cta" className="scroll-mt-16">
|
|
191
|
+
}}/>
|
|
192
|
+
</div>
|
|
193
|
+
{/* Call to Action */}
|
|
194
|
+
<div id="cta" className="scroll-mt-16">
|
|
177
195
|
<CTA ctaButton={{ label: "Sign Up Now", href: "#contact" }} actionsWrapper={{
|
|
178
196
|
className: "mt-6 flex flex-col items-center gap-3 sm:flex-row [--btn-ring:var(--ring)]",
|
|
179
197
|
}} ctaButtonStyle={{
|
|
@@ -183,10 +201,10 @@ export default function Gallery() {
|
|
|
183
201
|
"[--btn-bg:var(--primary)] [--btn-fg:var(--primary-foreground)] " +
|
|
184
202
|
"hover:[--btn-hover-bg:color-mix(in_oklab,var(--primary)_88%,black)] " +
|
|
185
203
|
"hover:[--btn-hover-fg:var(--primary-foreground)]",
|
|
186
|
-
}}/>
|
|
187
|
-
</div>
|
|
188
|
-
{/* Contact */}
|
|
189
|
-
<div id="contact" className="scroll-mt-16">
|
|
204
|
+
}}/>
|
|
205
|
+
</div>
|
|
206
|
+
{/* Contact */}
|
|
207
|
+
<div id="contact" className="scroll-mt-16">
|
|
190
208
|
<Contact submitButtonStyle={{
|
|
191
209
|
variant: "default",
|
|
192
210
|
size: "lg",
|
|
@@ -198,18 +216,18 @@ export default function Gallery() {
|
|
|
198
216
|
"hover:to-[color-mix(in_oklab,var(--primary)_95%,black)] " +
|
|
199
217
|
"text-[var(--primary-foreground)] " +
|
|
200
218
|
"[--btn-ring:var(--ring)] [--btn-border:var(--primary)] border [&:where(button)]:border",
|
|
201
|
-
}}/>
|
|
202
|
-
</div>
|
|
203
|
-
{/* Newsletter */}
|
|
204
|
-
<div id="newsletter" className="scroll-mt-16">
|
|
219
|
+
}}/>
|
|
220
|
+
</div>
|
|
221
|
+
{/* Newsletter */}
|
|
222
|
+
<div id="newsletter" className="scroll-mt-16">
|
|
205
223
|
<Newsletter button={{
|
|
206
224
|
className: "!bg-[var(--primary)] hover:!bg-[color-mix(in_oklab,var(--primary)_90%,transparent)] !text-[var(--primary-foreground)] hover:!text-[var(--primary-background)]",
|
|
207
|
-
}}/>
|
|
208
|
-
</div>
|
|
209
|
-
{/* Footer */}
|
|
210
|
-
<div id="footer">
|
|
211
|
-
<Footer />
|
|
212
|
-
</div>
|
|
213
|
-
</div>
|
|
225
|
+
}}/>
|
|
226
|
+
</div>
|
|
227
|
+
{/* Footer */}
|
|
228
|
+
<div id="footer">
|
|
229
|
+
<Footer />
|
|
230
|
+
</div>
|
|
231
|
+
</div>
|
|
214
232
|
</PresetThemeVars>);
|
|
215
233
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/Page.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/Page.tsx"],"names":[],"mappings":"AAgBA,wBAAgB,iBAAiB,gCA6BhC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { CTA } from "./components/CTA";
|
|
5
|
+
import { Hero } from "./components/Hero";
|
|
6
|
+
import { About } from "./components/About";
|
|
7
|
+
import { Pricing } from "./components/Pricing";
|
|
8
|
+
import { ProcessTimeline } from "./components/ProcessTimeline";
|
|
9
|
+
import { FAQ } from "./components/FAQ";
|
|
10
|
+
import { Contact } from "./components/Contact";
|
|
11
|
+
import { Footer } from "./components/Footer";
|
|
12
|
+
import { Testimonials } from "./components/Testimonials";
|
|
13
|
+
import { TrustBadges } from "./components/TrustBadges";
|
|
14
|
+
import { Features } from "./components/Features";
|
|
15
|
+
export function ProductLaunchPage() {
|
|
16
|
+
return (
|
|
17
|
+
// <PresetThemeVars>
|
|
18
|
+
<>
|
|
19
|
+
<Navbar />
|
|
20
|
+
<section id="home">
|
|
21
|
+
<Hero />
|
|
22
|
+
</section>
|
|
23
|
+
<TrustBadges />
|
|
24
|
+
<About />
|
|
25
|
+
<section id="features">
|
|
26
|
+
<Features />
|
|
27
|
+
<ProcessTimeline />
|
|
28
|
+
</section>
|
|
29
|
+
<Testimonials />
|
|
30
|
+
<CTA />
|
|
31
|
+
<section id="pricing">
|
|
32
|
+
<Pricing />
|
|
33
|
+
</section>
|
|
34
|
+
<section id="faq">
|
|
35
|
+
<FAQ />
|
|
36
|
+
</section>
|
|
37
|
+
<section id="contact">
|
|
38
|
+
<Contact />
|
|
39
|
+
</section>
|
|
40
|
+
<Footer />
|
|
41
|
+
</>
|
|
42
|
+
// </PresetThemeVars>
|
|
43
|
+
);
|
|
44
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
type Props = React.PropsWithChildren<{
|
|
3
|
+
className?: string;
|
|
4
|
+
}>;
|
|
5
|
+
/**
|
|
6
|
+
* ProductLaunch template theme variables wrapper.
|
|
7
|
+
* Not used by default for the ProductLaunch template.
|
|
8
|
+
*
|
|
9
|
+
* Sets a small CSS variable contract consumed by shared components
|
|
10
|
+
* (Buttons, Inputs, Cards, Badges, Footer, Table, etc.).
|
|
11
|
+
*
|
|
12
|
+
* You can override any variable per-section by re-declaring it on
|
|
13
|
+
* that section/container.
|
|
14
|
+
*/
|
|
15
|
+
export declare function PresetThemeVars({ className, children }: Props): React.JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=PresetThemeVars.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/PresetThemeVars.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PresetThemeVars.d.ts","sourceRoot":"","sources":["../../../src/templates/productlaunch/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;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,KAAK,qBA2D7D"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
import React from "react";
|
|
2
4
|
import { cn } from "@nextworks/blocks-core";
|
|
3
5
|
/**
|
|
4
6
|
* ProductLaunch template theme variables wrapper.
|
|
7
|
+
* Not used by default for the ProductLaunch template.
|
|
5
8
|
*
|
|
6
9
|
* Sets a small CSS variable contract consumed by shared components
|
|
7
10
|
* (Buttons, Inputs, Cards, Badges, Footer, Table, etc.).
|
|
@@ -24,7 +27,7 @@ export function PresetThemeVars({ className, children }) {
|
|
|
24
27
|
// Footer
|
|
25
28
|
"[--footer-bg:transparent] dark:[--footer-bg:transparent]", "[--footer-fg:theme(colors.gray.800)] dark:[--footer-fg:theme(colors.gray.100)]", "[--footer-heading-fg:theme(colors.gray.900)] dark:[--footer-heading-fg:theme(colors.gray.100)]", "[--footer-link-fg:theme(colors.gray.700)] dark:[--footer-link-fg:theme(colors.gray.300)]", "[--footer-link-hover-fg:theme(colors.purple.700)] dark:[--footer-link-hover-fg:theme(colors.purple.400)]", "[--footer-link-hover-bg:theme(colors.purple.50)] dark:[--footer-link-hover-bg:color-mix(in_oklab,oklch(0.17_0.05_324)_20%,transparent)]", "[--footer-muted-fg:theme(colors.gray.500)] dark:[--footer-muted-fg:theme(colors.gray.400)]", "[--footer-border:theme(colors.gray.200)] dark:[--footer-border:theme(colors.gray.800)]",
|
|
26
29
|
// Table (optional)
|
|
27
|
-
"[--table-fg:inherit]", "[--table-muted-fg:theme(colors.gray.500)] dark:[--table-muted-fg:theme(colors.gray.400)]", "[--table-head-fg:theme(colors.gray.700)] dark:[--table-head-fg:theme(colors.gray.300)]", "[--table-border:theme(colors.gray.200)] dark:[--table-border:theme(colors.gray.800)]", "[--table-row-hover-bg:theme(colors.gray.50)] dark:[--table-row-hover-bg:theme(colors.gray.900)]", className)}>
|
|
28
|
-
{children}
|
|
30
|
+
"[--table-fg:inherit]", "[--table-muted-fg:theme(colors.gray.500)] dark:[--table-muted-fg:theme(colors.gray.400)]", "[--table-head-fg:theme(colors.gray.700)] dark:[--table-head-fg:theme(colors.gray.300)]", "[--table-border:theme(colors.gray.200)] dark:[--table-border:theme(colors.gray.800)]", "[--table-row-hover-bg:theme(colors.gray.50)] dark:[--table-row-hover-bg:theme(colors.gray.900)]", className)}>
|
|
31
|
+
{children}
|
|
29
32
|
</div>);
|
|
30
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/About.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/About.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B;;;;;;;;;;;GAWG;AAEH,wBAAgB,KAAK,sBAkEpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/CTA.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CTA.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/CTA.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,GAAG,sBA4ClB"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
"use client";
|
|
2
4
|
import React from "react";
|
|
3
5
|
import { CTA as SharedCTA } from "@nextworks/blocks-sections";
|
|
@@ -20,18 +22,16 @@ export function CTA() {
|
|
|
20
22
|
actionsWrapper={{
|
|
21
23
|
className: "mt-4 [--btn-ring:rgba(124,58,237,0.35)] dark:[--btn-ring:rgba(124,58,237,0.45)]",
|
|
22
24
|
}}
|
|
23
|
-
// Primary CTA
|
|
25
|
+
// Primary CTA
|
|
24
26
|
ctaButton={{ label: "Sign Up Now", href: "#contact" }} ctaButtonStyle={{
|
|
25
27
|
variant: "secondary",
|
|
26
28
|
size: "lg",
|
|
27
29
|
className: "text-base md:text-lg font-semibold shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-200 border-0 [--btn-bg:white] dark:[--btn-bg:white] [--btn-hover-bg:#f3f4f6] dark:[--btn-hover-bg:#e5e7eb] [--btn-fg:#7c3aed] dark:[--btn-fg:#7c3aed] hover:[--btn-hover-fg:#6d28d9] dark:hover:[--btn-hover-fg:#6d28d9] [--btn-border:transparent]",
|
|
28
30
|
}}
|
|
29
|
-
// Secondary CTA
|
|
31
|
+
// Secondary CTA
|
|
30
32
|
secondaryButton={{ label: "Learn More", href: "#features" }} secondaryButtonStyle={{
|
|
31
33
|
variant: "outline",
|
|
32
34
|
size: "lg",
|
|
33
35
|
className: "text-base md:text-lg font-semibold shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-200 border [--btn-bg:transparent] dark:[--btn-bg:transparent] [--btn-fg:white] [--btn-border:rgba(255,255,255,0.9)] dark:[--btn-border:rgba(255,255,255,0.85)] hover:[--btn-hover-bg:white] hover:[--btn-hover-fg:#7c3aed]",
|
|
34
|
-
}}
|
|
35
|
-
// Preserve the previous top margin on the heading
|
|
36
|
-
spacing={{ topMargin: "mt-[17vh]" }} ariaLabel="Join the product launch call to action"/>);
|
|
36
|
+
}} spacing={{ topMargin: "mt-[17vh]" }} ariaLabel="Join the product launch call to action"/>);
|
|
37
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Contact.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contact.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Contact.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,wBAAgB,OAAO,sBAkEtB"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
3
|
+
// app/templates/productlaunch/componnets/Contact.tsx
|
|
1
4
|
"use client";
|
|
2
5
|
import React from "react";
|
|
3
6
|
import { Contact as SharedContact, } from "@nextworks/blocks-sections";
|
|
@@ -54,6 +57,7 @@ export function Contact() {
|
|
|
54
57
|
const handleFormSubmit = (e) => {
|
|
55
58
|
e.preventDefault();
|
|
56
59
|
const data = Object.fromEntries(new FormData(e.currentTarget).entries());
|
|
60
|
+
console.log("Contact form submitted:", data);
|
|
57
61
|
};
|
|
58
62
|
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."
|
|
59
63
|
// Root and layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/FAQ.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FAQ.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/FAQ.tsx"],"names":[],"mappings":"AAQA;;GAEG;AACH,wBAAgB,GAAG,gCA6ElB"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
"use client";
|
|
2
4
|
import { FAQ as SharedFAQ } from "@nextworks/blocks-sections";
|
|
3
5
|
import { ChevronDown, ChevronUp } from "lucide-react";
|
|
@@ -42,11 +44,13 @@ export function FAQ() {
|
|
|
42
44
|
className: "mb-6 w-full",
|
|
43
45
|
}} questionButton={{
|
|
44
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
|
|
45
48
|
"[--btn-ring:theme(colors.purple.500)] dark:[--btn-ring:theme(colors.purple.400)] " +
|
|
46
49
|
"[--btn-border:theme(colors.purple.500)] dark:[--btn-border:theme(colors.purple.400)] " +
|
|
50
|
+
// Ensure mouse focus uses ring color too
|
|
47
51
|
"focus:ring-[var(--btn-ring)]",
|
|
48
52
|
}}
|
|
49
|
-
//
|
|
53
|
+
// Question text styles inherits from button
|
|
50
54
|
questionText={{ className: "" }} chevronIcon={{
|
|
51
55
|
className: "h-6 w-6 transition-transform duration-200 flex-shrink-0",
|
|
52
56
|
}} openIcon={<ChevronUp className="h-6 w-6"/>} closedIcon={<ChevronDown className="h-6 w-6"/>} answer={{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Features.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Features.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,QAAQ,gCA2EvB"}
|
|
@@ -1,7 +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.
|
|
1
3
|
"use client";
|
|
2
4
|
import { Features as SharedFeatures } from "@nextworks/blocks-sections";
|
|
3
5
|
/**
|
|
4
|
-
* Product Launch preset for Features
|
|
6
|
+
* Product Launch preset for Features
|
|
5
7
|
*/
|
|
6
8
|
export function Features() {
|
|
7
9
|
const featuresData = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Footer.tsx"],"names":[],"mappings":"AAQA;;GAEG;AACH,wBAAgB,MAAM,gCA2HrB"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
"use client";
|
|
2
4
|
import { Footer as SharedFooter } from "@nextworks/blocks-sections";
|
|
3
5
|
import { Twitter, Linkedin, Github, Youtube, Mail } from "lucide-react";
|
|
4
6
|
/**
|
|
5
|
-
* Preset Footer for the Product Launch template
|
|
7
|
+
* Preset Footer for the Product Launch template
|
|
6
8
|
*/
|
|
7
9
|
export function Footer() {
|
|
8
10
|
return (<SharedFooter id="footer" footerBrandName="IntelliOpAI" footerNavLinks={[
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Hero.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Hero.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,wBAAgB,IAAI,gCAgFnB"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
+
// AUTO-GENERATED from cli/kits/blocks by scripts/sync-kit-to-packages.mjs
|
|
2
|
+
// Do not edit this file directly. Edit the kit source instead.
|
|
1
3
|
"use client";
|
|
2
4
|
import { HeroSplit as SharedHeroSplit } from "@nextworks/blocks-sections";
|
|
3
5
|
/**
|
|
4
|
-
* Product Launch preset for Hero
|
|
6
|
+
* Product Launch preset for Hero
|
|
5
7
|
*/
|
|
6
8
|
export function Hero() {
|
|
7
9
|
return (<SharedHeroSplit heading={{
|
|
8
|
-
text: "Revolutionize Your Workflow with AI",
|
|
10
|
+
text: "Goodie Revolutionize Your Workflow with AI",
|
|
9
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",
|
|
10
12
|
}} subheading={{
|
|
11
13
|
text: "Transform your business operations with our cutting-edge AI solutions. Streamline processes, boost productivity, and unlock new possibilities for growth.",
|
|
@@ -30,9 +32,9 @@ export function Hero() {
|
|
|
30
32
|
variant: "outline",
|
|
31
33
|
size: "lg",
|
|
32
34
|
className: [
|
|
33
|
-
//
|
|
35
|
+
// Layout/typography/shadow/transitions
|
|
34
36
|
"text-base font-semibold shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-200 px-8 py-3",
|
|
35
|
-
// Base colors (
|
|
37
|
+
// Base colors (ensuring outline has transparent bg instead of token background)
|
|
36
38
|
"[--btn-bg:transparent]",
|
|
37
39
|
// CSS variable overrides to control colors while keeping the outline variant structure
|
|
38
40
|
"[--btn-fg:theme(colors.purple.600)]",
|
|
@@ -9,7 +9,7 @@ import { Navbar as SharedNavbar } from "@nextworks/blocks-sections";
|
|
|
9
9
|
* - Purple hover states for links and theme toggle
|
|
10
10
|
* - Clean white background with dark mode support
|
|
11
11
|
*
|
|
12
|
-
* This preset exposes the Shared Navbar API
|
|
12
|
+
* This preset exposes the Shared Navbar API, allowing full customization of any prop or slot.
|
|
13
13
|
*
|
|
14
14
|
* Example:
|
|
15
15
|
* <Navbar
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navbar.d.ts","sourceRoot":"","sources":["../../../../src/templates/productlaunch/components/Navbar.tsx"],"names":[],"mappings":"
|
|
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"}
|