import { Head, Link, usePage } from '@inertiajs/react'; import { dashboard, login } from '@/routes'; export default function Homepage() { const { auth } = usePage().props as any; return ( <>
{/* Background Blobs */}
{/* Header */}
VN Group
{/* Main Content */}

Premium Experience

Hello World.

Welcome to the next generation of our platform. We've built something beautiful for you to explore. Stay tuned for more updates.

{/* Footer */}
); }