import { Head, Link, usePage } from '@inertiajs/react'; import { type SharedData } from '@/common/types'; import { dashboard, login, register } from '@/routes'; export default function WelcomePage() { const { auth } = usePage().props; return ( <>

Let's get started

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

); }