import { PageContent } from "@repo/marketing-pages/ui"; import { bindAll } from "../../server/bind-production"; export default async function AboutPage() { await bindAll(); return (
); }