Skip to content

Commit 84de8e7

Browse files
committed
TCA-1044 - update FAQ
1 parent a1348c8 commit 84de8e7

File tree

1 file changed

+6
-7
lines changed
  • src-ts/tools/learn/certification-details/certification-details-modal/certif-details-content/data

1 file changed

+6
-7
lines changed

src-ts/tools/learn/certification-details/certification-details-modal/certif-details-content/data/faqs.data.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type FaqEntry } from '../accordion/Accordion'
1+
import { FaqEntry } from '../../../accordion/Accordion';
22

33
export const FAQs: Array<FaqEntry> = [
44
{
@@ -41,15 +41,14 @@ export const FAQs: Array<FaqEntry> = [
4141
{
4242
description: `
4343
<p>
44-
Topcoder is new to the education space and we are working hard to find the right content
45-
partners to build more and better certifications for our members.
46-
We have a long history of competition and ratings - once we pour the secret sauce onto certifications,
47-
this will become awesome. We will get better, this is just the starting point.
44+
We have a long history of producing and recognizing top technical talent.
45+
Our ratings are reliable measures of expertise and have been trusted by companies like Google.
46+
When you infuse our history with the learning space, we can create the perfect recipe for you to learn,
47+
earn and thrive at Topcoder and beyond.
4848
</p>
4949
`,
5050
title: `
51-
Can’t I just enroll for a similar certification from Coursera or other similar companies?
52-
What makes this different?
51+
Why should I learn at Topcoder vs. other platforms?
5352
`,
5453
},
5554
]

0 commit comments

Comments
 (0)