diff options
| author | Dhravya <[email protected]> | 2024-05-22 17:48:38 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-22 17:48:38 -0500 |
| commit | d5218abe2527af8e472ddb818dfbcbef0c911d75 (patch) | |
| tree | cf8783864736990cf1a98ba86ca84c3e841bfefd | |
| parent | fixed the annoying SVG errors in the terminal (diff) | |
| download | supermemory-d5218abe2527af8e472ddb818dfbcbef0c911d75.tar.xz supermemory-d5218abe2527af8e472ddb818dfbcbef0c911d75.zip | |
added social material
| -rw-r--r-- | apps/web-v2/public/favicon.ico | bin | 0 -> 15406 bytes | |||
| -rw-r--r-- | apps/web-v2/public/icons/android-chrome-192x192.png | bin | 0 -> 10386 bytes | |||
| -rw-r--r-- | apps/web-v2/public/icons/android-chrome-512x512.png | bin | 0 -> 38300 bytes | |||
| -rw-r--r-- | apps/web-v2/public/icons/apple-touch-icon.png | bin | 0 -> 9388 bytes | |||
| -rw-r--r-- | apps/web-v2/public/icons/favicon-16x16.png | bin | 0 -> 455 bytes | |||
| -rw-r--r-- | apps/web-v2/public/icons/favicon-32x32.png | bin | 0 -> 987 bytes | |||
| -rw-r--r-- | apps/web-v2/public/og-image.png | bin | 0 -> 1938412 bytes | |||
| -rw-r--r-- | apps/web-v2/public/site.webmanifest | 19 | ||||
| -rw-r--r-- | apps/web-v2/src/app/(landing)/page.tsx | 49 | ||||
| -rw-r--r-- | apps/web-v2/src/app/favicon.ico | bin | 25931 -> 0 bytes |
10 files changed, 68 insertions, 0 deletions
diff --git a/apps/web-v2/public/favicon.ico b/apps/web-v2/public/favicon.ico Binary files differnew file mode 100644 index 00000000..dd86c6dd --- /dev/null +++ b/apps/web-v2/public/favicon.ico diff --git a/apps/web-v2/public/icons/android-chrome-192x192.png b/apps/web-v2/public/icons/android-chrome-192x192.png Binary files differnew file mode 100644 index 00000000..0b684f93 --- /dev/null +++ b/apps/web-v2/public/icons/android-chrome-192x192.png diff --git a/apps/web-v2/public/icons/android-chrome-512x512.png b/apps/web-v2/public/icons/android-chrome-512x512.png Binary files differnew file mode 100644 index 00000000..b40756d0 --- /dev/null +++ b/apps/web-v2/public/icons/android-chrome-512x512.png diff --git a/apps/web-v2/public/icons/apple-touch-icon.png b/apps/web-v2/public/icons/apple-touch-icon.png Binary files differnew file mode 100644 index 00000000..bb8cdb45 --- /dev/null +++ b/apps/web-v2/public/icons/apple-touch-icon.png diff --git a/apps/web-v2/public/icons/favicon-16x16.png b/apps/web-v2/public/icons/favicon-16x16.png Binary files differnew file mode 100644 index 00000000..12776519 --- /dev/null +++ b/apps/web-v2/public/icons/favicon-16x16.png diff --git a/apps/web-v2/public/icons/favicon-32x32.png b/apps/web-v2/public/icons/favicon-32x32.png Binary files differnew file mode 100644 index 00000000..9686aff9 --- /dev/null +++ b/apps/web-v2/public/icons/favicon-32x32.png diff --git a/apps/web-v2/public/og-image.png b/apps/web-v2/public/og-image.png Binary files differnew file mode 100644 index 00000000..c5a61b17 --- /dev/null +++ b/apps/web-v2/public/og-image.png diff --git a/apps/web-v2/public/site.webmanifest b/apps/web-v2/public/site.webmanifest new file mode 100644 index 00000000..c903e516 --- /dev/null +++ b/apps/web-v2/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Supermemory - your second brain.", + "short_name": "Supermemory", + "icons": [ + { + "src": "/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/apps/web-v2/src/app/(landing)/page.tsx b/apps/web-v2/src/app/(landing)/page.tsx index 9b2e63b5..5351c51b 100644 --- a/apps/web-v2/src/app/(landing)/page.tsx +++ b/apps/web-v2/src/app/(landing)/page.tsx @@ -5,9 +5,58 @@ import Cta from "./Cta"; import { Toaster } from "@/components/ui/toaster"; import Features from "./Features"; import Footer from "./footer"; +import { Metadata } from "next"; export const runtime = "edge"; +export const metadata: Metadata = { + title: "Supermemory - Your personal second brain.", + description: + "Bring saved information from all over the internet into one place where you can connect it, and ask AI about it", + openGraph: { + images: [ + { + url: "https://supermemory.ai/og-image.png", + width: 1200, + height: 627, + alt: "Supermemory - Your personal second brain.", + }, + ], + }, + metadataBase: { + host: "https://supermemory.ai", + href: "/", + origin: "https://supermemory.ai", + password: "supermemory", + hash: "supermemory", + pathname: "/", + search: "", + username: "supermemoryai", + hostname: "supermemory.ai", + port: "", + protocol: "https:", + searchParams: new URLSearchParams(""), + toString: () => "https://supermemory.ai/", + toJSON: () => "https://supermemory.ai/", + }, + twitter: { + card: "summary_large_image", + site: "https://supermemory.ai", + creator: "https://supermemory.ai", + title: "Supermemory - Your personal second brain.", + description: + "Bring saved information from all over the internet into one place where you can connect it, and ask AI about it", + images: [ + { + url: "https://supermemory.ai/og-image.png", + width: 1200, + height: 627, + alt: "Supermemory - Your personal second brain.", + }, + ], + }, +}; + export default function Home() { return ( <main className="dark flex min-h-screen flex-col items-center overflow-x-hidden px-2 md:px-0"> diff --git a/apps/web-v2/src/app/favicon.ico b/apps/web-v2/src/app/favicon.ico Binary files differdeleted file mode 100644 index 718d6fea..00000000 --- a/apps/web-v2/src/app/favicon.ico +++ /dev/null |