added coming soon page

This commit is contained in:
Nick Yeoman 2025-12-15 09:27:56 -08:00
parent 7b064eb6da
commit 7bf3dc6610

View File

@ -0,0 +1,9 @@
<?php
$data = array_merge($data, [
'title' => 'Coming Soon',
'heading' => 'Coming Soon',
'countdown' => true,
'launch_date' => '2026-01-01T00:00:00'
]);
view('@novacore/coming-soon', $data);