import { FC } from "react"; import Image from "next/image"; import { Button } from "@plane/ui"; // images import PlaneTakeOffImage from "@/public/plane-takeoff.png"; import BluePlaneLogoWithoutText from "public/plane-logos/blue-without-text.png"; export const InstanceNotReady: FC = () => { const planeGodModeUrl = `${process.env.NEXT_PUBLIC_GOD_MODE_URL}/god-mode/setup/?auth_enabled=0`; return (
Plane Logo Plane

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

); };