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

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

);