diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bd52c171..9e5413bb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,5 +1,8 @@ import Link from "next/link"; - +export const metadata = { + title: "Contact | Reframe", + description: "Get in touch with the Reframe team.", +}; export default function ContactPage() { return (
diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index bf664619..58c81aff 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -1,5 +1,8 @@ import Link from "next/link"; - +export const metadata = { + title: "Privacy Policy | Reframe", + description: "Privacy policy for Reframe — your videos never leave your device.", +}; export default function PrivacyPage() { return ( <> diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index 76b7ed3f..6e297539 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -194,10 +194,10 @@ export default function VideoEditor() { {!file && ( -
-

Upload a video to get started

-

Supports MP4, MOV, WebM and more

-
+
+

Upload a video to get started

+ +
)} {file && (