diff --git a/apps/landing/app/layout.tsx b/apps/landing/app/layout.tsx index 331c8b11..94901933 100644 --- a/apps/landing/app/layout.tsx +++ b/apps/landing/app/layout.tsx @@ -9,7 +9,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Hoarder", - description: "Your AI powered second brain", + description: + "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", }; export default async function RootLayout({ diff --git a/apps/landing/app/opengraph-image.jpg b/apps/landing/app/opengraph-image.jpg new file mode 100644 index 00000000..59d8a758 Binary files /dev/null and b/apps/landing/app/opengraph-image.jpg differ diff --git a/apps/landing/app/twitter-image.jpg b/apps/landing/app/twitter-image.jpg new file mode 120000 index 00000000..4121c11d --- /dev/null +++ b/apps/landing/app/twitter-image.jpg @@ -0,0 +1 @@ +opengraph-image.jpg \ No newline at end of file