diff --git a/components/directory-ratings.tsx b/components/directory-ratings.tsx deleted file mode 100644 index a2a38b68..00000000 --- a/components/directory-ratings.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import { FunctionComponent } from 'react'; - -const DirectoryRatings: FunctionComponent = function () { - return ( -
-
- - G2 rating 4.5 - -
-
- - Capterra rating 4.5 - -
-
- - Producthunt rating 5 - -
-
- ); -}; - -export default DirectoryRatings; diff --git a/components/plans.tsx b/components/plans.tsx index b5e80974..e774fa04 100644 --- a/components/plans.tsx +++ b/components/plans.tsx @@ -47,7 +47,13 @@ const faq: AccordionData = [ items: [ { title: 'Do you offer a free trial?', - content: `We offer a ${pricing.SOLO.trialDays}-day free trial for all plans. You can cancel your subscription at any time during the trial period and you will not be charged.` + content: `We offer a ${pricing.SOLO.trialDays}-day free trial for all plans. You can cancel your subscription at any time during the trial period and you will not be charged. Please note that the free trial is available once per user and requires a valid payment method.` + }, + { + title: + 'Our team/company is interested in the Team or Enterprise plan. Can we try it first withour providing a payment method?', + content: + 'We can provide you with a free trial without a payment method. Do not hesitate to contact us to discuss your needs.' }, { title: 'How does per-seat billing work?', diff --git a/components/social-proof.tsx b/components/social-proof.tsx new file mode 100644 index 00000000..9e176c0b --- /dev/null +++ b/components/social-proof.tsx @@ -0,0 +1,60 @@ +import { FunctionComponent } from 'react'; + +const SocialProof: FunctionComponent = function () { + return ( + <> +
+
+ + + +
+
+
+
+ + G2 rating 4.5 + +
+
+ + Capterra rating 4.5 + +
+
+ + Producthunt rating 5 + +
+
+ + ); +}; + +export default SocialProof; diff --git a/pages/cloud.tsx b/pages/cloud.tsx index b5fde9e2..ef0db04f 100644 --- a/pages/cloud.tsx +++ b/pages/cloud.tsx @@ -1,9 +1,9 @@ import AlternatedFeatures from '../components/alternated-features'; import CompanyLogos from '../components/company-logos'; -import DirectoryRatings from '../components/directory-ratings'; import Hero from '../components/hero'; import Meta from '../components/meta'; import OssCloudComparison from '../components/oss-cloud-comparison'; +import SocialProof from '../components/social-proof'; import Layout from '../layout/layout'; import { useAuth } from '../utils/auth'; @@ -109,7 +109,7 @@ export default function () { mainPictureAlt='Mockoon logo in the cloud interconnected with other services' mainPictureSkewed={false} > - +
diff --git a/pages/index.tsx b/pages/index.tsx index 6a1f6c47..1fed3193 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -2,10 +2,10 @@ import { FunctionComponent, useEffect, useState } from 'react'; import AlternatedFeatures from '../components/alternated-features'; import Card from '../components/card'; import CompanyLogos from '../components/company-logos'; -import DirectoryRatings from '../components/directory-ratings'; import Hero from '../components/hero'; import Meta from '../components/meta'; import Quote from '../components/quote'; +import SocialProof from '../components/social-proof'; import Sponsors from '../components/sponsors'; import Testimonial from '../components/testimonial'; import Typed from '../components/typed'; @@ -180,7 +180,7 @@ const HomePage: FunctionComponent = function () { mainPictureWidth={1200} mainPictureHeight={783} > - +
diff --git a/public/images/github-accelerator.png b/public/images/github-accelerator.png new file mode 100644 index 00000000..3b9dfcb0 Binary files /dev/null and b/public/images/github-accelerator.png differ