diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f69e3767..7132e09c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,6 @@ repos: - id: debug-statements - id: trailing-whitespace exclude: ^server/trials - - id: check-added-large-files - id: detect-private-key - repo: https://github.com/charliermarsh/ruff-pre-commit diff --git a/www/app/apple-icon.png b/www/app/apple-icon.png new file mode 100644 index 00000000..9cc49755 Binary files /dev/null and b/www/app/apple-icon.png differ diff --git a/www/app/favicon.ico b/www/app/favicon.ico index 718d6fea..bd61a07a 100644 Binary files a/www/app/favicon.ico and b/www/app/favicon.ico differ diff --git a/www/app/icon.png b/www/app/icon.png new file mode 100644 index 00000000..e0c07c71 Binary files /dev/null and b/www/app/icon.png differ diff --git a/www/app/layout.js b/www/app/layout.js index 163a2faa..1b82c38e 100644 --- a/www/app/layout.js +++ b/www/app/layout.js @@ -6,8 +6,47 @@ import Head from "next/head"; const roboto = Roboto({ subsets: ["latin"], weight: "400" }); export const metadata = { - title: "Reflector – Monadical", - description: "Capture The Signal, Not The Noise", + title: { + template: "%s – Reflector", + default: "Reflector - AI-Powered Meeting Transcriptions by Monadical", + }, + description: + "Reflector is an AI-powered tool that transcribes your meetings with unparalleled accuracy, divides content by topics, and provides insightful summaries. Maximize your productivity with Reflector, brought to you by Monadical. Capture the signal, not the noise.", + applicationName: "Reflector", + referrer: "origin-when-cross-origin", + keywords: ["Reflector", "Monadical", "AI", "Meetings", "Transcription"], + authors: [{ name: "Monadical Team", url: "https://monadical.com/team.html" }], + formatDetection: { + email: false, + address: false, + telephone: false, + }, + + openGraph: { + title: "Reflector", + description: + "Reflector is an AI-powered tool that transcribes your meetings with unparalleled accuracy, divides content by topics, and provides insightful summaries. Maximize your productivity with Reflector, brought to you by Monadical. Capture the signal, not the noise.", + type: "website", + }, + + twitter: { + card: "summary_large_image", + title: "Reflector", + description: + "Reflector is an AI-powered tool that transcribes your meetings with unparalleled accuracy, divides content by topics, and provides insightful summaries. Maximize your productivity with Reflector, brought to you by Monadical. Capture the signal, not the noise.", + images: ["/r-icon.png"], + }, + + icons: { + icon: "/r-icon.png", + shortcut: "/r-icon.png", + apple: "/r-icon.png", + }, + viewport: { + width: "device-width", + initialScale: 1, + maximumScale: 1, + }, }; export default function RootLayout({ children }) { diff --git a/www/app/reach.png b/www/app/reach.png new file mode 100644 index 00000000..e0c07c71 Binary files /dev/null and b/www/app/reach.png differ diff --git a/www/public/android-chrome-192x192.png b/www/public/android-chrome-192x192.png new file mode 100644 index 00000000..99ddbc38 Binary files /dev/null and b/www/public/android-chrome-192x192.png differ diff --git a/www/public/android-chrome-512x512.png b/www/public/android-chrome-512x512.png new file mode 100644 index 00000000..2f6578e9 Binary files /dev/null and b/www/public/android-chrome-512x512.png differ diff --git a/www/public/apple-icon.png b/www/public/apple-icon.png new file mode 100644 index 00000000..e0c07c71 Binary files /dev/null and b/www/public/apple-icon.png differ diff --git a/www/public/apple-touch-icon.png b/www/public/apple-touch-icon.png new file mode 100644 index 00000000..39136169 Binary files /dev/null and b/www/public/apple-touch-icon.png differ diff --git a/www/public/favicon-16x16.png b/www/public/favicon-16x16.png new file mode 100644 index 00000000..c1f8058d Binary files /dev/null and b/www/public/favicon-16x16.png differ diff --git a/www/public/favicon-32x32.png b/www/public/favicon-32x32.png new file mode 100644 index 00000000..a8af1ee3 Binary files /dev/null and b/www/public/favicon-32x32.png differ diff --git a/www/public/favicon.ico b/www/public/favicon.ico new file mode 100644 index 00000000..bd61a07a Binary files /dev/null and b/www/public/favicon.ico differ diff --git a/www/public/icon.png b/www/public/icon.png new file mode 100644 index 00000000..e0c07c71 Binary files /dev/null and b/www/public/icon.png differ diff --git a/www/public/r-icon.png b/www/public/r-icon.png new file mode 100644 index 00000000..9cc49755 Binary files /dev/null and b/www/public/r-icon.png differ diff --git a/www/public/reach.png b/www/public/reach.png new file mode 100644 index 00000000..e0c07c71 Binary files /dev/null and b/www/public/reach.png differ