💬 Update landing page text

This commit is contained in:
Luke Vella 2025-04-01 18:09:53 +01:00
parent 2329b8516b
commit 0087720f98
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{ {
"createPageLikeThis": "Create a page like this in seconds!", "createPageLikeThis": "Create a page like this in seconds!",
"noLoginRequired": "No login required", "noLoginRequired": "No login required",
"headline": "Ditch the back-and-forth emails", "headline": "Find the best time to meet",
"subheading": "Streamline your scheduling process and save time", "subheading": "Coordinate group meetings without the back-and-forth emails",
"pcmagQuote": "“Set up a scheduling poll in as little time as possible.”", "pcmagQuote": "“Set up a scheduling poll in as little time as possible.”",
"hubspotQuote": "“The simplest choice for availability polling for large groups.”", "hubspotQuote": "“The simplest choice for availability polling for large groups.”",
"goodfirmsQuote": "“Unique in its simplicity and requires minimum interaction time.”", "goodfirmsQuote": "“Unique in its simplicity and requires minimum interaction time.”",

View file

@ -9,11 +9,12 @@ export default async function Page({ params }: { params: { locale: string } }) {
<Marketing> <Marketing>
<MarketingHero <MarketingHero
title={t("headline", { title={t("headline", {
defaultValue: "Ditch the back-and-forth emails", defaultValue: "Find the best time to meet",
ns: "home", ns: "home",
})} })}
description={t("subheading", { description={t("subheading", {
defaultValue: "Streamline your scheduling process and save time", defaultValue:
"Coordinate group meetings without the back-and-forth emails",
ns: "home", ns: "home",
})} })}
callToAction={t("createAPoll", { callToAction={t("createAPoll", {