From d617a50bfa2c4a59fa4750a817cc332301a7f085 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 14 Sep 2022 11:19:19 +0800 Subject: [PATCH] New copy for about and login pages --- .../web/components/templates/LoginForm.tsx | 8 ++--- .../landing/LandingSectionsContainer.tsx | 11 ------- packages/web/pages/about.tsx | 33 ++++++++++--------- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/packages/web/components/templates/LoginForm.tsx b/packages/web/components/templates/LoginForm.tsx index db1aff1c8..d3f093937 100644 --- a/packages/web/components/templates/LoginForm.tsx +++ b/packages/web/components/templates/LoginForm.tsx @@ -18,9 +18,9 @@ export type LoginFormProps = { export function LoginForm(props: LoginFormProps): JSX.Element { const StyledTextHeadline = styled('h1', { fontStyle: 'normal', - fontWeight: '400', - fontSize: '50px', - lineHeight: '100%', + fontWeight: '700', + fontSize: '45px', + lineHeight: '53px', color: '$omnivoreGray', m: '0px', }) @@ -38,7 +38,7 @@ export function LoginForm(props: LoginFormProps): JSX.Element { }} > - Never miss a great read. + A read it later app for serious readers. - - - This is Omnivore - - - - - - - Collect and share the best of the web - {!hideFirst && ( - Collect and share the best of the web + A read it later app for serious readers. - Everything you read. Safe, organized, and easy to share. + Omnivore is a privacy focused, open-source read-it-later app. + Use it to save interesting articles and read distraction free. + Add notes and highlights. + Organise your reading queue the way you want and sync it across all your devices. - + @@ -49,3 +48,5 @@ export default function LandingPage(): JSX.Element { ) } + +