chore: remove Livewire public components and homepage, prepare for Vue

This commit is contained in:
Ovidiu U
2026-04-10 17:53:03 +01:00
parent 771f499f36
commit 69e52afa7c
12 changed files with 2091 additions and 823 deletions

View File

@@ -9,7 +9,7 @@
@php
$cardClass = match(true) {
$dark => 'bg-zinc-800 border border-zinc-800 text-white',
$dark => 'bg-primary border border-primary text-white',
$featured => 'bg-white border-2 border-primary',
default => 'bg-white border border-zinc-300',
};