"use client"; import { FC } from "react"; import Image from "next/image"; // ui import { Button } from "@plane/ui"; // helper import { GOD_MODE_URL } from "@/helpers/common.helper"; // images import PlaneTakeOffImage from "@/public/instance/plane-takeoff.png"; export const InstanceNotReady: FC = () => (

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

);