From 0087720f987c110a8c1c6aa1881f8a0b75737361 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 1 Apr 2025 18:09:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20landing=20page=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/public/locales/en/home.json | 4 ++-- apps/landing/src/app/[locale]/page.tsx | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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 } }) {