"use client"; import Image from "next/image"; import Link from "next/link"; import { Button } from "@plane/propel/button"; // assets import PlaneTakeOffImage from "@/app/assets/images/plane-takeoff.png?url"; export const InstanceNotReady: React.FC = () => (

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

);