Files
vibn-agent-runner/vibn-frontend/app/(marketing)/page.tsx

11 lines
212 B
TypeScript

import NewSite from "./new-site";
import "../styles/new-site.css";
export const metadata = {
title: "Vibn — Keep vibing. All the way to launch.",
};
export default function Page() {
return <NewSite />;
}