You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'techblitz is an online platform that helps developers of all abilities to learn and grow. We offer a range of tools and resources to help you become a better developer, including questions, roadmaps, tutorials, and more.',
24
+
'TechBlitz is an online platform that helps developers of all abilities to learn and grow. We offer a range of tools and resources to help you become a better developer, including questions, roadmaps, tutorials, and more.',
25
+
jsonLdText:
26
+
'TechBlitz is an online platform that helps developers of all abilities to learn and grow. We offer a range of tools and resources to help you become a better developer, including questions, roadmaps, tutorials, and more.',
24
27
},
25
28
{
26
29
question: 'Is techblitz open source?',
27
30
answer: (
28
31
<>
29
-
Yes! techblitz is open source. You can find our source{' '}
32
+
Yes! TechBlitz is open source. You can find our source{' '}
'Yes! You can contribute to TechBlitz by submitting a pull request on our GitHub repository.',
85
99
},
86
100
{
87
101
question: 'Can I get a refund?',
88
102
answer: 'Yes, you can get a refund within 14 days of your purchase. ',
103
+
jsonLdText: 'Yes, you can get a refund within 14 days of your purchase. ',
89
104
},
90
105
{
91
106
question:
@@ -99,6 +114,8 @@ const commonFaqs = [
99
114
.
100
115
</>
101
116
),
117
+
jsonLdText:
118
+
'If you have any other questions, feel free to reach out to us at team@techblitz.dev.',
102
119
},
103
120
{
104
121
question: 'Do you offer a student discount?',
@@ -114,6 +131,8 @@ const commonFaqs = [
114
131
February 2025, after which the discount will be 30%.
115
132
</>
116
133
),
134
+
jsonLdText:
135
+
'Yes! We believe that TechBlitz should be available to all students. To claim your discount, please email us at team@techblitz.dev using your student email address.',
'learn to code, learn to code for free, learn javascript, coding challenges, daily coding challenges, web development, tech skills assessment, learn to code on phone',
211
+
publisher: {
212
+
'@type': 'Organization',
213
+
name: 'TechBlitz',
214
+
logo: {
215
+
'@type': 'ImageObject',
216
+
url: 'https://techblitz.dev/favicon.ico',
217
+
},
218
+
},
219
+
};
191
220
192
-
<MarketingContentGridtitle="Learn to code, faster."items={items}/>
193
-
<FAQsBlockfaqs={faqs}/>
194
-
<CallToActionBlock
195
-
title="The fastest way to master coding."
196
-
description="Daily coding challenges designed to make you a better developer, faster."
'Create your own coding progression paths with our personalized roadmaps.',
162
+
image: 'https://techblitz.dev/favicon.ico',
163
+
breadcrumb: WebPageJsonLdBreadcrumb,
164
+
author: {
165
+
'@type': 'Organization',
166
+
name: 'TechBlitz',
167
+
url: getBaseUrl(),
168
+
},
169
+
dateModified: newDate().toISOString(),
170
+
datePublished: newDate().toISOString(),
171
+
mainEntityOfPage: {
172
+
'@type': 'WebPage',
173
+
'@id': getBaseUrl(),
174
+
},
175
+
keywords:
176
+
'learn to code, learn to code for free, learn javascript, coding challenges, daily coding challenges, web development, tech skills assessment, learn to code on phone',
177
+
publisher: {
178
+
'@type': 'Organization',
179
+
name: 'TechBlitz',
180
+
logo: {
181
+
'@type': 'ImageObject',
182
+
url: 'https://techblitz.dev/favicon.ico',
183
+
},
184
+
},
185
+
};
186
+
153
187
return(
154
-
<divclassName="container">
155
-
<FeatureRoadmapHeroBlock/>
156
-
<FeatureRoadmapCustomizationBlock/>
157
-
<FeatureRoadmapThreeGridBlock/>
158
-
<MarketingContentGrid
159
-
title="All of this and more."
160
-
items={featureShowcaseItems}
161
-
/>
162
-
<FAQsBlockfaqs={faqs}/>
163
-
<CallToActionBlock
164
-
title="Personalized coding for everyone."
165
-
description="Create your own progression path with our personalized roadmaps, designed to help you grow as a developer."
0 commit comments