OOOOOPS
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m56s

This commit is contained in:
2026-01-19 23:39:00 -07:00
parent effc6ac37e
commit 54cac49b70
22 changed files with 350 additions and 280 deletions

View File

@@ -13,7 +13,7 @@ if (!user) return Astro.redirect('/login');
<div class="card-body">
<div class="form-control">
<label class="label" for="name">
<span class="label-text">Client Name</span>
Client Name
</label>
<input
type="text"
@@ -27,7 +27,7 @@ if (!user) return Astro.redirect('/login');
<div class="form-control">
<label class="label" for="email">
<span class="label-text">Email (optional)</span>
Email (optional)
</label>
<input
type="email"
@@ -40,7 +40,7 @@ if (!user) return Astro.redirect('/login');
<div class="form-control">
<label class="label" for="phone">
<span class="label-text">Phone (optional)</span>
Phone (optional)
</label>
<input
type="tel"
@@ -55,7 +55,7 @@ if (!user) return Astro.redirect('/login');
<div class="form-control">
<label class="label" for="street">
<span class="label-text">Street Address (optional)</span>
Street Address (optional)
</label>
<input
type="text"
@@ -69,7 +69,7 @@ if (!user) return Astro.redirect('/login');
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="form-control">
<label class="label" for="city">
<span class="label-text">City (optional)</span>
City (optional)
</label>
<input
type="text"
@@ -82,7 +82,7 @@ if (!user) return Astro.redirect('/login');
<div class="form-control">
<label class="label" for="state">
<span class="label-text">State / Province (optional)</span>
State / Province (optional)
</label>
<input
type="text"
@@ -97,7 +97,7 @@ if (!user) return Astro.redirect('/login');
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="form-control">
<label class="label" for="zip">
<span class="label-text">Zip / Postal Code (optional)</span>
Zip / Postal Code (optional)
</label>
<input
type="text"
@@ -110,7 +110,7 @@ if (!user) return Astro.redirect('/login');
<div class="form-control">
<label class="label" for="country">
<span class="label-text">Country (optional)</span>
Country (optional)
</label>
<input
type="text"