feat: polish booking and confirmation UI

This commit is contained in:
bisco
2026-04-30 00:59:43 +02:00
parent 3dca43bc5c
commit 05de8c75a2
4 changed files with 357 additions and 47 deletions

View File

@@ -5,6 +5,12 @@
<title>AzioneLab</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,500,0,0"
rel="stylesheet"
>
</head>
<body>
<app-root></app-root>