refactor: improve wizard layouts and animations

This commit is contained in:
DanielS
2026-08-10 23:29:42 +02:00
parent 2f63d716f2
commit f9cb3c0685
3 changed files with 459 additions and 434 deletions

View File

@@ -17,14 +17,7 @@ export default async function OrderPage({ searchParams }: PageProps) {
return (
<div className="min-h-screen bg-[#0a0a0a] text-white selection:bg-primary/30">
<div className="container mx-auto py-10">
<div className="text-center mb-12">
<h1 className="text-5xl font-extrabold tracking-tight mb-4 text-gradient">
Konfigurieren Sie Ihre Lösung
</h1>
<p className="text-slate-400 text-lg max-w-2xl mx-auto">
Wählen Sie das passende Paket und die benötigten Module für Ihr Business.
</p>
</div>
<Suspense fallback={<div className="h-96 w-full animate-pulse bg-white/5 rounded-2xl" />}>
<OrderDataWrapper