mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +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!",
|
||||
"noLoginRequired": "No login required",
|
||||
"headline": "Ditch the back-and-forth emails",
|
||||
"subheading": "Streamline your scheduling process and save time",
|
||||
"headline": "Find the best time to meet",
|
||||
"subheading": "Coordinate group meetings without the back-and-forth emails",
|
||||
"pcmagQuote": "“Set up a scheduling poll in as little time as possible.”",
|
||||
"hubspotQuote": "“The simplest choice for availability polling for large groups.”",
|
||||
"goodfirmsQuote": "“Unique in its simplicity and requires minimum interaction time.”",
|
||||
|
|
|
@ -9,11 +9,12 @@ export default async function Page({ params }: { params: { locale: string } }) {
|
|||
<Marketing>
|
||||
<MarketingHero
|
||||
title={t("headline", {
|
||||
defaultValue: "Ditch the back-and-forth emails",
|
||||
defaultValue: "Find the best time to meet",
|
||||
ns: "home",
|
||||
})}
|
||||
description={t("subheading", {
|
||||
defaultValue: "Streamline your scheduling process and save time",
|
||||
defaultValue:
|
||||
"Coordinate group meetings without the back-and-forth emails",
|
||||
ns: "home",
|
||||
})}
|
||||
callToAction={t("createAPoll", {
|
||||
|
|
Loading…
Add table
Reference in a new issue