-
Notifications
You must be signed in to change notification settings - Fork 0
/
Data.js
240 lines (216 loc) · 5.85 KB
/
Data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
export const contentAI = {
images:"/assets/contentAI.jpg",
title : "Content Writting",
dec : "Here's a list of some of the best AI-powered websites for content writing Offers AI-generated content for various purposes such as blog posts, articles, and more",
items: [
"ShortlyAI",
"Copy.ai",
"Writesonic",
"Snazzy AI",
"ContentBot.ai",
]
}
export const imageAI = {
images:"/assets/imageAI.jpg",
title : "Image Generator",
dec : "Here's a list of some of the best AI-powered websites for image generation Allows users to create unique images using deep neural networks",
items: [
"Deep Dream Generator",
"Artbreeder",
"RunwayML",
"DALL-E by OpenAI",
"DeepArt.io",
]
}
export const pptAI = {
images:"/assets/pptAi.jpg",
title : "PPT Geanerator",
dec : "AI-powered presentation tool that helps users create stunning slides with ease",
items: [
"Beautiful.AI",
"Zoho Show",
"Emaze",
"Slidebean",
"Haiku Deck",
]
}
export const blogContent = {
image : "/assets/icons/folder.svg",
title: "Blog Content",
decs :" Write optimized blog posts in a fraction of the time",
para:"Try Blog Content",
icon:"/assets/icons/arrow-right.svg"
}
export const articleContent = {
image : "/assets/icons/pen.svg",
title: "Article Content",
decs :" Write optimized blog posts in a fraction of the time",
para:"Try Article Content",
icon:"/assets/icons/arrow-right.svg"
}
export const designContent = {
image : "/assets/icons/Vector.svg",
title: "Design Content",
decs :" Write optimized blog posts in a fraction of the time",
para:"Try Design Content",
icon:"/assets/icons/arrow-right.svg"
}
export const seoContent = {
image : "/assets/icons/align.svg",
title: "Seo Content",
decs :" Write optimized blog posts in a fraction of the time",
para:"Try Seo Content",
icon:"/assets/icons/arrow-right.svg"
}
export const writingContent = {
image : "/assets/icons/rocket.svg",
title: "Content Writing",
decs :" Write optimized blog posts in a fraction of the time",
para:"Try Content Writing",
icon:"/assets/icons/arrow-right.svg"
}
// Pricing Data
export const monthlyPackageData = [
{
title: "Free",
price: 0,
features: [
"Feature 1 specific to Starter package",
"Feature 2 specific to Starter package",
"Feature 3 specific to Starter package",
],
isRecommended: false,
},
{
title: "Starter",
price: 29,
features: [
"Feature 1 specific to Starter package",
"Feature 2 specific to Starter package",
"Feature 3 specific to Starter package",
],
isRecommended: false,
},
{
title: "Basic",
price: 49,
features: [
"Feature 1 specific to Basic package",
"Feature 2 specific to Basic package",
"Feature 3 specific to Basic package",
],
isRecommended: true,
},
{
title: "Pro",
price: 99,
features: [
"Feature 1 specific to Pro package",
"Feature 2 specific to Pro package",
"Feature 3 specific to Pro package",
],
isRecommended: false,
},
]
export const yearlyPackageData = [
{
title: "Free",
price: 10,
features: [
"Feature 1 specific to Starter package",
"Feature 2 specific to Starter package",
"Feature 3 specific to Starter package",
],
isRecommended: false,
},
{
title: "Starter",
price: 59,
features: [
"Feature 1 specific to Starter package",
"Feature 2 specific to Starter package",
"Feature 3 specific to Starter package",
],
isRecommended: false,
},
{
title: "Basic",
price: 119,
features: [
"Feature 1 specific to Basic package",
"Feature 2 specific to Basic package",
"Feature 3 specific to Basic package",
],
isRecommended: true,
},
{
title: "Pro",
price: 399,
features: [
"Feature 1 specific to Pro package",
"Feature 2 specific to Pro package",
"Feature 3 specific to Pro package",
],
isRecommended: false,
},
]
// Quiz App
export const questions =[
{
id: 1,
question: "What does HTML stand for?",
options: [
"Hyperlinks and Text Markup Language",
"Hyper Text Markup Language",
"Hyper Tool Markup Language",
"Hyper Text Making Language",
],
answer: "Hyper Text Markup Language",
},
{
id: 2,
question: "Which HTML tag is used to create a hyperlink?",
options: ["<link>", "<a>", "<hyperlink>", "<href>"],
answer: "<a>",
},
{
id: 3,
question: "What is the correct way to comment in HTML?",
options: [
"<!--This is a comment-->",
"// This is a comment",
"# This is a comment",
"/* This is a comment */",
],
answer: "<!--This is a comment-->",
},
{
id: 4,
question:
"Which CSS property is used to change the text color of an element?",
options: ["color", "font-color", "text-color", "text"],
answer: "color",
},
{
id: 5,
question: "What does CSS stand for?",
options: [
"Cascading Style Sheets",
"Creative Style Sheets",
"Computer Style Sheets",
"Colorful Style Sheets",
],
answer: "Cascading Style Sheets",
},
{
id: 6,
question: "Who is nitin gadegri?",
options: [
"Prime Minister",
"Home Minister",
"Gawar",
"Hiway Minister",
],
answer: "Hiway Minister",
},
]