@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.
Files changed (79) hide show
  1. package/lib/components/HelpCenterFooter.d.ts.map +1 -1
  2. package/lib/components/HelpCenterFooter.js +226 -93
  3. package/lib/components/HelpCenterFooter.js.map +1 -1
  4. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  5. package/lib/components/HelpCenterHeader.js +111 -50
  6. package/lib/components/HelpCenterHeader.js.map +1 -1
  7. package/lib/components/SearchBar.d.ts.map +1 -1
  8. package/lib/components/SearchBar.js +136 -72
  9. package/lib/components/SearchBar.js.map +1 -1
  10. package/lib/components/navbar/index.d.ts.map +1 -1
  11. package/lib/components/navbar/index.js +27 -27
  12. package/lib/components/navbar/index.js.map +1 -1
  13. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  14. package/lib/pages/CategoryCollection/index.js +146 -71
  15. package/lib/pages/CategoryCollection/index.js.map +1 -1
  16. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
  17. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
  18. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
  19. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
  20. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
  21. package/lib/pages/GetStarted/index.d.ts.map +1 -1
  22. package/lib/pages/GetStarted/index.js +358 -702
  23. package/lib/pages/GetStarted/index.js.map +1 -1
  24. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
  25. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +111 -83
  26. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
  27. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
  28. package/lib/pages/HelpCenter/components/Icons.js +182 -132
  29. package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
  30. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
  31. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
  32. package/lib/pages/HelpCenter/components/PopularArticle.js +21 -21
  33. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
  34. package/lib/pages/HelpCenter/index.d.ts.map +1 -1
  35. package/lib/pages/HelpCenter/index.js +286 -79
  36. package/lib/pages/HelpCenter/index.js.map +1 -1
  37. package/lib/pages/HelpCenter/mockData.d.ts +16 -0
  38. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
  39. package/lib/pages/HelpCenter/mockData.js +71 -8
  40. package/lib/pages/HelpCenter/mockData.js.map +1 -1
  41. package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
  42. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
  43. package/lib/pages/LandingPage/components/ArticleCard.js +40 -20
  44. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
  45. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
  46. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
  47. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
  48. package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
  49. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
  50. package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
  51. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
  52. package/lib/pages/LandingPage/components/CategoryCard.js +44 -13
  53. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
  54. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
  55. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
  56. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
  57. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
  58. package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -6
  59. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
  60. package/lib/pages/LandingPage/components/HeroSection.js +113 -37
  61. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
  62. package/lib/pages/LandingPage/components/Icons.d.ts +0 -1
  63. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -1
  64. package/lib/pages/LandingPage/components/Icons.js +23 -48
  65. package/lib/pages/LandingPage/components/Icons.js.map +1 -1
  66. package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
  67. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
  68. package/lib/pages/LandingPage/components/ResourceCard.js +33 -19
  69. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
  70. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
  71. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
  72. package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
  73. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
  74. package/lib/pages/LandingPage/index.d.ts.map +1 -1
  75. package/lib/pages/LandingPage/index.js +160 -125
  76. package/lib/pages/LandingPage/index.js.map +1 -1
  77. package/package.json +2 -2
  78. package/lib/pages/LandingPage/components/Assets.js +0 -14
  79. package/lib/pages/LandingPage/components/Assets.js.map +0 -1
@@ -1,775 +1,431 @@
1
- import {jsxs,jsx}from'react/jsx-runtime';import {Button}from'@admin-layout/tailwind-ui/shardui/button.js';const GetStartedPage = () => {
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';const STEPS = [{
2
+ num: '01',
3
+ title: 'Create Your Account',
4
+ desc: 'Sign up in 30 seconds. No credit card required. Get instant access to the full platform.',
5
+ color: 'from-cyan-500 to-blue-500',
6
+ icon: '👤'
7
+ }, {
8
+ num: '02',
9
+ title: 'Set Up Your Workspace',
10
+ desc: 'Create Spaces for your projects, invite team members, and customize your environment.',
11
+ color: 'from-violet-500 to-purple-500',
12
+ icon: '🏗️'
13
+ }, {
14
+ num: '03',
15
+ title: 'Deploy AI Employees',
16
+ desc: 'Configure intelligent agents that automate sales, engineering, marketing, and support tasks.',
17
+ color: 'from-pink-500 to-rose-500',
18
+ icon: '🤖'
19
+ }, {
20
+ num: '04',
21
+ title: 'Scale & Optimize',
22
+ desc: 'Monitor performance, fine-tune workflows, and scale your AI workforce as your business grows.',
23
+ color: 'from-amber-500 to-orange-500',
24
+ icon: '🚀'
25
+ }];
26
+ const USE_CASES = [{
27
+ title: 'Answering Complex Questions',
28
+ desc: 'Yantra goes beyond search engines — synthesizing information from reliable sources with citations to help you understand complex topics deeply.',
29
+ items: ['Reliable information with proper citations', 'Answers to specific, complex questions fast'],
30
+ gradient: 'from-blue-500/10 to-indigo-500/10',
31
+ iconBg: 'from-blue-500/20 to-indigo-500/20',
32
+ iconColor: 'text-blue-500'
33
+ }, {
34
+ title: 'Exploring Topics In Depth',
35
+ desc: 'Pro Search provides guided exploration with detailed insights from experts, enabling you to discover connections and gain expertise on any subject.',
36
+ items: ['Multi-step research flows', 'Expert-grade analysis'],
37
+ gradient: 'from-violet-500/10 to-purple-500/10',
38
+ iconBg: 'from-violet-500/20 to-purple-500/20',
39
+ iconColor: 'text-violet-500'
40
+ }, {
41
+ title: 'Organizing Your Library',
42
+ desc: 'Create Threads to collect related topics, build collections, and easily access your curated content — your personal knowledge base.',
43
+ items: ['Save important info for quick reference', 'Organize research by topics'],
44
+ gradient: 'from-emerald-500/10 to-teal-500/10',
45
+ iconBg: 'from-emerald-500/20 to-teal-500/20',
46
+ iconColor: 'text-emerald-500'
47
+ }, {
48
+ title: 'Interacting With Your Data',
49
+ desc: 'Ask questions about PDFs, CSVs, and documents. Yantra processes content, understands structure, and provides insights from your files.',
50
+ items: ['Extract insights from complex docs', 'Analyze data without coding'],
51
+ gradient: 'from-amber-500/10 to-orange-500/10',
52
+ iconBg: 'from-amber-500/20 to-orange-500/20',
53
+ iconColor: 'text-amber-500'
54
+ }];
55
+ const TIPS = [{
56
+ title: 'Be Specific With Prompts',
57
+ desc: 'The more context you provide, the better Yantra can tailor its response. Include details about format, depth, and audience.',
58
+ gradient: 'from-cyan-500 to-blue-500'
59
+ }, {
60
+ title: 'Use Spaces for Organization',
61
+ desc: 'Create dedicated Spaces for different projects or topics. Invite collaborators and build shared knowledge bases.',
62
+ gradient: 'from-violet-500 to-purple-500'
63
+ }, {
64
+ title: 'Leverage Pro Search',
65
+ desc: 'For complex research, switch to Pro Search mode. It asks clarifying questions and performs multi-step analysis.',
66
+ gradient: 'from-pink-500 to-rose-500'
67
+ }];
68
+ const GetStartedPage = () => {
2
69
  return jsxs("div", {
3
70
  className: "min-h-screen bg-background",
4
- children: [jsx("section", {
5
- className: "relative w-full bg-[#057d78] py-20",
6
- children: jsx("div", {
7
- className: "container mx-auto px-16 pt-20",
8
- children: jsxs("div", {
9
- className: "flex flex-col items-start justify-between gap-12 md:flex-row",
10
- children: [jsxs("div", {
11
- className: "max-w-4xl",
12
- children: [jsx("h1", {
13
- className: "mb-4 mt-8 text-left text-[5rem] font-[300] leading-[1.1] tracking-tight text-white",
14
- children: "Getting Started"
15
- }), jsx("p", {
16
- className: "mb-8 text-xl font-normal text-primary-foreground/90",
17
- children: "Everything you need to know to unlock the power of Yantra and transform how you search, learn, and discover."
18
- }), jsxs("div", {
19
- className: "flex flex-wrap gap-4",
20
- children: [jsx(Button, {
21
- className: "bg-primary-foreground text-primary hover:bg-primary-foreground/90 px-8 py-3 text-base font-medium",
22
- children: "Start Exploring"
23
- }), jsx(Button, {
24
- variant: "outline",
25
- className: "border-white text-foreground hover:bg-primary/10 px-8 py-3 text-base font-medium",
26
- children: "Watch Demo"
27
- })]
28
- })]
71
+ children: [jsxs("div", {
72
+ className: "relative overflow-hidden w-full",
73
+ children: [jsxs("div", {
74
+ className: "absolute inset-0 bg-[#060b18]",
75
+ children: [jsxs("div", {
76
+ className: "absolute inset-0",
77
+ children: [jsx("div", {
78
+ className: "absolute left-[5%] top-[-10%] h-[500px] w-[500px] rounded-full opacity-20 blur-[120px]",
79
+ style: {
80
+ background: 'radial-gradient(circle, #06b6d4, transparent 70%)',
81
+ animation: 'gsFloat1 8s ease-in-out infinite'
82
+ }
29
83
  }), jsx("div", {
30
- className: "hidden h-80 w-96 md:block",
31
- children: jsxs("div", {
32
- className: "relative h-full w-full",
33
- children: [jsx("div", {
34
- className: "absolute h-full w-full rounded-lg bg-gradient-to-br from-teal-400 to-teal-600 shadow-xl"
35
- }), jsx("div", {
36
- className: "absolute -right-8 -top-8 h-full w-full rounded-lg bg-teal-600/20 shadow-xl"
37
- }), jsx("div", {
38
- className: "absolute -right-4 -top-4 h-full w-full rounded-lg bg-teal-500/30 shadow-xl"
39
- }), jsx("div", {
40
- className: "absolute inset-4 flex items-center justify-center",
41
- children: jsxs("div", {
42
- className: "text-center text-foreground",
43
- children: [jsx("div", {
44
- className: "mb-4 text-6xl",
45
- children: "\uD83D\uDE80"
46
- }), jsx("div", {
47
- className: "text-lg font-medium",
48
- children: "Ready to explore?"
49
- })]
50
- })
51
- })]
52
- })
84
+ className: "absolute right-[10%] top-[20%] h-[400px] w-[400px] rounded-full opacity-15 blur-[120px]",
85
+ style: {
86
+ background: 'radial-gradient(circle, #8b5cf6, transparent 70%)',
87
+ animation: 'gsFloat2 10s ease-in-out infinite'
88
+ }
89
+ }), jsx("div", {
90
+ className: "absolute bottom-0 left-[30%] h-[350px] w-[350px] rounded-full opacity-10 blur-[100px]",
91
+ style: {
92
+ background: 'radial-gradient(circle, #ec4899, transparent 70%)',
93
+ animation: 'gsFloat3 12s ease-in-out infinite'
94
+ }
53
95
  })]
54
- })
55
- })
56
- }), jsxs("section", {
57
- className: "relative py-20",
58
- children: [jsx("div", {
59
- className: "absolute inset-0 z-0 opacity-5",
60
- children: jsx("div", {
61
- className: "h-full w-full bg-gradient-to-br from-primary/5 to-primary/10"
62
- })
96
+ }), jsx("div", {
97
+ className: "absolute inset-0 opacity-[0.03]",
98
+ style: {
99
+ backgroundImage: 'radial-gradient(rgba(255,255,255,0.8) 1px, transparent 1px)',
100
+ backgroundSize: '24px 24px'
101
+ }
102
+ })]
103
+ }), jsx("style", {
104
+ dangerouslySetInnerHTML: {
105
+ __html: `
106
+ @keyframes gsFloat1 { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(20px,-20px); } }
107
+ @keyframes gsFloat2 { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(-15px,15px); } }
108
+ @keyframes gsFloat3 { 0%, 100% { transform: translate(0,0); } 50% { transform: translate(18px,-10px); } }
109
+ @keyframes gsShimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
110
+ @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
111
+ @keyframes pulse { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }
112
+ `
113
+ }
63
114
  }), jsxs("div", {
64
- className: "container relative z-10 mx-auto px-16",
115
+ className: "relative z-10 mx-auto flex min-h-[480px] max-w-7xl flex-col items-center justify-center px-6 pb-16 pt-24 text-center lg:px-16",
65
116
  children: [jsxs("div", {
66
- className: "mb-16 text-center",
67
- children: [jsx("h2", {
68
- className: "mb-6 text-4xl font-bold tracking-tight text-foreground",
69
- children: "What is Yantra?"
70
- }), jsx("p", {
71
- className: "mx-auto max-w-4xl text-xl text-muted-foreground leading-relaxed",
72
- children: "Yantra is a powerful platform that combines advanced AI technologies and human insights. It's not just about answering questions, it's about empowering you to do more\u2014whether you're looking to solve complex problems, explore new topics, or learn get in-the-moment insights."
117
+ className: "mb-6 inline-flex items-center gap-2 rounded-full border border-cyan-500/20 bg-cyan-500/[0.08] px-4 py-1.5 text-[12px] font-medium text-cyan-400 backdrop-blur-md",
118
+ children: [jsx("span", {
119
+ className: "text-[14px]",
120
+ children: "\uD83D\uDE80"
121
+ }), " Your journey starts here"]
122
+ }), jsxs("h1", {
123
+ className: "mb-5 text-4xl font-extrabold leading-[1.08] tracking-tight text-white sm:text-5xl lg:text-[60px]",
124
+ children: ["Get Started with", ' ', jsx("span", {
125
+ className: "bg-clip-text text-transparent",
126
+ style: {
127
+ backgroundImage: 'linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6)',
128
+ backgroundSize: '200% auto',
129
+ animation: 'gsShimmer 4s linear infinite'
130
+ },
131
+ children: "Yantra AI"
132
+ })]
133
+ }), jsx("p", {
134
+ className: "mx-auto max-w-2xl text-base leading-relaxed text-white/45 lg:text-[17px]",
135
+ children: "Everything you need to unlock the power of AI employees. From first login to full deployment \u2014 we'll guide you every step of the way."
136
+ }), jsxs("div", {
137
+ className: "mt-8 flex flex-wrap items-center justify-center gap-3",
138
+ children: [jsxs("a", {
139
+ href: "#steps",
140
+ className: "inline-flex items-center gap-2 rounded-xl bg-white px-6 py-3 text-sm font-semibold text-gray-900 shadow-lg transition-all hover:-translate-y-0.5 hover:shadow-xl",
141
+ children: [jsx("svg", {
142
+ className: "h-4 w-4",
143
+ fill: "none",
144
+ stroke: "currentColor",
145
+ viewBox: "0 0 24 24",
146
+ children: jsx("path", {
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ strokeWidth: 2,
150
+ d: "M13 7l5 5m0 0l-5 5m5-5H6"
151
+ })
152
+ }), "Start the Guide"]
153
+ }), jsx(Link, {
154
+ to: "/help-center",
155
+ className: "inline-flex items-center gap-2 rounded-xl border border-white/20 bg-white/[0.06] px-6 py-3 text-sm font-semibold text-white/80 backdrop-blur-sm transition-all hover:-translate-y-0.5 hover:bg-white/10",
156
+ children: "Browse Help Center"
73
157
  })]
158
+ })]
159
+ }), jsxs("div", {
160
+ className: "relative z-10",
161
+ children: [jsx("div", {
162
+ className: "h-px bg-gradient-to-r from-transparent via-cyan-500/20 to-transparent"
74
163
  }), jsx("div", {
164
+ className: "h-16 bg-gradient-to-b from-[#060b18] to-background"
165
+ })]
166
+ })]
167
+ }), jsx("section", {
168
+ id: "steps",
169
+ className: "py-16",
170
+ children: jsxs("div", {
171
+ className: "container mx-auto max-w-7xl px-6 lg:px-16",
172
+ children: [jsxs("div", {
75
173
  className: "mb-12 text-center",
76
- children: jsx("h3", {
77
- className: "mb-8 text-2xl font-semibold text-foreground",
78
- children: "See Yantra in Action"
79
- })
80
- }), jsxs("div", {
81
- className: "grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3",
82
174
  children: [jsxs("div", {
83
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
175
+ className: "mb-3 flex items-center justify-center gap-2",
84
176
  children: [jsx("div", {
85
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
86
- children: jsx("svg", {
87
- xmlns: "http://www.w3.org/2000/svg",
88
- fill: "none",
89
- viewBox: "0 0 24 24",
90
- strokeWidth: 1.5,
91
- stroke: "currentColor",
92
- className: "h-6 w-6",
93
- children: jsx("path", {
94
- strokeLinecap: "round",
95
- strokeLinejoin: "round",
96
- d: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"
97
- })
98
- })
99
- }), jsxs("div", {
100
- className: "flex flex-col",
101
- children: [jsx("h4", {
102
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
103
- children: "\"I need a quick healthy recipe\""
104
- }), jsx("p", {
105
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
106
- children: "Yantra can find and provide you with recipes that are quick to make, use healthy ingredients, and suit your taste preferences."
107
- }), jsx(Button, {
108
- variant: "link",
109
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
110
- children: jsxs("div", {
111
- className: "flex items-center gap-1",
112
- children: ["View example ", jsx("span", {
113
- className: "ml-1 transition-transform group-hover:translate-x-1",
114
- children: "\u2192"
115
- })]
116
- })
117
- })]
177
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-cyan-500 to-blue-500"
178
+ }), jsx("span", {
179
+ className: "text-[11px] font-bold uppercase tracking-[0.15em] text-cyan-500",
180
+ children: "Quick Start"
181
+ }), jsx("div", {
182
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-blue-500 to-cyan-500"
118
183
  })]
119
- }), jsxs("div", {
120
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
184
+ }), jsx("h2", {
185
+ className: "text-2xl font-extrabold tracking-tight text-foreground lg:text-3xl",
186
+ children: "Up and running in 4 steps"
187
+ }), jsx("p", {
188
+ className: "mx-auto mt-2 max-w-lg text-sm text-muted-foreground",
189
+ children: "Follow these steps to go from zero to fully operational AI workforce"
190
+ })]
191
+ }), jsx("div", {
192
+ className: "grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4",
193
+ children: STEPS.map(step => jsxs("div", {
194
+ className: "group relative overflow-hidden rounded-2xl border border-border/60 bg-card p-6 transition-all duration-300 hover:-translate-y-1 hover:shadow-lg",
121
195
  children: [jsx("div", {
122
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
123
- children: jsx("svg", {
124
- xmlns: "http://www.w3.org/2000/svg",
125
- fill: "none",
126
- viewBox: "0 0 24 24",
127
- strokeWidth: 1.5,
128
- stroke: "currentColor",
129
- className: "h-6 w-6",
130
- children: jsx("path", {
131
- strokeLinecap: "round",
132
- strokeLinejoin: "round",
133
- d: "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"
134
- })
135
- })
196
+ className: "absolute left-0 right-0 top-0 h-[2px] bg-gradient-to-r from-transparent via-current to-transparent opacity-0 transition-opacity group-hover:opacity-100",
197
+ style: {
198
+ color: 'rgb(6,182,212)'
199
+ }
200
+ }), jsx("div", {
201
+ className: "mb-4 text-3xl",
202
+ children: step.icon
136
203
  }), jsxs("div", {
137
- className: "flex flex-col",
138
- children: [jsx("h4", {
139
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
140
- children: "\"Shopping advice for a new pair of running headphones\""
141
- }), jsx("p", {
142
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
143
- children: "Yantra's curated insights will get you specific, informed recommendations with data from reviews, forums, and reliable sources."
144
- }), jsx(Button, {
145
- variant: "link",
146
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
147
- children: jsxs("div", {
148
- className: "flex items-center gap-1",
149
- children: ["View example ", jsx("span", {
150
- className: "ml-1 transition-transform group-hover:translate-x-1",
151
- children: "\u2192"
152
- })]
153
- })
154
- })]
204
+ className: `mb-3 inline-flex rounded-full bg-gradient-to-r ${step.color} px-2.5 py-0.5 text-[11px] font-bold text-white`,
205
+ children: ["Step ", step.num]
206
+ }), jsx("h3", {
207
+ className: "mb-2 text-[15px] font-semibold text-foreground",
208
+ children: step.title
209
+ }), jsx("p", {
210
+ className: "text-[13px] leading-relaxed text-muted-foreground",
211
+ children: step.desc
155
212
  })]
213
+ }, step.num))
214
+ })]
215
+ })
216
+ }), jsx("section", {
217
+ className: "border-t border-border/30 py-16",
218
+ children: jsx("div", {
219
+ className: "container mx-auto max-w-4xl px-6 lg:px-16",
220
+ children: jsxs("div", {
221
+ className: "relative overflow-hidden rounded-3xl bg-gradient-to-br from-[#0c1222] to-[#111827] p-10 text-center lg:p-14",
222
+ children: [jsx("div", {
223
+ className: "absolute left-0 top-0 h-40 w-40 rounded-full bg-cyan-500/10 blur-[80px]"
224
+ }), jsx("div", {
225
+ className: "absolute bottom-0 right-0 h-40 w-40 rounded-full bg-violet-500/10 blur-[80px]"
156
226
  }), jsxs("div", {
157
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
158
- children: [jsx("div", {
159
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
160
- children: jsx("svg", {
161
- xmlns: "http://www.w3.org/2000/svg",
227
+ className: "relative z-10",
228
+ children: [jsxs("div", {
229
+ className: "mb-4 inline-flex items-center gap-2 rounded-full border border-white/10 bg-white/[0.04] px-4 py-1.5 text-[12px] font-medium text-white/50",
230
+ children: [jsx("svg", {
231
+ className: "h-3.5 w-3.5 text-cyan-400",
162
232
  fill: "none",
163
- viewBox: "0 0 24 24",
164
- strokeWidth: 1.5,
165
233
  stroke: "currentColor",
166
- className: "h-6 w-6",
234
+ viewBox: "0 0 24 24",
167
235
  children: jsx("path", {
168
236
  strokeLinecap: "round",
169
237
  strokeLinejoin: "round",
170
- d: "M14.25 9.75 16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0 0 20.25 18V6A2.25 2.25 0 0 0 18 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25Z"
238
+ strokeWidth: 1.5,
239
+ d: "M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.455 2.456L21.75 6l-1.036.259a3.375 3.375 0 00-2.455 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z"
171
240
  })
172
- })
241
+ }), "About Yantra"]
242
+ }), jsx("h2", {
243
+ className: "mb-4 text-2xl font-extrabold text-white lg:text-3xl",
244
+ children: "What is Yantra?"
245
+ }), jsx("p", {
246
+ className: "mx-auto max-w-2xl text-base leading-relaxed text-white/50",
247
+ children: "Yantra is a powerful AI platform that combines cutting-edge language models with deep enterprise integrations. It's not just about answering questions \u2014 it's about deploying AI employees that handle real work: sales outreach, code reviews, customer support, content creation, and more."
173
248
  }), jsxs("div", {
174
- className: "flex flex-col",
175
- children: [jsx("h4", {
176
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
177
- children: "\"Want to learn Python, but not sure where to begin?\""
178
- }), jsx("p", {
179
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
180
- children: "Yantra is the perfect helper - just a few quick prompts using the interactive panel and it will create a personalized learning plan."
181
- }), jsx(Button, {
182
- variant: "link",
183
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
184
- children: jsxs("div", {
185
- className: "flex items-center gap-1",
186
- children: ["View example ", jsx("span", {
187
- className: "ml-1 transition-transform group-hover:translate-x-1",
188
- children: "\u2192"
189
- })]
190
- })
249
+ className: "mx-auto mt-8 grid max-w-lg grid-cols-3 gap-4",
250
+ children: [jsxs("div", {
251
+ className: "rounded-xl border border-white/[0.06] bg-white/[0.03] p-4 text-center",
252
+ children: [jsx("div", {
253
+ className: "text-xl font-bold text-white",
254
+ children: "10K+"
255
+ }), jsx("div", {
256
+ className: "mt-0.5 text-[11px] text-white/30",
257
+ children: "Teams"
258
+ })]
259
+ }), jsxs("div", {
260
+ className: "rounded-xl border border-white/[0.06] bg-white/[0.03] p-4 text-center",
261
+ children: [jsx("div", {
262
+ className: "text-xl font-bold text-white",
263
+ children: "50M+"
264
+ }), jsx("div", {
265
+ className: "mt-0.5 text-[11px] text-white/30",
266
+ children: "Tasks Automated"
267
+ })]
268
+ }), jsxs("div", {
269
+ className: "rounded-xl border border-white/[0.06] bg-white/[0.03] p-4 text-center",
270
+ children: [jsx("div", {
271
+ className: "text-xl font-bold text-white",
272
+ children: "99.9%"
273
+ }), jsx("div", {
274
+ className: "mt-0.5 text-[11px] text-white/30",
275
+ children: "Uptime"
276
+ })]
191
277
  })]
192
278
  })]
193
279
  })]
194
- })]
195
- })]
280
+ })
281
+ })
196
282
  }), jsx("section", {
197
- className: "relative bg-gradient-to-br from-muted/50 to-primary/5 py-20",
283
+ className: "border-t border-border/30 py-16",
198
284
  children: jsxs("div", {
199
- className: "container mx-auto px-16",
285
+ className: "container mx-auto max-w-7xl px-6 lg:px-16",
200
286
  children: [jsxs("div", {
201
- className: "mb-16 text-center",
202
- children: [jsx("h2", {
203
- className: "mb-6 text-4xl font-bold tracking-tight text-foreground",
204
- children: "What should I use Yantra for?"
205
- }), jsx("p", {
206
- className: "mx-auto max-w-3xl text-xl text-muted-foreground",
207
- children: "Discover the powerful ways Yantra can transform your workflow and enhance your productivity"
208
- })]
209
- }), jsxs("div", {
210
- className: "grid gap-12 md:grid-cols-2",
287
+ className: "mb-12 text-center",
211
288
  children: [jsxs("div", {
212
- className: "group rounded-xl bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
213
- children: [jsxs("div", {
214
- className: "mb-6 flex items-center gap-4",
215
- children: [jsx("div", {
216
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-blue-100 to-blue-200 text-blue-600",
217
- children: jsx("svg", {
218
- xmlns: "http://www.w3.org/2000/svg",
219
- fill: "none",
220
- viewBox: "0 0 24 24",
221
- strokeWidth: 1.5,
222
- stroke: "currentColor",
223
- className: "h-6 w-6",
224
- children: jsx("path", {
225
- strokeLinecap: "round",
226
- strokeLinejoin: "round",
227
- d: "M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"
228
- })
229
- })
230
- }), jsx("h3", {
231
- className: "text-2xl font-semibold text-foreground",
232
- children: "Answering questions"
233
- })]
234
- }), jsx("p", {
235
- className: "mb-6 text-muted-foreground leading-relaxed",
236
- children: "When faced with tough questions, Yantra goes beyond normal search engines to provide answers from reliable sources, synthesizing information with citations to help you better understand complex topics."
237
- }), jsxs("ul", {
238
- className: "space-y-2 text-sm text-muted-foreground",
239
- children: [jsxs("li", {
240
- className: "flex items-center gap-2",
241
- children: [jsx("div", {
242
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
243
- }), "Get reliable information with proper citations"]
244
- }), jsxs("li", {
245
- className: "flex items-center gap-2",
246
- children: [jsx("div", {
247
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
248
- }), "Find answers to specific, complex questions quickly"]
249
- })]
250
- })]
251
- }), jsxs("div", {
252
- className: "group rounded-xl bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
253
- children: [jsxs("div", {
254
- className: "mb-6 flex items-center gap-4",
255
- children: [jsx("div", {
256
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-purple-100 to-purple-200 text-purple-600",
257
- children: jsx("svg", {
258
- xmlns: "http://www.w3.org/2000/svg",
259
- fill: "none",
260
- viewBox: "0 0 24 24",
261
- strokeWidth: 1.5,
262
- stroke: "currentColor",
263
- className: "h-6 w-6",
264
- children: jsx("path", {
265
- strokeLinecap: "round",
266
- strokeLinejoin: "round",
267
- d: "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"
268
- })
269
- })
270
- }), jsx("h3", {
271
- className: "text-2xl font-semibold text-foreground",
272
- children: "Exploring topics in depth"
273
- })]
274
- }), jsx("p", {
275
- className: "mb-6 text-muted-foreground leading-relaxed",
276
- children: "Yantra's Pro Search feature provides a guided exploration of topics with detailed insights from experts, enabling you to discover connections and gain depth on subjects you're researching."
277
- }), jsxs("a", {
278
- href: "#",
279
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
280
- children: ["Learn More ", jsx("span", {
281
- className: "transition-transform group-hover:translate-x-1",
282
- children: "\u2192"
283
- })]
289
+ className: "mb-3 flex items-center justify-center gap-2",
290
+ children: [jsx("div", {
291
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-violet-500 to-purple-500"
292
+ }), jsx("span", {
293
+ className: "text-[11px] font-bold uppercase tracking-[0.15em] text-violet-500",
294
+ children: "Use Cases"
295
+ }), jsx("div", {
296
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-purple-500 to-violet-500"
284
297
  })]
298
+ }), jsx("h2", {
299
+ className: "text-2xl font-extrabold tracking-tight text-foreground lg:text-3xl",
300
+ children: "What can you do with Yantra?"
301
+ }), jsx("p", {
302
+ className: "mx-auto mt-2 max-w-lg text-sm text-muted-foreground",
303
+ children: "Discover the powerful ways Yantra transforms your workflow"
285
304
  })]
286
- }), jsxs("div", {
287
- className: "mt-12 grid gap-12 md:grid-cols-2",
288
- children: [jsxs("div", {
289
- className: "group rounded-xl bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
290
- children: [jsxs("div", {
291
- className: "mb-6 flex items-center gap-4",
305
+ }), jsx("div", {
306
+ className: "grid gap-4 md:grid-cols-2",
307
+ children: USE_CASES.map(uc => jsxs("div", {
308
+ className: "group relative overflow-hidden rounded-2xl border border-border/60 bg-card p-7 transition-all duration-300 hover:-translate-y-1 hover:shadow-lg",
309
+ children: [jsx("div", {
310
+ className: `pointer-events-none absolute inset-0 bg-gradient-to-br ${uc.gradient} opacity-0 transition-opacity group-hover:opacity-100`
311
+ }), jsxs("div", {
312
+ className: "relative z-10",
292
313
  children: [jsx("div", {
293
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-green-100 to-green-200 text-green-600",
314
+ className: `mb-4 inline-flex h-11 w-11 items-center justify-center rounded-xl bg-gradient-to-br ${uc.iconBg} ${uc.iconColor}`,
294
315
  children: jsx("svg", {
295
- xmlns: "http://www.w3.org/2000/svg",
316
+ className: "h-5 w-5",
296
317
  fill: "none",
297
- viewBox: "0 0 24 24",
298
- strokeWidth: 1.5,
299
318
  stroke: "currentColor",
300
- className: "h-6 w-6",
301
- children: jsx("path", {
302
- strokeLinecap: "round",
303
- strokeLinejoin: "round",
304
- d: "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.812c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"
305
- })
306
- })
307
- }), jsx("h3", {
308
- className: "text-2xl font-semibold text-foreground",
309
- children: "Organizing your Library"
310
- })]
311
- }), jsx("p", {
312
- className: "mb-6 text-muted-foreground leading-relaxed",
313
- children: "Create your Threads in Yantra to collect related topics, build collections and easily access content whenever you need it."
314
- }), jsxs("ul", {
315
- className: "space-y-2 text-sm text-muted-foreground",
316
- children: [jsxs("li", {
317
- className: "flex items-center gap-2",
318
- children: [jsx("div", {
319
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
320
- }), "Save important information for quick reference"]
321
- }), jsxs("li", {
322
- className: "flex items-center gap-2",
323
- children: [jsx("div", {
324
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
325
- }), "Organize research by topics and subtopics"]
326
- })]
327
- })]
328
- }), jsxs("div", {
329
- className: "group rounded-xl bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
330
- children: [jsxs("div", {
331
- className: "mb-6 flex items-center gap-4",
332
- children: [jsx("div", {
333
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-orange-100 to-orange-200 text-orange-600",
334
- children: jsx("svg", {
335
- xmlns: "http://www.w3.org/2000/svg",
336
- fill: "none",
337
319
  viewBox: "0 0 24 24",
338
320
  strokeWidth: 1.5,
339
- stroke: "currentColor",
340
- className: "h-6 w-6",
341
321
  children: jsx("path", {
342
322
  strokeLinecap: "round",
343
323
  strokeLinejoin: "round",
344
- d: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"
324
+ d: "M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09z"
345
325
  })
346
326
  })
347
327
  }), jsx("h3", {
348
- className: "text-2xl font-semibold text-foreground",
349
- children: "Interacting with your data"
350
- })]
351
- }), jsx("p", {
352
- className: "mb-6 text-muted-foreground leading-relaxed",
353
- children: "Ask questions about your files like PDFs and CSVs. Yantra can process the content, understand its structure, and provide insights based on your specific queries."
354
- }), jsxs("ul", {
355
- className: "space-y-2 text-sm text-muted-foreground",
356
- children: [jsxs("li", {
357
- className: "flex items-center gap-2",
358
- children: [jsx("div", {
359
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
360
- }), "Extract insights from complex documents"]
361
- }), jsxs("li", {
362
- className: "flex items-center gap-2",
363
- children: [jsx("div", {
364
- className: "h-1.5 w-1.5 rounded-full bg-primary/5"
365
- }), "Analyze data without programming knowledge"]
328
+ className: "mb-2 text-lg font-semibold text-foreground",
329
+ children: uc.title
330
+ }), jsx("p", {
331
+ className: "mb-4 text-[13px] leading-relaxed text-muted-foreground",
332
+ children: uc.desc
333
+ }), jsx("ul", {
334
+ className: "space-y-1.5",
335
+ children: uc.items.map(item => jsxs("li", {
336
+ className: "flex items-center gap-2 text-[12px] text-muted-foreground",
337
+ children: [jsx("svg", {
338
+ className: `h-3.5 w-3.5 shrink-0 ${uc.iconColor}`,
339
+ fill: "none",
340
+ stroke: "currentColor",
341
+ viewBox: "0 0 24 24",
342
+ children: jsx("path", {
343
+ strokeLinecap: "round",
344
+ strokeLinejoin: "round",
345
+ strokeWidth: 2,
346
+ d: "M5 13l4 4L19 7"
347
+ })
348
+ }), item]
349
+ }, item))
366
350
  })]
367
351
  })]
368
- })]
352
+ }, uc.title))
369
353
  })]
370
354
  })
371
355
  }), jsx("section", {
372
- className: "relative py-20",
356
+ className: "border-t border-border/30 py-16",
373
357
  children: jsxs("div", {
374
- className: "container mx-auto px-16",
358
+ className: "container mx-auto max-w-7xl px-6 lg:px-16",
375
359
  children: [jsxs("div", {
376
- className: "mb-16 text-center",
377
- children: [jsx("h2", {
378
- className: "mb-6 text-4xl font-bold tracking-tight text-foreground",
379
- children: "What is Pro Search?"
380
- }), jsx("p", {
381
- className: "mx-auto max-w-4xl text-xl text-muted-foreground leading-relaxed",
382
- children: "Pro Search is your conversational search guide. Instead of quick, generic results, Pro Search engages with you, fine-tuning its answers based on your needs."
383
- })]
384
- }), jsxs("div", {
385
- className: "mb-16 grid gap-12 md:grid-cols-2",
386
- children: [jsxs("div", {
387
- className: "rounded-xl bg-gradient-to-br from-blue-50 to-indigo-50 p-8",
388
- children: [jsx("h3", {
389
- className: "mb-6 text-2xl font-semibold text-foreground",
390
- children: "Quick Search vs. Pro Search"
391
- }), jsx("p", {
392
- className: "text-muted-foreground leading-relaxed",
393
- children: "While Quick Search gives you fast basic answers, Pro Search goes beyond to provide in-depth, customized pro preferences, details, context, and fine-grained search results. It's providing intelligent multistep flows and contextual help."
394
- })]
395
- }), jsxs("div", {
396
- className: "rounded-xl bg-gradient-to-br from-purple-50 to-pink-50 p-8",
397
- children: [jsx("h3", {
398
- className: "mb-6 text-2xl font-semibold text-foreground",
399
- children: "Why would I use it?"
400
- }), jsx("p", {
401
- className: "text-muted-foreground leading-relaxed",
402
- children: "Pro Search gives you unprecedented access to the world's knowledge with AI-powered comprehensive insights. It lets you explore diverse range of opinions in a conversational flow. With faster response time and personalized experience. Coming in just the first 30 minutes of your time, you're bound to discover something you couldn't have otherwise."
403
- })]
404
- })]
405
- }), jsx("div", {
406
360
  className: "mb-12 text-center",
407
- children: jsx("h3", {
408
- className: "mb-8 text-2xl font-semibold text-foreground",
409
- children: "Pro Search Examples"
410
- })
411
- }), jsxs("div", {
412
- className: "grid grid-cols-1 gap-8 md:grid-cols-2",
413
361
  children: [jsxs("div", {
414
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
362
+ className: "mb-3 flex items-center justify-center gap-2",
415
363
  children: [jsx("div", {
416
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
417
- children: jsx("svg", {
418
- xmlns: "http://www.w3.org/2000/svg",
419
- fill: "none",
420
- viewBox: "0 0 24 24",
421
- strokeWidth: 1.5,
422
- stroke: "currentColor",
423
- className: "h-6 w-6",
424
- children: jsx("path", {
425
- strokeLinecap: "round",
426
- strokeLinejoin: "round",
427
- d: "M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"
428
- })
429
- })
430
- }), jsxs("div", {
431
- className: "flex flex-col",
432
- children: [jsx("h4", {
433
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
434
- children: "Travel Planning"
435
- }), jsx("p", {
436
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
437
- children: "\"I'm planning to take three days in Kyoto - what itinerary would you recommend?\""
438
- }), jsx(Button, {
439
- variant: "link",
440
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
441
- children: jsxs("div", {
442
- className: "flex items-center gap-1",
443
- children: ["View example ", jsx("span", {
444
- className: "ml-1 transition-transform group-hover:translate-x-1",
445
- children: "\u2192"
446
- })]
447
- })
448
- })]
449
- })]
450
- }), jsxs("div", {
451
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
452
- children: [jsx("div", {
453
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
454
- children: jsx("svg", {
455
- xmlns: "http://www.w3.org/2000/svg",
456
- fill: "none",
457
- viewBox: "0 0 24 24",
458
- strokeWidth: 1.5,
459
- stroke: "currentColor",
460
- className: "h-6 w-6",
461
- children: jsx("path", {
462
- strokeLinecap: "round",
463
- strokeLinejoin: "round",
464
- d: "M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"
465
- })
466
- })
467
- }), jsxs("div", {
468
- className: "flex flex-col",
469
- children: [jsx("h4", {
470
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
471
- children: "Academic Research"
472
- }), jsx("p", {
473
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
474
- children: "\"Find recent studies on solar panel recycling and specifically how recycling has improved.\""
475
- }), jsx(Button, {
476
- variant: "link",
477
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
478
- children: jsxs("div", {
479
- className: "flex items-center gap-1",
480
- children: ["View example ", jsx("span", {
481
- className: "ml-1 transition-transform group-hover:translate-x-1",
482
- children: "\u2192"
483
- })]
484
- })
485
- })]
486
- })]
487
- }), jsxs("div", {
488
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
489
- children: [jsx("div", {
490
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
491
- children: jsx("svg", {
492
- xmlns: "http://www.w3.org/2000/svg",
493
- fill: "none",
494
- viewBox: "0 0 24 24",
495
- strokeWidth: 1.5,
496
- stroke: "currentColor",
497
- className: "h-6 w-6",
498
- children: jsx("path", {
499
- strokeLinecap: "round",
500
- strokeLinejoin: "round",
501
- d: "M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 0 0 .75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 0 0-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0 1 12 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 0 1-.673-.38m0 0A2.18 2.18 0 0 1 3 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 0 1 3.413-.387m7.5 0V5.25A2.25 2.25 0 0 0 13.5 3h-3a2.25 2.25 0 0 0-2.25 2.25v.894m7.5 0a48.667 48.667 0 0 0-7.5 0M12 12.75h.008v.008H12v-.008Z"
502
- })
503
- })
504
- }), jsxs("div", {
505
- className: "flex flex-col",
506
- children: [jsx("h4", {
507
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
508
- children: "Professional Research"
509
- }), jsx("p", {
510
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
511
- children: "Pro Search delivers the data you need to make informed business decisions with reliable sources."
512
- }), jsx(Button, {
513
- variant: "link",
514
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
515
- children: jsxs("div", {
516
- className: "flex items-center gap-1",
517
- children: ["View example ", jsx("span", {
518
- className: "ml-1 transition-transform group-hover:translate-x-1",
519
- children: "\u2192"
520
- })]
521
- })
522
- })]
364
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-amber-500 to-orange-500"
365
+ }), jsx("span", {
366
+ className: "text-[11px] font-bold uppercase tracking-[0.15em] text-amber-500",
367
+ children: "Pro Tips"
368
+ }), jsx("div", {
369
+ className: "h-1 w-8 rounded-full bg-gradient-to-r from-orange-500 to-amber-500"
523
370
  })]
524
- }), jsxs("div", {
525
- className: "group flex cursor-pointer items-start gap-6 rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
371
+ }), jsx("h2", {
372
+ className: "text-2xl font-extrabold tracking-tight text-foreground lg:text-3xl",
373
+ children: "Tips for Success"
374
+ })]
375
+ }), jsx("div", {
376
+ className: "grid gap-4 md:grid-cols-3",
377
+ children: TIPS.map(tip => jsxs("div", {
378
+ className: "group relative overflow-hidden rounded-2xl border border-border/60 bg-card p-6 transition-all duration-300 hover:-translate-y-1 hover:shadow-lg",
526
379
  children: [jsx("div", {
527
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
528
- children: jsx("svg", {
529
- xmlns: "http://www.w3.org/2000/svg",
530
- fill: "none",
531
- viewBox: "0 0 24 24",
532
- strokeWidth: 1.5,
533
- stroke: "currentColor",
534
- className: "h-6 w-6",
535
- children: jsx("path", {
536
- strokeLinecap: "round",
537
- strokeLinejoin: "round",
538
- d: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"
539
- })
540
- })
380
+ className: `absolute left-0 right-0 top-0 h-1 bg-gradient-to-r ${tip.gradient}`
541
381
  }), jsxs("div", {
542
- className: "flex flex-col",
543
- children: [jsx("h4", {
544
- className: "mb-3 text-lg font-semibold text-foreground group-hover:text-primary transition-colors",
545
- children: "Idea Briefings"
382
+ className: "relative z-10 pt-2",
383
+ children: [jsx("h3", {
384
+ className: "mb-2 text-[15px] font-semibold text-foreground",
385
+ children: tip.title
546
386
  }), jsx("p", {
547
- className: "mb-6 text-sm leading-relaxed text-muted-foreground",
548
- children: "Pro Search compiles deep from multiple angles, giving you a balanced view of current events."
549
- }), jsx(Button, {
550
- variant: "link",
551
- className: "p-0 text-sm text-primary hover:text-primary/80 self-start",
552
- children: jsxs("div", {
553
- className: "flex items-center gap-1",
554
- children: ["View example ", jsx("span", {
555
- className: "ml-1 transition-transform group-hover:translate-x-1",
556
- children: "\u2192"
557
- })]
558
- })
387
+ className: "text-[13px] leading-relaxed text-muted-foreground",
388
+ children: tip.desc
559
389
  })]
560
390
  })]
561
- })]
391
+ }, tip.title))
562
392
  })]
563
393
  })
564
394
  }), jsx("section", {
565
- className: "relative bg-gradient-to-br from-muted/50 to-primary/5 py-20",
566
- children: jsxs("div", {
567
- className: "container mx-auto px-16",
568
- children: [jsxs("div", {
569
- className: "mb-16 text-center",
570
- children: [jsx("h2", {
571
- className: "mb-6 text-4xl font-bold tracking-tight text-foreground",
572
- children: "Pro Tips for Success"
573
- }), jsx("p", {
574
- className: "mx-auto max-w-3xl text-xl text-muted-foreground",
575
- children: "Here are three essential tips that will help you maximize your experience with Yantra"
576
- })]
577
- }), jsxs("div", {
578
- className: "grid gap-8 md:grid-cols-2 lg:grid-cols-3",
395
+ className: "border-t border-border/30 py-16",
396
+ children: jsx("div", {
397
+ className: "container mx-auto max-w-4xl px-6 lg:px-16",
398
+ children: jsxs("div", {
399
+ 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",
579
400
  children: [jsxs("div", {
580
- className: "group rounded-xl border border-border bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
581
- children: [jsxs("div", {
582
- className: "mb-6 flex items-center gap-4",
583
- children: [jsx("div", {
584
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-emerald-100 to-emerald-200 text-emerald-600",
585
- children: jsx("svg", {
586
- xmlns: "http://www.w3.org/2000/svg",
587
- fill: "none",
588
- viewBox: "0 0 24 24",
589
- strokeWidth: 1.5,
590
- stroke: "currentColor",
591
- className: "h-6 w-6",
592
- children: jsx("path", {
593
- strokeLinecap: "round",
594
- strokeLinejoin: "round",
595
- d: "M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z"
596
- })
597
- })
598
- }), jsx("h3", {
599
- className: "text-xl font-semibold text-foreground",
600
- children: "Smart File Organization"
601
- })]
602
- }), jsx("p", {
603
- className: "mb-6 text-muted-foreground leading-relaxed",
604
- children: "Save time by using the filters to narrow your results and find exactly what you're looking for. The faceted navigation helps you quickly drill down into specific categories."
605
- }), jsxs("a", {
606
- href: "#",
607
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
608
- children: ["Learn more ", jsx("span", {
609
- className: "transition-transform group-hover:translate-x-1",
610
- children: "\u2192"
611
- })]
401
+ className: "pointer-events-none absolute inset-0",
402
+ children: [jsx("div", {
403
+ className: "absolute left-[15%] top-4 h-2 w-2 rounded-full bg-white/20"
404
+ }), jsx("div", {
405
+ className: "absolute bottom-8 right-[20%] h-1.5 w-1.5 rounded-full bg-white/15"
612
406
  })]
613
407
  }), jsxs("div", {
614
- className: "group rounded-xl border border-border bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
615
- children: [jsxs("div", {
616
- className: "mb-6 flex items-center gap-4",
617
- children: [jsx("div", {
618
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-violet-100 to-violet-200 text-violet-600",
619
- children: jsx("svg", {
620
- xmlns: "http://www.w3.org/2000/svg",
621
- fill: "none",
622
- viewBox: "0 0 24 24",
623
- strokeWidth: 1.5,
624
- stroke: "currentColor",
625
- className: "h-6 w-6",
626
- children: jsx("path", {
627
- strokeLinecap: "round",
628
- strokeLinejoin: "round",
629
- d: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"
630
- })
631
- })
632
- }), jsx("h3", {
633
- className: "text-xl font-semibold text-foreground",
634
- children: "Personalize Your Experience"
635
- })]
408
+ className: "relative z-10",
409
+ children: [jsx("h2", {
410
+ className: "text-2xl font-extrabold text-white lg:text-3xl",
411
+ children: "Ready to transform your workflow?"
636
412
  }), jsx("p", {
637
- className: "mb-6 text-muted-foreground leading-relaxed",
638
- children: "Adjust settings like language, content format, and tone to customize your results. Creating a profile helps us deliver more personalized experiences."
639
- }), jsxs("a", {
640
- href: "#",
641
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
642
- children: ["Learn more ", jsx("span", {
643
- className: "transition-transform group-hover:translate-x-1",
644
- children: "\u2192"
645
- })]
646
- })]
647
- }), jsxs("div", {
648
- className: "group rounded-xl border border-border bg-card p-8 shadow-sm transition-all hover:shadow-lg hover:-translate-y-1",
649
- children: [jsxs("div", {
650
- className: "mb-6 flex items-center gap-4",
651
- children: [jsx("div", {
652
- className: "flex h-12 w-12 items-center justify-center rounded-full bg-gradient-to-br from-rose-100 to-rose-200 text-rose-600",
653
- children: jsx("svg", {
654
- xmlns: "http://www.w3.org/2000/svg",
655
- fill: "none",
656
- viewBox: "0 0 24 24",
657
- strokeWidth: 1.5,
658
- stroke: "currentColor",
659
- className: "h-6 w-6",
660
- children: jsx("path", {
661
- strokeLinecap: "round",
662
- strokeLinejoin: "round",
663
- d: "M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"
664
- })
665
- })
666
- }), jsx("h3", {
667
- className: "text-xl font-semibold text-foreground",
668
- children: "Privacy & Collaboration"
669
- })]
670
- }), jsx("p", {
671
- className: "mb-6 text-muted-foreground leading-relaxed",
672
- children: "By default, your Threads and Spaces are private. You can decide to share with others using our collaboration features and sharing settings."
673
- }), jsxs("a", {
674
- href: "#",
675
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
676
- children: ["Learn more ", jsx("span", {
677
- className: "transition-transform group-hover:translate-x-1",
678
- children: "\u2192"
679
- })]
680
- })]
681
- })]
682
- })]
683
- })
684
- }), jsx("section", {
685
- className: "relative bg-gradient-to-br from-primary/5 to-primary/10 py-20",
686
- children: jsxs("div", {
687
- className: "container mx-auto px-16",
688
- children: [jsxs("div", {
689
- className: "mb-16 text-center",
690
- children: [jsx("h2", {
691
- className: "mb-6 text-4xl font-bold tracking-tight text-foreground",
692
- children: "There's always more to learn"
693
- }), jsx("p", {
694
- className: "mx-auto max-w-3xl text-xl text-muted-foreground",
695
- children: "Continue your journey with these helpful resources and community connections"
696
- })]
697
- }), jsxs("div", {
698
- className: "space-y-6",
699
- children: [jsxs("div", {
700
- className: "group flex cursor-pointer items-center justify-between rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
701
- children: [jsxs("div", {
702
- className: "flex items-center gap-6",
703
- children: [jsx("div", {
704
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
705
- children: jsx("svg", {
706
- xmlns: "http://www.w3.org/2000/svg",
707
- fill: "none",
708
- viewBox: "0 0 24 24",
709
- strokeWidth: 1.5,
710
- stroke: "currentColor",
711
- className: "h-6 w-6",
712
- children: jsx("path", {
713
- strokeLinecap: "round",
714
- strokeLinejoin: "round",
715
- d: "M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"
716
- })
717
- })
718
- }), jsxs("div", {
719
- children: [jsx("h3", {
720
- className: "text-xl font-semibold text-foreground group-hover:text-primary transition-colors",
721
- children: "Frequently Asked Questions"
722
- }), jsx("p", {
723
- className: "mt-1 text-sm text-muted-foreground",
724
- children: "Get answers to common questions and troubleshooting tips"
725
- })]
726
- })]
727
- }), jsxs("a", {
728
- href: "#",
729
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
730
- children: ["View more ", jsx("span", {
731
- className: "transition-transform group-hover:translate-x-1",
732
- children: "\u2192"
733
- })]
734
- })]
735
- }), jsxs("div", {
736
- className: "group flex cursor-pointer items-center justify-between rounded-xl bg-card p-8 shadow-sm transition-all hover:bg-primary/5 hover:shadow-lg hover:-translate-y-1",
737
- children: [jsxs("div", {
738
- className: "flex items-center gap-6",
739
- children: [jsx("div", {
740
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-gradient-to-br from-primary/10 to-primary/20 text-primary group-hover:from-primary/20 group-hover:to-primary/30 transition-all",
741
- children: jsx("svg", {
742
- xmlns: "http://www.w3.org/2000/svg",
743
- fill: "none",
744
- viewBox: "0 0 24 24",
745
- strokeWidth: 1.5,
746
- stroke: "currentColor",
747
- className: "h-6 w-6",
748
- children: jsx("path", {
749
- strokeLinecap: "round",
750
- strokeLinejoin: "round",
751
- d: "M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"
752
- })
753
- })
754
- }), jsxs("div", {
755
- children: [jsx("h3", {
756
- className: "text-xl font-semibold text-foreground group-hover:text-primary transition-colors",
757
- children: "Join Our Community"
758
- }), jsx("p", {
759
- className: "mt-1 text-sm text-muted-foreground",
760
- children: "Connect with other users and share your experiences"
761
- })]
762
- })]
763
- }), jsxs("a", {
764
- href: "#",
765
- className: "inline-flex items-center gap-2 text-sm font-medium text-primary/80 hover:text-primary transition-colors",
766
- children: ["Explore ", jsx("span", {
767
- className: "transition-transform group-hover:translate-x-1",
768
- children: "\u2192"
413
+ className: "mx-auto mt-3 max-w-md text-base text-white/70",
414
+ children: "Join thousands of teams building with Yantra AI employees."
415
+ }), jsxs("div", {
416
+ className: "mt-8 flex flex-col items-center justify-center gap-3 sm:flex-row",
417
+ children: [jsx(Link, {
418
+ to: "/help-center",
419
+ className: "inline-flex items-center gap-2 rounded-xl bg-white px-6 py-3 text-sm font-semibold text-gray-900 shadow-lg transition-all hover:-translate-y-0.5 hover:shadow-xl",
420
+ children: "Explore Help Center"
421
+ }), jsx("a", {
422
+ href: "#",
423
+ 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:bg-white/20",
424
+ children: "Contact Sales"
769
425
  })]
770
426
  })]
771
427
  })]
772
- })]
428
+ })
773
429
  })
774
430
  })]
775
431
  });