import Link from "next/link"; import { Button } from "@plane/propel/button"; // assets import PlaneTakeOffImage from "@/app/assets/images/plane-takeoff.png?url"; export function InstanceNotReady() { return (

Welcome aboard Plane!

Plane Logo

Get started by setting up your instance and workspace

); }