👋 I suggest you look in the Provider panel where you want the page to be shown. You should normally see this configuration there:
public function p
{
return $panel
->discoverPages(in: app_path('Filament/Pages'), for: 'App\Filament\Pages')
You can modify this method to set a new path where your specific pages will be stored.