<x-filament::page>
<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100">
<div class="max-w-md px-8 py-6 mt-4 bg-white shadow-lg rounded-lg">
<h2 class="text-2xl font-bold text-center text-gray-700">Welcome to Filament</h2>
<p class="mt-4 text-gray-600">
This page is rendered using the Filament guest layout.
</p>
</div>
</div>
</x-filament::page>
<x-filament::page>
<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100">
<div class="max-w-md px-8 py-6 mt-4 bg-white shadow-lg rounded-lg">
<h2 class="text-2xl font-bold text-center text-gray-700">Welcome to Filament</h2>
<p class="mt-4 text-gray-600">
This page is rendered using the Filament guest layout.
</p>
</div>
</div>
</x-filament::page>