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 {
>
)
}
+
+