···11import type { Metadata } from "next";
2233-export const TITLE = "openstatus";
33+export const TITLE = "Theme explorer by openstatus";
44export const DESCRIPTION =
55- "Use community themes for your status page or contribute your own.";
55+ "Easily customize your status page using our built-in themes. Explore our themes and contribute new ones to the community.";
6677-const OG_TITLE = "Theme Store";
77+const OG_TITLE = "Theme explorer";
88const OG_DESCRIPTION =
99- "Use community themes for your status page or contribute your own.";
99+ "Explore our themes for your status page and contribute new ones to the community.";
1010const FOOTER = "themes.openstatus.dev";
1111-const IMAGE = "assets/og/status-page.png";
1111+const IMAGE = "assets/og/dashboard-v2.png";
12121313export const defaultMetadata: Metadata = {
1414 title: {