@adminide-stack/yantra-help-browser 12.0.16-alpha.21 → 12.0.16-alpha.22
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/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +226 -93
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +111 -50
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/SearchBar.d.ts.map +1 -1
- package/lib/components/SearchBar.js +136 -72
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +27 -27
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +146 -71
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +358 -702
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +111 -83
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +182 -132
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +21 -21
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +286 -79
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +71 -8
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +40 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +44 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -6
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +113 -37
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/Icons.js +23 -48
- package/lib/pages/LandingPage/components/Icons.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +33 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +160 -125
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA8MpC,CAAC"}
|
|
@@ -1,106 +1,239 @@
|
|
|
1
|
-
import {jsx
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {useState}from'react';const HelpCenterFooter = () => {
|
|
2
|
+
const currentYear = new Date().getFullYear();
|
|
3
|
+
const [email, setEmail] = useState('');
|
|
4
|
+
const [subscribed, setSubscribed] = useState(false);
|
|
5
|
+
const handleSubscribe = e => {
|
|
6
|
+
e.preventDefault();
|
|
7
|
+
if (email.trim()) {
|
|
8
|
+
setSubscribed(true);
|
|
9
|
+
setEmail('');
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
const footerLinks = [{
|
|
13
|
+
title: 'Product',
|
|
14
|
+
links: [{
|
|
15
|
+
label: 'AI Employees',
|
|
16
|
+
href: '/help-center/ai-employees'
|
|
17
|
+
}, {
|
|
18
|
+
label: 'Platform Features',
|
|
19
|
+
href: '/help-center/platform-features'
|
|
20
|
+
}, {
|
|
21
|
+
label: 'Integrations',
|
|
22
|
+
href: '/help-center/integrations'
|
|
23
|
+
}, {
|
|
24
|
+
label: 'OpenClaw',
|
|
25
|
+
href: '/help-center/openclaw'
|
|
26
|
+
}, {
|
|
27
|
+
label: 'Pricing',
|
|
28
|
+
href: '#'
|
|
29
|
+
}]
|
|
30
|
+
}, {
|
|
31
|
+
title: 'Resources',
|
|
32
|
+
links: [{
|
|
33
|
+
label: 'Help Center',
|
|
34
|
+
href: '/help-center'
|
|
35
|
+
}, {
|
|
36
|
+
label: 'API Reference',
|
|
37
|
+
href: '/help-center/scope-api'
|
|
38
|
+
}, {
|
|
39
|
+
label: 'Status Page',
|
|
40
|
+
href: '#'
|
|
41
|
+
}, {
|
|
42
|
+
label: 'Release Notes',
|
|
43
|
+
href: '#'
|
|
44
|
+
}, {
|
|
45
|
+
label: 'Community',
|
|
46
|
+
href: '#'
|
|
47
|
+
}]
|
|
48
|
+
}, {
|
|
49
|
+
title: 'Company',
|
|
50
|
+
links: [{
|
|
51
|
+
label: 'About',
|
|
52
|
+
href: '#'
|
|
53
|
+
}, {
|
|
54
|
+
label: 'Blog',
|
|
55
|
+
href: '#'
|
|
56
|
+
}, {
|
|
57
|
+
label: 'Careers',
|
|
58
|
+
href: '#'
|
|
59
|
+
}, {
|
|
60
|
+
label: 'Contact',
|
|
61
|
+
href: '#'
|
|
62
|
+
}]
|
|
63
|
+
}, {
|
|
64
|
+
title: 'Legal',
|
|
65
|
+
links: [{
|
|
66
|
+
label: 'Privacy',
|
|
67
|
+
href: '#'
|
|
68
|
+
}, {
|
|
69
|
+
label: 'Terms',
|
|
70
|
+
href: '#'
|
|
71
|
+
}, {
|
|
72
|
+
label: 'Security',
|
|
73
|
+
href: '/help-center/security-compliance'
|
|
74
|
+
}, {
|
|
75
|
+
label: 'GDPR',
|
|
76
|
+
href: '/help-center/data-subject-privacy'
|
|
77
|
+
}]
|
|
78
|
+
}];
|
|
79
|
+
return jsxs("footer", {
|
|
80
|
+
className: "border-t border-border",
|
|
81
|
+
children: [jsx("div", {
|
|
82
|
+
className: "border-b border-border/50 bg-muted/30",
|
|
83
|
+
children: jsx("div", {
|
|
84
|
+
className: "container mx-auto max-w-7xl px-6 py-10 lg:px-16",
|
|
85
|
+
children: jsxs("div", {
|
|
86
|
+
className: "flex flex-col items-center justify-between gap-6 md:flex-row",
|
|
10
87
|
children: [jsxs("div", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
viewBox: "0 0 24 24",
|
|
19
|
-
children: jsx("path", {
|
|
20
|
-
strokeLinecap: "round",
|
|
21
|
-
strokeLinejoin: "round",
|
|
22
|
-
strokeWidth: 2,
|
|
23
|
-
d: "M13 10V3L4 14h7v7l9-11h-7z"
|
|
24
|
-
})
|
|
25
|
-
})
|
|
26
|
-
}), jsx("span", {
|
|
27
|
-
className: "text-base font-semibold text-foreground",
|
|
28
|
-
children: "Yantra Help Center"
|
|
88
|
+
children: [jsx("h3", {
|
|
89
|
+
className: "text-lg font-bold text-foreground",
|
|
90
|
+
children: "Stay in the loop"
|
|
91
|
+
}), jsx("p", {
|
|
92
|
+
className: "mt-1 text-sm text-muted-foreground",
|
|
93
|
+
children: "Get product updates, new features, and tips delivered to your inbox."
|
|
29
94
|
})]
|
|
30
|
-
}),
|
|
31
|
-
className: "
|
|
32
|
-
children: "
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
children: [jsx("a", {
|
|
37
|
-
href: "/help-center",
|
|
38
|
-
className: "transition-colors hover:text-foreground",
|
|
39
|
-
children: "Help Center"
|
|
40
|
-
}), jsx("a", {
|
|
41
|
-
href: "#",
|
|
42
|
-
className: "transition-colors hover:text-foreground",
|
|
43
|
-
children: "Privacy Policy"
|
|
44
|
-
}), jsx("a", {
|
|
45
|
-
href: "#",
|
|
46
|
-
className: "transition-colors hover:text-foreground",
|
|
47
|
-
children: "Contact Us"
|
|
48
|
-
})]
|
|
49
|
-
}), jsxs("div", {
|
|
50
|
-
className: "flex items-center gap-4",
|
|
51
|
-
children: [jsxs("a", {
|
|
52
|
-
href: "#",
|
|
53
|
-
className: "text-muted-foreground transition-colors hover:text-foreground",
|
|
54
|
-
children: [jsx("span", {
|
|
55
|
-
className: "sr-only",
|
|
56
|
-
children: "Twitter"
|
|
57
|
-
}), jsx("svg", {
|
|
58
|
-
className: "h-5 w-5",
|
|
59
|
-
fill: "currentColor",
|
|
95
|
+
}), subscribed ? jsxs("div", {
|
|
96
|
+
className: "inline-flex items-center gap-2 rounded-xl border border-emerald-500/20 bg-emerald-500/10 px-5 py-3 text-sm font-medium text-emerald-600",
|
|
97
|
+
children: [jsx("svg", {
|
|
98
|
+
className: "h-4 w-4",
|
|
99
|
+
fill: "none",
|
|
100
|
+
stroke: "currentColor",
|
|
60
101
|
viewBox: "0 0 24 24",
|
|
61
|
-
"aria-hidden": "true",
|
|
62
102
|
children: jsx("path", {
|
|
63
|
-
|
|
103
|
+
strokeLinecap: "round",
|
|
104
|
+
strokeLinejoin: "round",
|
|
105
|
+
strokeWidth: 2,
|
|
106
|
+
d: "M5 13l4 4L19 7"
|
|
64
107
|
})
|
|
108
|
+
}), "You're subscribed!"]
|
|
109
|
+
}) : jsxs("form", {
|
|
110
|
+
onSubmit: handleSubscribe,
|
|
111
|
+
className: "flex w-full max-w-md",
|
|
112
|
+
children: [jsx("input", {
|
|
113
|
+
type: "email",
|
|
114
|
+
placeholder: "Enter your email",
|
|
115
|
+
value: email,
|
|
116
|
+
onChange: e => setEmail(e.target.value),
|
|
117
|
+
className: "h-11 flex-1 rounded-l-xl border border-border bg-background px-4 text-sm text-foreground placeholder-muted-foreground outline-none focus:border-primary focus:ring-1 focus:ring-primary",
|
|
118
|
+
required: true
|
|
119
|
+
}), jsx("button", {
|
|
120
|
+
type: "submit",
|
|
121
|
+
className: "rounded-r-xl bg-gradient-to-r from-cyan-500 to-blue-600 px-5 text-sm font-semibold text-white transition-all hover:from-cyan-400 hover:to-blue-500 hover:shadow-lg hover:shadow-cyan-500/20",
|
|
122
|
+
children: "Subscribe"
|
|
65
123
|
})]
|
|
66
|
-
})
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
124
|
+
})]
|
|
125
|
+
})
|
|
126
|
+
})
|
|
127
|
+
}), jsxs("div", {
|
|
128
|
+
className: "container mx-auto max-w-7xl px-6 py-14 lg:px-16",
|
|
129
|
+
children: [jsxs("div", {
|
|
130
|
+
className: "grid gap-10 sm:grid-cols-2 lg:grid-cols-6",
|
|
131
|
+
children: [jsxs("div", {
|
|
132
|
+
className: "lg:col-span-2",
|
|
133
|
+
children: [jsxs("div", {
|
|
134
|
+
className: "flex items-center gap-2.5",
|
|
135
|
+
children: [jsxs("svg", {
|
|
136
|
+
version: "1.1",
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
viewBox: "60 50 135 115",
|
|
139
|
+
width: "36",
|
|
140
|
+
height: "36",
|
|
141
|
+
children: [jsx("polygon", {
|
|
142
|
+
fill: "#39C5EF",
|
|
143
|
+
points: "141.44,80.33 112.7,80.33 127.07,55.91"
|
|
144
|
+
}), jsx("polygon", {
|
|
145
|
+
fill: "#39C5EF",
|
|
146
|
+
points: "154.26,102.1 99.88,102.1 109.05,86.53 145.09,86.53"
|
|
147
|
+
}), jsx("path", {
|
|
148
|
+
fill: "#EAB12B",
|
|
149
|
+
d: "M157.9,108.3H96.23l-1.49,2.54l32.33,44.33l32.33-44.33L157.9,108.3z M127.07,130.9c-3.25,0-5.88-2.64-5.88-5.88c0-3.25,2.64-5.88,5.88-5.88c3.26,0,5.89,2.64,5.89,5.88C132.96,128.26,130.32,130.9,127.07,130.9z"
|
|
150
|
+
}), jsx("polygon", {
|
|
151
|
+
fill: "#DF1E5B",
|
|
152
|
+
points: "66.87,158.19 78.09,139.13 91.76,158.19"
|
|
153
|
+
}), jsx("polygon", {
|
|
154
|
+
fill: "#DF1E5B",
|
|
155
|
+
points: "121.6,158.19 99.4,158.19 81.53,133.29 91.31,116.66"
|
|
156
|
+
}), jsx("polygon", {
|
|
157
|
+
fill: "#31B57E",
|
|
158
|
+
points: "172.61,133.29 154.74,158.19 132.54,158.19 162.83,116.66"
|
|
159
|
+
}), jsx("polygon", {
|
|
160
|
+
fill: "#31B57E",
|
|
161
|
+
points: "187.27,158.19 162.37,158.19 176.05,139.13"
|
|
162
|
+
})]
|
|
163
|
+
}), jsx("span", {
|
|
164
|
+
className: "text-lg font-bold text-foreground tracking-tight",
|
|
165
|
+
children: "Yantra"
|
|
80
166
|
})]
|
|
81
|
-
}),
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
167
|
+
}), jsx("p", {
|
|
168
|
+
className: "mt-4 max-w-xs text-sm leading-relaxed text-muted-foreground",
|
|
169
|
+
children: "AI employees that work alongside your team \u2014 handling tasks, monitoring systems, and escalating intelligently."
|
|
170
|
+
}), jsx("div", {
|
|
171
|
+
className: "mt-6 flex items-center gap-2.5",
|
|
172
|
+
children: [{
|
|
173
|
+
name: 'Twitter',
|
|
174
|
+
href: '#',
|
|
175
|
+
d: 'M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84'
|
|
176
|
+
}, {
|
|
177
|
+
name: 'GitHub',
|
|
178
|
+
href: '#',
|
|
179
|
+
d: 'M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z'
|
|
180
|
+
}, {
|
|
181
|
+
name: 'LinkedIn',
|
|
182
|
+
href: 'https://www.linkedin.com/company/yantra-app',
|
|
183
|
+
d: 'M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'
|
|
184
|
+
}, {
|
|
185
|
+
name: 'YouTube',
|
|
186
|
+
href: '#',
|
|
187
|
+
d: 'M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'
|
|
188
|
+
}].map(social => jsxs("a", {
|
|
189
|
+
href: social.href,
|
|
190
|
+
target: social.href !== '#' ? '_blank' : undefined,
|
|
191
|
+
rel: social.href !== '#' ? 'noopener noreferrer' : undefined,
|
|
192
|
+
className: "flex h-9 w-9 items-center justify-center rounded-xl border border-border/50 text-muted-foreground transition-all duration-200 hover:border-border hover:text-foreground hover:bg-muted/50 hover:-translate-y-0.5",
|
|
193
|
+
children: [jsx("span", {
|
|
194
|
+
className: "sr-only",
|
|
195
|
+
children: social.name
|
|
196
|
+
}), jsx("svg", {
|
|
197
|
+
className: "h-4 w-4",
|
|
198
|
+
fill: "currentColor",
|
|
199
|
+
viewBox: "0 0 24 24",
|
|
200
|
+
"aria-hidden": "true",
|
|
201
|
+
children: jsx("path", {
|
|
202
|
+
fillRule: "evenodd",
|
|
203
|
+
d: social.d,
|
|
204
|
+
clipRule: "evenodd"
|
|
205
|
+
})
|
|
206
|
+
})]
|
|
207
|
+
}, social.name))
|
|
208
|
+
})]
|
|
209
|
+
}), footerLinks.map(section => jsxs("div", {
|
|
210
|
+
children: [jsx("h4", {
|
|
211
|
+
className: "text-[11px] font-bold uppercase tracking-[0.15em] text-muted-foreground/60",
|
|
212
|
+
children: section.title
|
|
213
|
+
}), jsx("ul", {
|
|
214
|
+
className: "mt-4 space-y-2.5",
|
|
215
|
+
children: section.links.map(link => jsx("li", {
|
|
216
|
+
children: jsx("a", {
|
|
217
|
+
href: link.href,
|
|
218
|
+
className: "text-sm text-muted-foreground transition-colors duration-200 hover:text-foreground",
|
|
219
|
+
children: link.label
|
|
96
220
|
})
|
|
97
|
-
})
|
|
221
|
+
}, link.label))
|
|
98
222
|
})]
|
|
99
|
-
})]
|
|
223
|
+
}, section.title))]
|
|
100
224
|
}), jsxs("div", {
|
|
101
|
-
className: "mt-
|
|
102
|
-
children: ["
|
|
225
|
+
className: "mt-14 flex flex-col items-center justify-between gap-4 border-t border-border/50 pt-8 sm:flex-row",
|
|
226
|
+
children: [jsxs("p", {
|
|
227
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
228
|
+
children: ["\u00A9 ", currentYear, " Yantra Inc. All rights reserved."]
|
|
229
|
+
}), jsxs("p", {
|
|
230
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
231
|
+
children: ["Built with ", jsx("span", {
|
|
232
|
+
className: "text-red-500",
|
|
233
|
+
children: "\u2665"
|
|
234
|
+
}), " for teams that ship fast"]
|
|
235
|
+
})]
|
|
103
236
|
})]
|
|
104
|
-
})
|
|
237
|
+
})]
|
|
105
238
|
});
|
|
106
239
|
};export{HelpCenterFooter};//# sourceMappingURL=HelpCenterFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[],"mappings":"sEAEO,MAAM,gBAAgB,GAAa,MAAK;QACrC,WAAA,OAAkB,IAAA,EAAI,YAAG,EAAW;QACpC,CAAA,KAAM,EAAA,QAAU,CAAA,WAAY,CAAA,EAAC,CAAE;QAC/B,CAAA,UAAW,EAAA,aAAe,CAAA,WAAY,CAAA,KAAM,CAAA;AAElD,EAAA,MAAA,eAAqB,GAAA,CAAA;oBACD,EAAA;AAChB,IAAA,IAAA,KAAS,CAAA,IAAC,EAAI,EAAA;mBACG,CAAA,IAAA,CAAA;cACL,CAAA,EAAA,CAAA;;AAEhB,GAAA;AAEA,EAAA,MAAA,cAAoB,CAAA;AAChB,IAAA,KAAA,EAAA,SAAA;AACI,IAAA,KAAA,EAAA,CAAA;AACA,MAAA,KAAA,EAAA,cAAO;AACH,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,mBAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,cAAA;AACJ,MAAA,IAAA,EAAA;AACD,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,UAAkB;AAClB,MAAA,IAAA,EAAA;AACI,KAAA,EAAA;AACA,MAAA,KAAA,EAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA;AACA,GAAA,EAAA;AACH,IAAA,KAAA,EAAA,WAAA;AACJ,IAAA,KAAA,EAAA,CAAA;AACD,MAAA,KAAA,EAAA,aAAA;AACI,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,eAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,aAAS;AACZ,MAAA,IAAA,EAAA;AACJ,KAAA,EAAA;AACD,MAAA,KAAA,EAAA,eAAA;AACI,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,WAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA;AACA,GAAA,EAAA;AACH,IAAA,KAAA,EAAA,SAAA;AACJ,IAAA,KAAA,EAAA,CAAA;MACH,KAAA,EAAA,OAAA;AAEF,MAAA,IAAA,EACI;AAgFwB,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,MAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,SAAA;AACD,MAAA,IAAA,EAAA;AACI,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,SAAA;AACA,MAAA,IAAA,EAAA;AACH,KAAA;AACD,GAAA,EAAA;AACI,IAAA,KAAA,EAAA,OAAA;AACA,IAAA,KAAA,EAAA,CAAA;AACA,MAAA,KAAA,EAAA,SAAA;AACH,MAAA,IAAA,EAAA;AACD,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,OAAA;AACA,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,UAAA;;AAoDjC,KAAE,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CAiJ1C,CAAC"}
|
|
@@ -1,78 +1,139 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';const
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';const CUSTOMER_LOGOS = ['Stripe', 'Shopify', 'Notion', 'Vercel', 'Linear', 'Figma'];
|
|
2
|
+
const HelpCenterHeader = props => {
|
|
2
3
|
return jsxs("div", {
|
|
3
|
-
className: "relative overflow-
|
|
4
|
+
className: "relative overflow-hidden w-full",
|
|
4
5
|
children: [jsxs("div", {
|
|
5
|
-
className: "absolute inset-0 bg-
|
|
6
|
-
children: [
|
|
7
|
-
className: "absolute inset-0
|
|
6
|
+
className: "absolute inset-0 bg-[#060b18]",
|
|
7
|
+
children: [jsxs("div", {
|
|
8
|
+
className: "absolute inset-0",
|
|
9
|
+
children: [jsx("div", {
|
|
10
|
+
className: "absolute top-[-20%] left-[10%] h-[600px] w-[600px] rounded-full opacity-20 blur-[120px]",
|
|
11
|
+
style: {
|
|
12
|
+
background: 'radial-gradient(circle, #06b6d4, transparent 70%)',
|
|
13
|
+
animation: 'float1 8s ease-in-out infinite'
|
|
14
|
+
}
|
|
15
|
+
}), jsx("div", {
|
|
16
|
+
className: "absolute top-[10%] right-[5%] h-[500px] w-[500px] rounded-full opacity-15 blur-[120px]",
|
|
17
|
+
style: {
|
|
18
|
+
background: 'radial-gradient(circle, #8b5cf6, transparent 70%)',
|
|
19
|
+
animation: 'float2 10s ease-in-out infinite'
|
|
20
|
+
}
|
|
21
|
+
}), jsx("div", {
|
|
22
|
+
className: "absolute bottom-[-10%] left-[40%] h-[400px] w-[400px] rounded-full opacity-10 blur-[100px]",
|
|
23
|
+
style: {
|
|
24
|
+
background: 'radial-gradient(circle, #ec4899, transparent 70%)',
|
|
25
|
+
animation: 'float3 12s ease-in-out infinite'
|
|
26
|
+
}
|
|
27
|
+
})]
|
|
28
|
+
}), jsx("div", {
|
|
29
|
+
className: "absolute inset-0 opacity-[0.03]",
|
|
8
30
|
style: {
|
|
9
|
-
backgroundImage:
|
|
31
|
+
backgroundImage: 'radial-gradient(rgba(255,255,255,0.8) 1px, transparent 1px)',
|
|
10
32
|
backgroundSize: '24px 24px'
|
|
11
33
|
}
|
|
12
34
|
}), jsx("div", {
|
|
13
|
-
className: "absolute
|
|
35
|
+
className: "absolute top-20 left-[15%] h-3 w-3 rounded-full border border-cyan-500/30",
|
|
36
|
+
style: {
|
|
37
|
+
animation: 'floatShape 6s ease-in-out infinite'
|
|
38
|
+
}
|
|
39
|
+
}), jsx("div", {
|
|
40
|
+
className: "absolute top-40 right-[20%] h-2 w-2 bg-violet-500/40 rotate-45",
|
|
41
|
+
style: {
|
|
42
|
+
animation: 'floatShape 8s ease-in-out infinite 1s'
|
|
43
|
+
}
|
|
44
|
+
}), jsx("div", {
|
|
45
|
+
className: "absolute bottom-32 left-[25%] h-4 w-4 rounded-full border border-pink-500/20",
|
|
14
46
|
style: {
|
|
15
|
-
|
|
47
|
+
animation: 'floatShape 7s ease-in-out infinite 2s'
|
|
16
48
|
}
|
|
17
49
|
}), jsx("div", {
|
|
18
|
-
className: "absolute
|
|
50
|
+
className: "absolute top-32 right-[35%] h-2.5 w-2.5 bg-cyan-500/30 rounded-sm rotate-12",
|
|
19
51
|
style: {
|
|
20
|
-
|
|
52
|
+
animation: 'floatShape 9s ease-in-out infinite 0.5s'
|
|
21
53
|
}
|
|
22
54
|
}), jsx("div", {
|
|
23
|
-
className: "absolute
|
|
55
|
+
className: "absolute bottom-40 right-[15%] h-3 w-3 border border-emerald-500/25 rounded-full",
|
|
24
56
|
style: {
|
|
25
|
-
|
|
57
|
+
animation: 'floatShape 7s ease-in-out infinite 3s'
|
|
26
58
|
}
|
|
27
59
|
})]
|
|
60
|
+
}), jsx("style", {
|
|
61
|
+
dangerouslySetInnerHTML: {
|
|
62
|
+
__html: `
|
|
63
|
+
@keyframes float1 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, -30px); } }
|
|
64
|
+
@keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-20px, 20px); } }
|
|
65
|
+
@keyframes float3 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(25px, -15px); } }
|
|
66
|
+
@keyframes floatShape { 0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; } 50% { transform: translateY(-12px) rotate(180deg); opacity: 0.7; } }
|
|
67
|
+
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
|
|
68
|
+
@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
|
|
69
|
+
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
|
|
70
|
+
`
|
|
71
|
+
}
|
|
28
72
|
}), jsx("div", {
|
|
29
|
-
className: "relative z-10 mx-auto flex min-h-[
|
|
30
|
-
style: {
|
|
31
|
-
overflow: 'visible'
|
|
32
|
-
},
|
|
73
|
+
className: "relative z-10 mx-auto flex min-h-[560px] max-w-7xl flex-col items-center justify-center px-6 pt-24 pb-16 text-center lg:px-16",
|
|
33
74
|
children: jsxs("div", {
|
|
34
75
|
className: "max-w-4xl w-full",
|
|
35
76
|
style: {
|
|
36
77
|
overflow: 'visible'
|
|
37
78
|
},
|
|
38
79
|
children: [jsxs("div", {
|
|
39
|
-
className: "mb-6
|
|
40
|
-
children: [
|
|
41
|
-
className: "
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
80
|
+
className: "mb-6 flex flex-wrap items-center justify-center gap-3",
|
|
81
|
+
children: [jsxs("div", {
|
|
82
|
+
className: "inline-flex items-center gap-2 rounded-full border border-emerald-500/20 bg-emerald-500/[0.08] px-3.5 py-1.5 text-[12px] font-medium text-emerald-400 backdrop-blur-md",
|
|
83
|
+
children: [jsxs("span", {
|
|
84
|
+
className: "relative flex h-1.5 w-1.5",
|
|
85
|
+
children: [jsx("span", {
|
|
86
|
+
className: "absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-400 opacity-75"
|
|
87
|
+
}), jsx("span", {
|
|
88
|
+
className: "relative inline-flex h-1.5 w-1.5 rounded-full bg-emerald-500"
|
|
89
|
+
})]
|
|
90
|
+
}), "All systems operational"]
|
|
91
|
+
}), jsxs("div", {
|
|
92
|
+
className: "inline-flex items-center gap-1.5 rounded-full border border-white/[0.06] bg-white/[0.03] px-3.5 py-1.5 text-[12px] font-medium text-white/40 backdrop-blur-md",
|
|
93
|
+
children: [jsx("svg", {
|
|
94
|
+
className: "h-3.5 w-3.5 text-amber-500",
|
|
95
|
+
fill: "currentColor",
|
|
96
|
+
viewBox: "0 0 24 24",
|
|
97
|
+
children: jsx("path", {
|
|
98
|
+
d: "M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"
|
|
99
|
+
})
|
|
100
|
+
}), "Trusted by 10,000+ teams"]
|
|
101
|
+
})]
|
|
102
|
+
}), jsxs("h1", {
|
|
103
|
+
className: "mb-5 text-4xl font-extrabold leading-[1.08] tracking-tight text-white sm:text-5xl lg:text-[64px]",
|
|
104
|
+
children: ["Find answers", ' ', jsx("span", {
|
|
105
|
+
className: "bg-clip-text text-transparent",
|
|
106
|
+
style: {
|
|
107
|
+
backgroundImage: 'linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6, #ec4899)',
|
|
108
|
+
backgroundSize: '200% auto',
|
|
109
|
+
animation: 'shimmer 4s linear infinite'
|
|
110
|
+
},
|
|
111
|
+
children: "instantly"
|
|
112
|
+
})]
|
|
55
113
|
}), jsx("p", {
|
|
56
|
-
className: "mb-10 text-
|
|
57
|
-
children: "
|
|
58
|
-
}), jsx(SearchBar, {})
|
|
114
|
+
className: "mx-auto mb-10 max-w-xl text-base font-normal leading-relaxed text-white/45 lg:text-[17px]",
|
|
115
|
+
children: "Browse 117+ articles, step-by-step guides, and video tutorials. Everything you need to master Yantra AI employees."
|
|
116
|
+
}), jsx(SearchBar, {}), jsxs("div", {
|
|
117
|
+
className: "mt-14",
|
|
118
|
+
children: [jsx("p", {
|
|
119
|
+
className: "mb-4 text-[11px] font-medium uppercase tracking-[0.2em] text-white/20",
|
|
120
|
+
children: "Powering teams at"
|
|
121
|
+
}), jsx("div", {
|
|
122
|
+
className: "flex flex-wrap items-center justify-center gap-8",
|
|
123
|
+
children: CUSTOMER_LOGOS.map(name => jsx("span", {
|
|
124
|
+
className: "text-[15px] font-semibold tracking-wide text-white/[0.15] transition-colors duration-300 hover:text-white/40",
|
|
125
|
+
children: name
|
|
126
|
+
}, name))
|
|
127
|
+
})]
|
|
128
|
+
})]
|
|
59
129
|
})
|
|
60
|
-
}),
|
|
130
|
+
}), jsxs("div", {
|
|
61
131
|
className: "relative z-10",
|
|
62
|
-
children: jsx("
|
|
63
|
-
className: "
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
preserveAspectRatio: "none",
|
|
68
|
-
style: {
|
|
69
|
-
height: '48px'
|
|
70
|
-
},
|
|
71
|
-
children: jsx("path", {
|
|
72
|
-
d: "M0 48h1440V20C1320 4 1200 0 1080 8 960 16 840 32 720 36 600 40 480 28 360 20 240 12 120 8 0 16V48z",
|
|
73
|
-
className: "fill-background"
|
|
74
|
-
})
|
|
75
|
-
})
|
|
132
|
+
children: [jsx("div", {
|
|
133
|
+
className: "h-px bg-gradient-to-r from-transparent via-cyan-500/20 to-transparent"
|
|
134
|
+
}), jsx("div", {
|
|
135
|
+
className: "h-20 bg-gradient-to-b from-[#060b18] to-background"
|
|
136
|
+
})]
|
|
76
137
|
})]
|
|
77
138
|
});
|
|
78
139
|
};export{HelpCenterHeader};//# sourceMappingURL=HelpCenterHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"gFAGA,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;AAEtE,MAAA,gBAAgB,GAAkB,KAAC,IAAS;SAC9CA;AASiB,IAAA,SAAA,EAAA,iCAAY;AACZ,IAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACH,MAAA,SAAA,EAAA,+BAGD;AAEI,MAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,kBAAA;AACH,QAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AAKG,UAAA,SAAA,EAAA,yFAA+D;AAC/D,UAAA,KAAA,EAAA;2EAOmC;AAEvC,YAAA,SAAA,EAAA;AACA;AACH,SAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AA6BD,UAAA,SAAA,EAAA,wFAAQ;;;;;;;;AAQf,YAAA,UAAA,EAAA,mDAAA;AACI,YAAA,WAIA;AAyBe;AACA,SAAA,CAAA;AACA,OAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AACH,QAAA,SAAA,EAAA,iCAAA;AAuC7B,QAAE,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../src/components/SearchBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,UAAU,cAAc;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,
|
|
1
|
+
{"version":3,"file":"SearchBar.d.ts","sourceRoot":"","sources":["../../src/components/SearchBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAK3D,UAAU,cAAc;IACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AACD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAgU9C,CAAC"}
|