style(wizard): remove header and refine cart sidebar UI/UX
All checks were successful
Staging Build / build (push) Successful in 2m52s

This commit is contained in:
DanielS
2026-08-11 22:30:04 +02:00
parent 6748a3ffad
commit 2f2cba1687
2 changed files with 12 additions and 25 deletions

View File

@@ -855,15 +855,6 @@ export function OrderWizard({
return (
<div className="max-w-7xl mx-auto px-4 py-6">
{/* Global Main Header over all columns */}
<div className="mb-6">
<h1 className="text-3xl font-extrabold tracking-tight mb-1 text-gradient">
Konfigurieren Sie Ihre Lösung
</h1>
<p className="text-slate-400 text-sm">
Wählen Sie das passende Paket und die benötigten Module für Ihr Business.
</p>
</div>
<div className="grid grid-cols-1 lg:grid-cols-12 gap-8 items-start">
{/* Left Side Status Stepper & Categories for ALL steps */}