@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,204 +1,239 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import {
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {useNavigate,Link}from'@remix-run/react';import {HeroSection}from'./components/HeroSection.js';import {CategoriesSection}from'./components/CategoriesSection.js';import {FeaturedSection}from'./components/FeaturedSection.js';import {ResourcesSection}from'./components/ResourcesSection.js';import {Icons}from'./components/Icons.js';const STATS = [{
|
|
2
|
+
value: '117+',
|
|
3
|
+
label: 'Articles & Guides'
|
|
4
|
+
}, {
|
|
5
|
+
value: '27',
|
|
6
|
+
label: 'Categories'
|
|
7
|
+
}, {
|
|
8
|
+
value: '<2min',
|
|
9
|
+
label: 'Avg. Response'
|
|
10
|
+
}, {
|
|
11
|
+
value: '99.9%',
|
|
12
|
+
label: 'Uptime SLA'
|
|
13
|
+
}];
|
|
14
|
+
const CUSTOMER_LOGOS = ['Stripe', 'Shopify', 'Notion', 'Vercel', 'Linear', 'Figma'];
|
|
15
|
+
const LandingPage = () => {
|
|
2
16
|
const navigate = useNavigate();
|
|
3
|
-
const handleCategoryClick = categoryHref => {
|
|
4
|
-
navigate(categoryHref);
|
|
5
|
-
};
|
|
6
|
-
const handleArticleClick = articleHref => {
|
|
7
|
-
navigate(articleHref);
|
|
8
|
-
};
|
|
9
|
-
const handleResourceClick = resourceHref => {
|
|
10
|
-
navigate(resourceHref);
|
|
11
|
-
};
|
|
12
|
-
// Mock data for categories
|
|
13
17
|
const categories = [{
|
|
14
18
|
id: 'getting-started',
|
|
15
19
|
href: '/get-started',
|
|
16
20
|
title: 'Getting Started',
|
|
17
|
-
description: '
|
|
21
|
+
description: 'Platform overview, examples, and tips to hit the ground running.',
|
|
18
22
|
icon: jsx(Icons.GettingStarted, {
|
|
19
|
-
width:
|
|
20
|
-
height:
|
|
21
|
-
})
|
|
23
|
+
width: 22,
|
|
24
|
+
height: 22
|
|
25
|
+
}),
|
|
26
|
+
badge: 'Popular'
|
|
22
27
|
}, {
|
|
23
28
|
id: 'account-management',
|
|
24
29
|
href: '/help-center/account-management',
|
|
25
30
|
title: 'Account Management',
|
|
26
|
-
description: 'Account
|
|
31
|
+
description: 'Account security, profile settings, and team management.',
|
|
27
32
|
icon: jsx(Icons.AccountManagement, {
|
|
28
|
-
width:
|
|
29
|
-
height:
|
|
33
|
+
width: 22,
|
|
34
|
+
height: 22
|
|
30
35
|
})
|
|
31
36
|
}, {
|
|
32
37
|
id: 'billing',
|
|
33
38
|
href: '/help-center/subscription-billing',
|
|
34
39
|
title: 'Billing & Subscriptions',
|
|
35
|
-
description: 'Payment,
|
|
40
|
+
description: 'Payment methods, invoices, plan upgrades, and cancellation.',
|
|
36
41
|
icon: jsx(Icons.Billing, {
|
|
37
|
-
width:
|
|
38
|
-
height:
|
|
42
|
+
width: 22,
|
|
43
|
+
height: 22
|
|
39
44
|
})
|
|
40
45
|
}, {
|
|
41
46
|
id: 'product-features',
|
|
42
47
|
href: '/help-center/product-features',
|
|
43
48
|
title: 'Product Features',
|
|
44
|
-
description: 'Spaces,
|
|
49
|
+
description: 'Spaces, Pages, Focus mode, Threads, and AI workflows.',
|
|
45
50
|
icon: jsx(Icons.ProductFeatures, {
|
|
46
|
-
width:
|
|
47
|
-
height:
|
|
48
|
-
})
|
|
51
|
+
width: 22,
|
|
52
|
+
height: 22
|
|
53
|
+
}),
|
|
54
|
+
badge: 'New'
|
|
49
55
|
}, {
|
|
50
56
|
id: 'troubleshooting',
|
|
51
57
|
href: '/help-center/troubleshooting',
|
|
52
58
|
title: 'Troubleshooting',
|
|
53
|
-
description: '
|
|
59
|
+
description: 'Diagnose and resolve common issues quickly.',
|
|
54
60
|
icon: jsx(Icons.Troubleshooting, {
|
|
55
|
-
width:
|
|
56
|
-
height:
|
|
61
|
+
width: 22,
|
|
62
|
+
height: 22
|
|
57
63
|
})
|
|
58
64
|
}, {
|
|
59
65
|
id: 'api',
|
|
60
|
-
title: 'API',
|
|
61
66
|
href: '/help-center/scope-api',
|
|
62
|
-
|
|
67
|
+
title: 'API & Developers',
|
|
68
|
+
description: 'REST & GraphQL APIs, SDKs, webhooks, and integration guides.',
|
|
63
69
|
icon: jsx(Icons.Api, {
|
|
64
|
-
width:
|
|
65
|
-
height:
|
|
70
|
+
width: 22,
|
|
71
|
+
height: 22
|
|
66
72
|
})
|
|
67
73
|
}];
|
|
68
|
-
// Mock data for featured articles
|
|
69
74
|
const featuredArticles = [{
|
|
70
|
-
id: '
|
|
71
|
-
title: 'Getting started with Yantra',
|
|
75
|
+
id: '1',
|
|
76
|
+
title: 'Getting started with Yantra AI',
|
|
72
77
|
href: '/get-started',
|
|
73
|
-
description: '
|
|
78
|
+
description: 'A comprehensive walkthrough of the platform — from first login to your first AI employee.',
|
|
79
|
+
readTime: '5 min read'
|
|
74
80
|
}, {
|
|
75
|
-
id: '
|
|
76
|
-
title: '
|
|
77
|
-
href: '/help-center/
|
|
78
|
-
description: '
|
|
81
|
+
id: '2',
|
|
82
|
+
title: 'Setting up AI Employees for your team',
|
|
83
|
+
href: '/help-center/ai-employees',
|
|
84
|
+
description: 'Configure intelligent agents that automate repetitive tasks and supercharge your workflow.',
|
|
85
|
+
readTime: '8 min read'
|
|
79
86
|
}, {
|
|
80
|
-
id: '
|
|
81
|
-
title:
|
|
82
|
-
href: '/help-center/
|
|
83
|
-
description: 'Create
|
|
87
|
+
id: '3',
|
|
88
|
+
title: 'Mastering Yantra Spaces & Collaboration',
|
|
89
|
+
href: '/help-center/spaces-library',
|
|
90
|
+
description: 'Create collaborative knowledge hubs for your course, team, or study group.',
|
|
91
|
+
readTime: '6 min read'
|
|
84
92
|
}];
|
|
85
|
-
// Mock data for resources
|
|
86
93
|
const resources = [{
|
|
87
94
|
id: 'security',
|
|
88
|
-
title: 'Security & Trust
|
|
95
|
+
title: 'Security & Trust',
|
|
89
96
|
href: '/help-center/data-privacy',
|
|
90
|
-
description: '
|
|
97
|
+
description: 'SOC 2 compliant. Enterprise-grade encryption. Your data, your rules.',
|
|
91
98
|
icon: jsx(Icons.Security, {
|
|
92
|
-
width:
|
|
93
|
-
height:
|
|
99
|
+
width: 22,
|
|
100
|
+
height: 22
|
|
94
101
|
}),
|
|
95
|
-
ctaText: '
|
|
102
|
+
ctaText: 'Learn More',
|
|
103
|
+
gradient: 'from-emerald-500/20 to-cyan-500/20'
|
|
96
104
|
}, {
|
|
97
105
|
id: 'feedback',
|
|
98
|
-
title: 'Feedback',
|
|
106
|
+
title: 'Share Feedback',
|
|
99
107
|
href: '/feedback',
|
|
100
|
-
description: '
|
|
108
|
+
description: 'Help us build the best AI platform. Your ideas shape our roadmap.',
|
|
101
109
|
icon: jsx(Icons.Feedback, {
|
|
102
|
-
width:
|
|
103
|
-
height:
|
|
110
|
+
width: 22,
|
|
111
|
+
height: 22
|
|
104
112
|
}),
|
|
105
|
-
ctaText: '
|
|
113
|
+
ctaText: 'Share Ideas',
|
|
114
|
+
gradient: 'from-violet-500/20 to-pink-500/20'
|
|
106
115
|
}, {
|
|
107
116
|
id: 'contact',
|
|
108
|
-
title: 'Contact
|
|
117
|
+
title: 'Contact Support',
|
|
109
118
|
href: '/contact-us',
|
|
110
|
-
description: '
|
|
119
|
+
description: '24/7 support via chat, email, or Discord. Average response under 2 minutes.',
|
|
111
120
|
icon: jsx(Icons.Contact, {
|
|
112
|
-
width:
|
|
113
|
-
height:
|
|
121
|
+
width: 22,
|
|
122
|
+
height: 22
|
|
114
123
|
}),
|
|
115
|
-
ctaText: '
|
|
124
|
+
ctaText: 'Get Help',
|
|
125
|
+
gradient: 'from-amber-500/20 to-orange-500/20'
|
|
116
126
|
}];
|
|
117
|
-
// Featured product section (Supply)
|
|
118
|
-
const featuredProduct = {
|
|
119
|
-
title: 'Yantra Supply',
|
|
120
|
-
description: 'Thoughtfully-designed essentials that celebrate the pursuit of knowledge.',
|
|
121
|
-
ctaText: 'Visit the Shop',
|
|
122
|
-
image: Images.supply.products
|
|
123
|
-
};
|
|
124
127
|
return jsxs("div", {
|
|
125
128
|
className: "min-h-screen bg-background",
|
|
126
|
-
children: [jsx(HeroSection, {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
+
children: [jsx(HeroSection, {}), jsx("section", {
|
|
130
|
+
className: "border-b border-border/30 py-12",
|
|
131
|
+
children: jsx("div", {
|
|
132
|
+
className: "container mx-auto max-w-7xl px-6 lg:px-16",
|
|
133
|
+
children: jsx("div", {
|
|
134
|
+
className: "grid grid-cols-2 gap-6 md:grid-cols-4",
|
|
135
|
+
children: STATS.map(stat => jsxs("div", {
|
|
136
|
+
className: "text-center",
|
|
137
|
+
children: [jsx("div", {
|
|
138
|
+
className: "bg-gradient-to-r from-foreground to-foreground/60 bg-clip-text text-3xl font-extrabold tracking-tight text-transparent md:text-4xl",
|
|
139
|
+
children: stat.value
|
|
140
|
+
}), jsx("div", {
|
|
141
|
+
className: "mt-1 text-xs font-medium text-muted-foreground",
|
|
142
|
+
children: stat.label
|
|
143
|
+
})]
|
|
144
|
+
}, stat.label))
|
|
145
|
+
})
|
|
146
|
+
})
|
|
129
147
|
}), jsx("section", {
|
|
130
|
-
className: "py-
|
|
148
|
+
className: "border-b border-border/20 py-8",
|
|
131
149
|
children: jsx("div", {
|
|
132
|
-
className: "container mx-auto px-16",
|
|
150
|
+
className: "container mx-auto max-w-7xl px-6 lg:px-16",
|
|
133
151
|
children: jsxs("div", {
|
|
134
|
-
className: "flex flex-
|
|
135
|
-
children: [jsx("
|
|
136
|
-
className: "
|
|
137
|
-
children:
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}), jsxs("div", {
|
|
143
|
-
className: "w-full space-y-5 md:w-2/3",
|
|
144
|
-
children: [jsx("h2", {
|
|
145
|
-
className: "text-2xl font-bold text-foreground",
|
|
146
|
-
children: "FAQs"
|
|
147
|
-
}), jsx("p", {
|
|
148
|
-
className: "text-lg text-muted-foreground",
|
|
149
|
-
children: "Answers to your general, technical, enterprise, and API-related questions."
|
|
150
|
-
}), jsx(Link, {
|
|
151
|
-
to: "/help-center",
|
|
152
|
-
children: jsx(Button, {
|
|
153
|
-
variant: "outline",
|
|
154
|
-
className: "mt-4 border-primary px-6 py-2.5 text-primary hover:bg-primary/10",
|
|
155
|
-
children: "Get Answers"
|
|
156
|
-
})
|
|
157
|
-
})]
|
|
158
|
-
})]
|
|
152
|
+
className: "flex flex-wrap items-center justify-center gap-10",
|
|
153
|
+
children: [jsx("span", {
|
|
154
|
+
className: "text-[11px] font-medium uppercase tracking-[0.2em] text-muted-foreground/40",
|
|
155
|
+
children: "Trusted by"
|
|
156
|
+
}), CUSTOMER_LOGOS.map(name => jsx("span", {
|
|
157
|
+
className: "text-[15px] font-semibold tracking-wide text-muted-foreground/25 transition-colors duration-300 hover:text-muted-foreground/60",
|
|
158
|
+
children: name
|
|
159
|
+
}, name))]
|
|
159
160
|
})
|
|
160
161
|
})
|
|
161
162
|
}), jsx(CategoriesSection, {
|
|
162
|
-
title: "
|
|
163
|
+
title: "Explore by Topic",
|
|
163
164
|
categories: categories,
|
|
164
|
-
onCategoryClick:
|
|
165
|
+
onCategoryClick: href => navigate(href)
|
|
165
166
|
}), jsx(FeaturedSection, {
|
|
166
|
-
title: "Featured
|
|
167
|
+
title: "Featured Articles",
|
|
167
168
|
articles: featuredArticles,
|
|
168
|
-
onArticleClick:
|
|
169
|
+
onArticleClick: href => navigate(href)
|
|
170
|
+
}), jsx(ResourcesSection, {
|
|
171
|
+
title: "Resources & Support",
|
|
172
|
+
resources: resources,
|
|
173
|
+
onResourceClick: href => navigate(href)
|
|
169
174
|
}), jsx("section", {
|
|
170
|
-
className: "
|
|
175
|
+
className: "py-16",
|
|
171
176
|
children: jsx("div", {
|
|
172
|
-
className: "container mx-auto px-16",
|
|
177
|
+
className: "container mx-auto max-w-4xl px-6 lg:px-16",
|
|
173
178
|
children: jsxs("div", {
|
|
174
|
-
className: "
|
|
179
|
+
className: "relative overflow-hidden rounded-3xl bg-gradient-to-r from-cyan-500 via-blue-600 to-violet-600 p-10 text-center lg:p-14",
|
|
175
180
|
children: [jsxs("div", {
|
|
176
|
-
className: "
|
|
177
|
-
children: [jsx("
|
|
178
|
-
className: "
|
|
179
|
-
|
|
181
|
+
className: "pointer-events-none absolute inset-0 overflow-hidden",
|
|
182
|
+
children: [jsx("div", {
|
|
183
|
+
className: "absolute left-[20%] top-4 h-2 w-2 rounded-full bg-white/20"
|
|
184
|
+
}), jsx("div", {
|
|
185
|
+
className: "absolute bottom-6 right-[25%] h-1.5 w-1.5 rounded-full bg-white/15"
|
|
186
|
+
}), jsx("div", {
|
|
187
|
+
className: "absolute right-[10%] top-[40%] h-2 w-2 rounded-full bg-white/10"
|
|
188
|
+
})]
|
|
189
|
+
}), jsxs("div", {
|
|
190
|
+
className: "relative z-10",
|
|
191
|
+
children: [jsxs("div", {
|
|
192
|
+
className: "mb-5 inline-flex items-center gap-2 rounded-full border border-white/20 bg-white/10 px-4 py-1.5 text-[12px] font-medium text-white/80 backdrop-blur-sm",
|
|
193
|
+
children: [jsx("svg", {
|
|
194
|
+
className: "h-3.5 w-3.5",
|
|
195
|
+
fill: "none",
|
|
196
|
+
stroke: "currentColor",
|
|
197
|
+
viewBox: "0 0 24 24",
|
|
198
|
+
children: jsx("path", {
|
|
199
|
+
strokeLinecap: "round",
|
|
200
|
+
strokeLinejoin: "round",
|
|
201
|
+
strokeWidth: 2,
|
|
202
|
+
d: "M13 10V3L4 14h7v7l9-11h-7z"
|
|
203
|
+
})
|
|
204
|
+
}), "Ready to get started?"]
|
|
205
|
+
}), jsx("h2", {
|
|
206
|
+
className: "text-2xl font-extrabold text-white lg:text-3xl",
|
|
207
|
+
children: "Start building with Yantra today"
|
|
180
208
|
}), jsx("p", {
|
|
181
|
-
className: "text-
|
|
182
|
-
children:
|
|
183
|
-
}),
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
209
|
+
className: "mx-auto mt-3 max-w-md text-base text-white/70",
|
|
210
|
+
children: "Join 10,000+ teams already using AI employees to automate their workflows."
|
|
211
|
+
}), jsxs("div", {
|
|
212
|
+
className: "mt-8 flex flex-col items-center justify-center gap-3 sm:flex-row",
|
|
213
|
+
children: [jsxs(Link, {
|
|
214
|
+
to: "/get-started",
|
|
215
|
+
className: "inline-flex items-center gap-2 rounded-xl bg-white px-6 py-3 text-sm font-semibold text-gray-900 shadow-lg shadow-black/10 transition-all hover:-translate-y-0.5 hover:bg-gray-100 hover:shadow-xl",
|
|
216
|
+
children: [jsx("svg", {
|
|
217
|
+
className: "h-4 w-4",
|
|
218
|
+
fill: "none",
|
|
219
|
+
stroke: "currentColor",
|
|
220
|
+
viewBox: "0 0 24 24",
|
|
221
|
+
children: jsx("path", {
|
|
222
|
+
strokeLinecap: "round",
|
|
223
|
+
strokeLinejoin: "round",
|
|
224
|
+
strokeWidth: 2,
|
|
225
|
+
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
226
|
+
})
|
|
227
|
+
}), "Get Started Free"]
|
|
228
|
+
}), jsx(Link, {
|
|
229
|
+
to: "/help-center",
|
|
230
|
+
className: "inline-flex items-center gap-2 rounded-xl border border-white/30 bg-white/10 px-6 py-3 text-sm font-semibold text-white backdrop-blur-sm transition-all hover:-translate-y-0.5 hover:border-white/40 hover:bg-white/20",
|
|
231
|
+
children: "Browse Help Center"
|
|
232
|
+
})]
|
|
187
233
|
})]
|
|
188
|
-
}), jsx("div", {
|
|
189
|
-
className: "h-72 w-full overflow-hidden rounded-lg shadow-md md:w-1/2",
|
|
190
|
-
children: jsx("img", {
|
|
191
|
-
src: featuredProduct.image,
|
|
192
|
-
alt: "Yantra Supply Products",
|
|
193
|
-
className: "h-full w-full object-cover"
|
|
194
|
-
})
|
|
195
234
|
})]
|
|
196
235
|
})
|
|
197
236
|
})
|
|
198
|
-
}), jsx(ResourcesSection, {
|
|
199
|
-
title: "More resources",
|
|
200
|
-
resources: resources,
|
|
201
|
-
onResourceClick: handleResourceClick
|
|
202
237
|
})]
|
|
203
238
|
});
|
|
204
239
|
};export{LandingPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/pages/LandingPage/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/LandingPage/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/yantra-help-browser",
|
|
3
|
-
"version": "12.0.16-alpha.
|
|
3
|
+
"version": "12.0.16-alpha.22",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Yantra App",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"typescript": {
|
|
72
72
|
"definition": "lib/index.d.ts"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "4efe527ae245ba2395a31ed70879795b524ea9b3"
|
|
75
75
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const Images = {
|
|
2
|
-
hero: {
|
|
3
|
-
books: 'https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?q=80&w=500&auto=format&fit=crop'
|
|
4
|
-
},
|
|
5
|
-
faq: {
|
|
6
|
-
person: 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?q=80&w=500&auto=format&fit=crop'
|
|
7
|
-
},
|
|
8
|
-
categories: {
|
|
9
|
-
background: 'https://images.unsplash.com/photo-1524578271613-d550eacf6090?q=80&w=500&auto=format&fit=crop'
|
|
10
|
-
},
|
|
11
|
-
supply: {
|
|
12
|
-
products: 'https://images.unsplash.com/photo-1525373698358-041e3a460346?q=80&w=500&auto=format&fit=crop'
|
|
13
|
-
}
|
|
14
|
-
};export{Images};//# sourceMappingURL=Assets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Assets.js","sources":["../../../../src/pages/LandingPage/components/Assets.tsx"],"sourcesContent":[null],"names":[],"mappings":"AAAa,MAAA,MAAM,GAAG;AACpB,EAAA,IAAA,EAAI;AACF,IAAA,KAAA,EAAA;AACD,GAAA;AACD,EAAA,GAAA,EAAG;AACD,IAAA,MAAA,EAAA;AACD,GAAA;AACD,EAAA,UAAA,EAAU;AACR,IAAA,UAAA,EAAA;AACD,GAAA;AACD,EAAA,MAAA,EAAM;AACJ,IAAA,QAAA,EAAA;AACD;"}
|