mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
💬 Update landing page text
This commit is contained in:
parent
2329b8516b
commit
0087720f98
2 changed files with 5 additions and 4 deletions
|
@ -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.”",
|
||||||
|
|
|
@ -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", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue