From 7240ea68328a8302ec080dcf867eb4e534ba4f97 Mon Sep 17 00:00:00 2001 From: lynx <141365347+iLynxcat@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:08:13 -0500 Subject: [PATCH] re-add metadata to homepage --- apps/landing/src/app/page.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/landing/src/app/page.tsx b/apps/landing/src/app/page.tsx index a9f3b1210..c23c1fe2f 100644 --- a/apps/landing/src/app/page.tsx +++ b/apps/landing/src/app/page.tsx @@ -1,11 +1,16 @@ -import { - Assistant, - Explorer, - Features, - Github, - Header, - Search -} from '~/app/page-sections'; +import { Assistant, Explorer, Features, Github, Header, Search } from '~/app/page-sections'; + +export const metadata = { + title: 'Spacedrive — A file manager from the future.', + description: + 'Combine your drives and clouds into one database that you can organize and explore from any device. Designed for creators, hoarders and the painfully disorganized.', + keywords: + 'files,file manager,spacedrive,file explorer,vdfs,distributed filesystem,cas,content addressable storage,virtual filesystem,photos app, video organizer,video encoder,tags,tag based filesystem', + authors: { + name: 'Spacedrive Technology Inc.', + url: 'https://spacedrive.com' + } +}; export default function Page() { return (