import { BRAND_COLOR, STATIC_IMAGES_URL } from "@hey/data/constants"; import { html } from "hono/html"; const defaultMetadata = html` Hey

Hey

A decentralized, and permissionless social media app built with Lens

`; export default defaultMetadata;