diff --git a/apps/landing/public/locales/en/home.json b/apps/landing/public/locales/en/home.json index 9d80aec69..0e4040948 100644 --- a/apps/landing/public/locales/en/home.json +++ b/apps/landing/public/locales/en/home.json @@ -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.”", diff --git a/apps/landing/src/app/[locale]/page.tsx b/apps/landing/src/app/[locale]/page.tsx index d86eb89a9..f1929f256 100644 --- a/apps/landing/src/app/[locale]/page.tsx +++ b/apps/landing/src/app/[locale]/page.tsx @@ -9,11 +9,12 @@ export default async function Page({ params }: { params: { locale: string } }) {