···11import { Link } from "@/components/common/link";
22import { ThemeProvider } from "@/components/theme-provider";
33import { Toaster } from "@/components/ui/sonner";
44+import type { Metadata } from "next";
55+66+export const metadata: Metadata = {
77+ title: "Theme Explorer",
88+};
49510export default async function Layout({
611 children,
+1-1
apps/status-page/src/app/metadata.ts
···11import type { Metadata } from "next";
2233-export const TITLE = "Theme explorer by openstatus";
33+export const TITLE = "openstatus";
44export const DESCRIPTION =
55 "Easily customize your status page using our built-in themes. Explore our themes and contribute new ones to the community.";
66