WIP jordan
This commit is contained in:
14
app/pages/onboarding/potential-leads/new.vue
Normal file
14
app/pages/onboarding/potential-leads/new.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
usePageTitle('New Potential Lead')
|
||||
</script>
|
||||
<template>
|
||||
<div class="mx-auto max-w-2xl space-y-6">
|
||||
<div>
|
||||
<h1 class="mt-0.5 text-2xl font-semibold tracking-tight text-[var(--text-primary)]">New Potential Lead</h1>
|
||||
</div>
|
||||
<div class="rounded-xl border border-dashed border-[var(--card-border)] bg-[var(--surface)] px-8 py-12 text-center shadow-sm">
|
||||
<p class="text-sm text-[var(--text-muted)] opacity-70">Potential lead entry form coming online.</p>
|
||||
<NuxtLink to="/onboarding" class="mt-4 inline-block text-[12px] font-medium text-[var(--brand)] hover:text-[var(--brand)]">← Sales Pipeline</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user