@adminide-stack/clock-tik-browser 12.0.17-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/lib/components/HelpCenterFooter.d.ts +3 -0
  2. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  3. package/lib/components/HelpCenterFooter.js +98 -0
  4. package/lib/components/HelpCenterFooter.js.map +1 -0
  5. package/lib/components/HelpCenterHeader.d.ts +7 -0
  6. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  7. package/lib/components/HelpCenterHeader.js +80 -0
  8. package/lib/components/HelpCenterHeader.js.map +1 -0
  9. package/lib/components/Logo.d.ts +4 -0
  10. package/lib/components/Logo.d.ts.map +1 -0
  11. package/lib/components/Logo.js +105 -0
  12. package/lib/components/Logo.js.map +1 -0
  13. package/lib/components/navbar/index.d.ts +7 -0
  14. package/lib/components/navbar/index.d.ts.map +1 -0
  15. package/lib/components/navbar/index.js +77 -0
  16. package/lib/components/navbar/index.js.map +1 -0
  17. package/lib/compute.d.ts +5 -0
  18. package/lib/compute.d.ts.map +1 -0
  19. package/lib/compute.js +59 -0
  20. package/lib/compute.js.map +1 -0
  21. package/lib/config.d.ts +43 -0
  22. package/lib/config.d.ts.map +1 -0
  23. package/lib/index.d.ts +4 -0
  24. package/lib/index.d.ts.map +1 -0
  25. package/lib/index.js +2 -0
  26. package/lib/index.js.map +1 -0
  27. package/lib/module.d.ts +4 -0
  28. package/lib/module.d.ts.map +1 -0
  29. package/lib/module.js +13 -0
  30. package/lib/module.js.map +1 -0
  31. package/lib/pages/ArticlePage/index.d.ts +4 -0
  32. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  33. package/lib/pages/ArticlePage/index.js +190 -0
  34. package/lib/pages/ArticlePage/index.js.map +1 -0
  35. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  36. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  37. package/lib/pages/CategoryCollection/index.js +121 -0
  38. package/lib/pages/CategoryCollection/index.js.map +1 -0
  39. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  40. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  41. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  42. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  43. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  44. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  45. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  46. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  47. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  48. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  49. package/lib/pages/GetStarted/index.d.ts +3 -0
  50. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  51. package/lib/pages/GetStarted/index.js +776 -0
  52. package/lib/pages/GetStarted/index.js.map +1 -0
  53. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  54. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  55. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  56. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  57. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  58. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  59. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  60. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  61. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  62. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  63. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  64. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  65. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  66. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  67. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  68. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  69. package/lib/pages/HelpCenter/index.d.ts +4 -0
  70. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  71. package/lib/pages/HelpCenter/index.js +71 -0
  72. package/lib/pages/HelpCenter/index.js.map +1 -0
  73. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  74. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  75. package/lib/pages/HelpCenter/mockData.js +13 -0
  76. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  77. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  78. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  79. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  80. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  81. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  82. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  83. package/lib/pages/LandingPage/components/Assets.js +14 -0
  84. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  85. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  86. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  87. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  88. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  89. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  90. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  91. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  92. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  93. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  94. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  95. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  96. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  97. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  98. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  99. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  100. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  101. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  102. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  103. package/lib/pages/LandingPage/components/Icons.js +174 -0
  104. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  105. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  106. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  107. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  108. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  109. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  110. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  111. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  112. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  113. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  114. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  115. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  116. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  117. package/lib/pages/LandingPage/index.d.ts +3 -0
  118. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  119. package/lib/pages/LandingPage/index.js +209 -0
  120. package/lib/pages/LandingPage/index.js.map +1 -0
  121. package/lib/routes.json +58 -0
  122. package/lib/slot-fill/FooterFill.d.ts +3 -0
  123. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  124. package/lib/slot-fill/FooterFill.js +12 -0
  125. package/lib/slot-fill/FooterFill.js.map +1 -0
  126. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  127. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  128. package/lib/slot-fill/LogoFill.d.ts +5 -0
  129. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  130. package/lib/slot-fill/LogoFill.js +74 -0
  131. package/lib/slot-fill/LogoFill.js.map +1 -0
  132. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  133. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  134. package/lib/slot-fill/RightContentFill.js +14 -0
  135. package/lib/slot-fill/RightContentFill.js.map +1 -0
  136. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  137. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  138. package/lib/slot-fill/consts.d.ts +5 -0
  139. package/lib/slot-fill/consts.d.ts.map +1 -0
  140. package/lib/slot-fill/consts.js +2 -0
  141. package/lib/slot-fill/consts.js.map +1 -0
  142. package/lib/slot-fill/index.d.ts +6 -0
  143. package/lib/slot-fill/index.d.ts.map +1 -0
  144. package/lib/utils/helpCenterUtils.d.ts +26 -0
  145. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  146. package/lib/utils/index.d.ts +3 -0
  147. package/lib/utils/index.d.ts.map +1 -0
  148. package/lib/utils/index.js +3 -0
  149. package/lib/utils/index.js.map +1 -0
  150. package/lib/utils/markdownLoader.d.ts +32 -0
  151. package/lib/utils/markdownLoader.d.ts.map +1 -0
  152. package/lib/utils/markdownLoader.js +1287 -0
  153. package/lib/utils/markdownLoader.js.map +1 -0
  154. package/package.json +56 -0
@@ -0,0 +1,776 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {Button}from'@admin-layout/tailwind-ui/shardui/button.js';const GetStartedPage = () => {
2
+ return jsxs("div", {
3
+ 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
+ })]
29
+ }), 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
+ })
53
+ })]
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
+ })
63
+ }), jsxs("div", {
64
+ className: "container relative z-10 mx-auto px-16",
65
+ 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."
73
+ })]
74
+ }), jsx("div", {
75
+ 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
+ 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",
84
+ 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
+ })]
118
+ })]
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",
121
+ 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
+ })
136
+ }), 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
+ })]
155
+ })]
156
+ }), 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",
162
+ fill: "none",
163
+ viewBox: "0 0 24 24",
164
+ strokeWidth: 1.5,
165
+ stroke: "currentColor",
166
+ className: "h-6 w-6",
167
+ children: jsx("path", {
168
+ strokeLinecap: "round",
169
+ 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"
171
+ })
172
+ })
173
+ }), 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
+ })
191
+ })]
192
+ })]
193
+ })]
194
+ })]
195
+ })]
196
+ }), jsx("section", {
197
+ className: "relative bg-gradient-to-br from-muted/50 to-primary/5 py-20",
198
+ children: jsxs("div", {
199
+ className: "container mx-auto px-16",
200
+ 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",
211
+ 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
+ })]
284
+ })]
285
+ })]
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",
292
+ 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",
294
+ children: jsx("svg", {
295
+ xmlns: "http://www.w3.org/2000/svg",
296
+ fill: "none",
297
+ viewBox: "0 0 24 24",
298
+ strokeWidth: 1.5,
299
+ 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
+ viewBox: "0 0 24 24",
338
+ strokeWidth: 1.5,
339
+ stroke: "currentColor",
340
+ className: "h-6 w-6",
341
+ children: jsx("path", {
342
+ strokeLinecap: "round",
343
+ 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"
345
+ })
346
+ })
347
+ }), 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"]
366
+ })]
367
+ })]
368
+ })]
369
+ })]
370
+ })
371
+ }), jsx("section", {
372
+ className: "relative py-20",
373
+ children: jsxs("div", {
374
+ className: "container mx-auto px-16",
375
+ 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
+ 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
+ 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",
415
+ 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
+ })]
523
+ })]
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",
526
+ 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
+ })
541
+ }), 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"
546
+ }), 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
+ })
559
+ })]
560
+ })]
561
+ })]
562
+ })]
563
+ })
564
+ }), 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",
579
+ 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
+ })]
612
+ })]
613
+ }), 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
+ })]
636
+ }), 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"
769
+ })]
770
+ })]
771
+ })]
772
+ })]
773
+ })
774
+ })]
775
+ });
776
+ };export{GetStartedPage as default};//# sourceMappingURL=index.js.map