Improve FAQ & video rendering, tighten homepage and CSS
This commit is contained in:
parent
05a1f316e1
commit
c69bb0d614
48 changed files with 4689 additions and 1077 deletions
|
|
@ -184,7 +184,6 @@ export default function LearnPage() {
|
|||
title: t('learnPage.faqFindingTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqFinding1Q'), answer: t('learnPage.faqFinding1A') },
|
||||
{ question: t('learnPage.faqFinding2Q'), answer: t('learnPage.faqFinding2A') },
|
||||
{ question: t('learnPage.faqFinding3Q'), answer: t('learnPage.faqFinding3A') },
|
||||
],
|
||||
},
|
||||
|
|
@ -203,50 +202,19 @@ export default function LearnPage() {
|
|||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqSafetyTitle'),
|
||||
title: t('learnPage.faqDueDiligenceTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqSafety1Q'), answer: t('learnPage.faqSafety1A') },
|
||||
{ question: t('learnPage.faqSafety2Q'), answer: t('learnPage.faqSafety2A') },
|
||||
{ question: t('learnPage.faqDueDiligence1Q'), answer: t('learnPage.faqDueDiligence1A') },
|
||||
{ question: t('learnPage.faqDueDiligence4Q'), answer: t('learnPage.faqDueDiligence4A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqFamiliesTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqFamilies1Q'), answer: t('learnPage.faqFamilies1A') },
|
||||
{ question: t('learnPage.faqFamilies2Q'), answer: t('learnPage.faqFamilies2A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqEnvironmentTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqEnv1Q'), answer: t('learnPage.faqEnv1A') },
|
||||
{ question: t('learnPage.faqEnv2Q'), answer: t('learnPage.faqEnv2A') },
|
||||
{ question: t('learnPage.faqEnv3Q'), answer: t('learnPage.faqEnv3A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqWhyTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqWhy1Q'), answer: t('learnPage.faqWhy1A') },
|
||||
{ question: t('learnPage.faqWhy2Q'), answer: t('learnPage.faqWhy2A') },
|
||||
{ question: t('learnPage.faqWhy3Q'), answer: t('learnPage.faqWhy3A') },
|
||||
],
|
||||
title: t('learnPage.faqPrivacyTitle'),
|
||||
items: [{ question: t('learnPage.faqPrivacy1Q'), answer: t('learnPage.faqPrivacy1A') }],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqPricingTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqPricing1Q'), answer: t('learnPage.faqPricing1A') },
|
||||
{ question: t('learnPage.faqPricing2Q'), answer: t('learnPage.faqPricing2A') },
|
||||
{ question: t('learnPage.faqPricing3Q'), answer: t('learnPage.faqPricing3A') },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: t('learnPage.faqTipsTitle'),
|
||||
items: [
|
||||
{ question: t('learnPage.faqTips1Q'), answer: t('learnPage.faqTips1A') },
|
||||
{ question: t('learnPage.faqTips2Q'), answer: t('learnPage.faqTips2A') },
|
||||
{ question: t('learnPage.faqTips3Q'), answer: t('learnPage.faqTips3A') },
|
||||
],
|
||||
items: [{ question: t('learnPage.faqPricing2Q'), answer: t('learnPage.faqPricing2A') }],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue