(landing) added Closets section

This commit is contained in:
Dominique Deschatre
2026-04-17 19:18:10 -03:00
parent 89f0eb5cb3
commit e5f5009f80
3 changed files with 43 additions and 17 deletions
@@ -50,7 +50,7 @@ onMounted(() => {
try { data = await res.json() } catch (_) { /* no body */ }
if (res.ok) {
setState('success', (data && data.message) || "You're on the list! We'll be in touch.")
setState('success', (data && data.message) || "Success! You're on the list for updates.")
// keep inputs disabled so they can't resubmit accidentally
input.value = email
return